/* CSS Document */

body {
	font-family: 'Trebuchet MS'; Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 12px;
	line-height:18px;
	color: #333333;
	background-color: #d8d8d8;
	margin: 0;
	padding:0;
	/*background-image:url(images/fleck.jpg);
	background-repeat:no-repeat;*/
}

#page{
	width:600px;
	margin: auto;
	text-align:left;
	background-image:url(hg.gif);
	background-repeat:repeat-y;
	background-position:center;
	
}
#sprach {
	width:595px;
	margin: 10px auto 0 auto;
	text-align:right;
	padding-right:5px;
}
#sprach a{
	color: #666;
	font-size:10px;
	text-decoration:none;
}
#sprach a:hover{
	color:#ff6600;
}

/*-----------------------------------------*/

#head{
	width: 100%;
	height: 200px;
	background-image:url(head.gif);
	background-repeat:no-repeat;
}

/*-----------------------------------------*/

#nav{
	width: 120px;
	margin:0 0 0 10px;
	padding:0 0 0 5px;
	float: left;	
}

#nav li {
	/*list-style: none;*/
	display:block; 
	padding-left: 0;
	margin-left: 0px;
}

#nav a,
#nav a:visited{
	padding-left:2px;
	color:#666666;
	margin-right:10px;
	border-bottom:1px dotted #ccc;
	display: block;
	text-decoration:none;
}

#nav a:hover{
	background-color:#d8d8d8;

}

#nav-active a,
#nav-active a:visited {
	color:#000000;
	background-color:#d8d8d8;
}



#nav a:active{
	text-decoration:none;
	}

/*-----------------------------------------*/

#browse{
	margin-left: 150px;
	margin-top: 110px;
	margin-bottom: 10px;
	width: 410px;
	padding-right:30px;
	height:10px;
}

/*-----------------------------------------*/

#content{
	margin-left: 150px;
	width: 410px;
	padding-right:30px;
	min-height:200px;
	height:auto !important;  /* für moderne Browser */
	height:200px;  /*für den IE */
}

#content a{
	text-decoration:none;
	color:#ff6600;
}
#content a:hover{
	text-decoration: underline;
}

#presse{
	padding:0 30px 0 30px;
}

#presse a{
	color:#333333;
	text-decoration:underline;
}

h1 {
	margin-top:0;
	margin-bottom:10px;
	font-size: 20px;
	color: #000000;
}

h2{
padding-top:2px;
text-align:center;
font-size:10px;
color: #ff6600;
}

h3 {
	margin-top:0;
	margin-bottom:10px;
	font-size: 14px;
	color:#ff6600;
}

#pfeil{
margin-top:20px;
}

#pfeil a{
color:#ff6600;
}

#pfeil .right{
margin-right:0;
margin-left:368px;
}

.image{
	float:left;
	margin-right: 10px;
	border:1px solid #ccc;
}

#foot{
padding-top:20px;
padding-bottom: 10px;
font-size:10px;
color:#999999;
line-height:12px;
text-align:center;
background-image:url(foot.gif);
background-repeat:no-repeat;
background-position: bottom;

}