@charset "UTF-8";
/* CSS Document */

body{
		margin-top:0px;

	background-image:url(pics/tapete_1.jpg)
}

.language a{
font-size: 11px;
text-decoration: none;
background-color: #4e6640;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
padding-top: 2px;
margin-right: 5px;
border-radius: 3px;
}

h1, #header, #navi{
font-family: 'Playfair Display SC', serif;
}

h1{
	font-size:40px;
	line-height:100%;
}

h3{
	border-top: dotted 1px #666;
	font-family: 'Playfair Display SC', serif;
	padding-bottom:0px;
	margin-bottom:0px;
}	

#page iframe{
	padding-bottom:10px;
}

.icon{
	float:right;
	margin-left:10px;
}
	

#page{
	font-size:14px;
	font-family: 'Oxygen', sans-serif;
	line-height:180%;
	letter-spacing:0.05em;
	color:#EEE;
	margin-top:30px;
	margin-left:404px;
	margin-right:30px;
}

#page a{
	color:#eee;
}

#page a:hover{
	color:#999;
}

#logo{
	position:absolute;
	top:0px;
	left:150px;
	height:600px;
	width:auto;
}

#martin{
	position:absolute;
	top:140px;
}
#address{
	position:absolute;
	font-size:15px;
	top:110px;
	margin-left:385px;
	letter-spacing:0.07em;
}

#address p{
	margin:0px;
}

#header{
	height:110px;
	padding:20px;
	padding-right:25px;
	padding-bottom:10px;
	background-image:url(pics/karton.jpg);
}

#header a{
	color:#000;
}

#navi{
	position:absolute;
	text-align:right;
	width:380px;
	margin-top: 160px;
}

#navi ul{
	list-style-type:none;
	padding-left: 0px;
}

#navi li{
	opacity:0.7;
	border-bottom:dotted 1px #FFF;
	margin-bottom:5px;
}

#navi li:hover{
	opacity:1;
}

#navi a{
	color:#fff;
	font-size:13px;
	text-decoration:none;
	letter-spacing:0.1em;
}

#navi .navi_active a{
	color:#9fc787;
}

#navi .navi_active{
	border-bottom:dotted 1px #9fc787;
}

#content{
	position:absolute;
	width:900px;
	background-color:#000;
	left:50%;
	margin-left:-450px;
	min-height:850px;
}