/* CSS Document */

body 
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ddd;
	margin:0px;
	padding:0;
	line-height:1.4;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:0 40px;
	height:100%;
 }

h1 {
	font-size:18px;
	color:#000000;
	margin-bottom:0;
}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

a:link, a:visited, a:active, a:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:#FF6600;
}
a:active, a:hover
{ 
  color:#ff0000;
}

img {border:none}

#download {position:relative;
top:10px;
left:0;

}

#kategorien {width:205px;float:right;margin:0 5px 0 0;}
#kategorien img a {border:none;}


#container {
background-color:#fff;
background-image:url(img/HG-container.gif);
background-repeat:repeat-y;
min-height:100%;
width:1000px;
border-left:1px solid #777;
border-right:1px solid #777;
margin:0 auto;
}


#title
{
	width: 100%;
	height: 90px;
	background-color:#ff9900;
	border-bottom: 1px solid #ffcc99;
}

#inhalt
{
	margin-left: 60px;
	padding-top: 50px;
	margin-right: 80px;
	padding-bottom:40px;
	width:650px;
	min-height:100%;
}

#inhalt p, #inhalt td {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;line-height:1.4;}

#footer {
width:1000px;
height:20px;
text-align:center; 
margin:-20px auto 0 auto;
background-color:#575757;
color:#fff;}


input {width:100%;}

textarea {width: 100%;}

.beschriftung {
	font-size: 9px;
	font-color:#336600;
	padding: 3px 3px 3px 5px;
	color: #000000;
}

.tabelle {
		font-size: 11px;
		margin-bottom:2px;
		margin-top:2px;
}

#navcontainer 
{
	 width:1000px;
	float:left;
	background-color: #585858;
	border-bottom: 1px solid #000000;
	
}

#navlist {white-space:nowrap;}

#navcontainer ul li 
{ 
display: inline;
}

#navcontainer ul
{
	margin:0;
	padding: 0 0 0 10px;
	color: #000000;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.7em 12px;
	background-color: #585858;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333;
}

#navcontainer ul li a:hover
{
	background-color: #FFCC99;
	color:#000;
}

#navcontainer li a#current
{
	background-color: #333;
	color: #fff;
}





#navlist2
{
font-size:13px;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist2 li
{
list-style: none;
margin: 0;
padding: 0.45em;
border-top: 1px solid gray;
}

#navlist2 li a {
	text-decoration: none;
	color: #FF6600;
}

#navlist2 li a:hover {
	color: #000000;
}


#navlist2 li a .rotlink {
	text-decoration: none;
	color: #CC0000;
}



.beschriftungRot {
	font-size: 9px;
	padding: 3px 3px 3px 5px;
	color: #CC0000;
}

.beschriftung {
	font-size: 8px;
	padding: 3px 3px 3px 5px;
	color: #000;
}


#thumb {
	width:90px;
	height:60px;
	background-color:#FFFFFF;
	text-align:center;
	margin:0 10px 10px 0;
	float:left;
	padding-top:10px;
} 


.bildlinks {float:left;margin: 0 20px 15px 0;}

