@charset "UTF-8";

/* main
*******************************/


body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	color:#000000;
	font-size: 0.8em;
	line-height: 130%;
}

img {border:0px;}

a{ text-decoration: none; color:#000000;}
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#555555;}
a:active { text-decoration: none; color:#555555;}


/* Layer
*******************************/

#background {
	position:fixed;
	height:698px;
	width:700px;
	left:0;
	bottom:0;
	background:url(../img/design/background.jpg) no-repeat left bottom;
	z-index:-1;
}

#wrapper {
	margin:0 auto;
	width:960px;
	margin-top:30px;
	margin-bottom:0px;
}

#left {
	float:left;
	width:200px;
	height:100px;
}

#logo {
	width:250px;
	height:120px;
	margin:0;
	padding:0;
}

#language {
	width:250px;
	height:35px;
	margin-top:10px;
	text-align:right;
}

#nav-spacer-top {
	width:250px;
	height:1px;
	background-image:url(../img/design/nav-border.jpg);
}

#navigation {
	width:250px;
	font-size:21px;
	line-height:auto;
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	text-align:right;
}

#nav-spacer-bottom {
	width:250px;
	height:1px;
	background-image:url(../img/design/nav-border.jpg);
}

#nav-spacer {
	width:250px;
	height:1px;
	background-image:url(../img/design/nav-border.jpg);
}

#impressum {
	width:250px;
	font-size:14px;
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	text-align:right;
	line-height:30px;
	color:#5d5d5d;
}

#impressum a {
	color:#5d5d5d;
}

#impressum a:hover {
	color:#5d5d5d;
	text-decoration:underline;
}



#right {
	float:right;
	width:680px;
}

#slider {
	width:680px;
	height:300px;
	background-color:#fdf5ca;
}

#slider ul {
	list-style:none;
	margin:0;
	padding:0;
}


#content {
	width:680px;
}

#content h1 {
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	width:680px;
	border-bottom:2px #d7d090 solid;
	padding-top:10px;
	color: #464545;
	line-height:170%;
	font-size:2.1em;

}

#content h2 {
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	width:680px;
	padding-top:10px;
	color: #464545;
	line-height:170%;
	font-size:1.3em;
}

#content p {
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	margin: 10px 0px 10px 0px;
	line-height:170%;
	color:#414141;
	letter-spacing:0.05em;
}

#content ul, ul {
	font-family: Myriad Pro,Arial,Helvetica,Geneva,sans-serif;
	margin: 10px 0px 10px 0px;
	line-height:170%;
	color:#414141;
	letter-spacing:0.05em;
}


#display-none {
	display:none;
}


/* classes
*******************************/

.clear {
	clear: both;
}

/* navigation
*******************************/

#navigation ul {
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	height:35px;
}

#navigation a, #navigation .nonactive  {
	color: #535353;
}

#navigation a:hover, #navigation .active {
	color: #6b6b6b;
	text-decoration:underline;
}