/* all */
body {
	text-align:center;
	padding:0;
	margin:40px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#444444;
	line-height:1.4em;
	letter-spacing:0.05em;
}

#wrapper {
	border:none;
	width:760px;
	text-align:left;
	padding:0;		
	margin: 0 auto;
}
h1 {
	padding:0;
	margin:0;
	font-size:15px;
	font-weight:bold;
} 

#logo {
	float: left;
	font-size:19px;
	text-align:left;
	position:relative; top:0px; left:0px;
}

#content {
	padding:20px 0;
	letter-spacing:0;
}

.content-headline{
	font-size:15px;
	font-weight:bold;
	color: #CC6600;
	margin:40px 0;
}

.content-subnav{
	float:right;
    font-size:12px;
	color: #444444;
	font-weight:normal;

}

#content-sidetext{
	font-size:10px;
	color: #CC6600;
}

.content-years{
	padding-top:20px;
}

.aktuell {
	vertical-align:bottom;
}

.gallery {
	text-align:center;
}

.aktuell-bild {
	float:left;
}

.aktuell-nur-bild {
	float:left;
    width:604px;
}

.aktuell-uebersicht {
	float:right;
	font-size:12px;
}

.aktuell-fliess-text {
	float:left;
	width:500px;
}

.aktuell-nur-text {
	float:left;
	width:760px;
}

.aktuell-text {
	text-align:right;
	font-size:12px;
}

.aktuell-nav {
	clear:both;
}

.aktuell-headline{
	font-size:13px;
	font-weight: bold;
	color:#CC6600;
}

.pfeil-text-links {
	font-size:19px;
	font-weight:900;
	vertical-align:text-bottom;
	padding-right:20px;	
}

.pfeil-text-rechts {
	font-size:19px;
	font-weight:900;
	vertical-align:text-bottom;	
	padding-left:20px;	
}


.aktuell-trenner{
	clear:both;
	vertical-align:middle;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}

.aktuell-trenner-weiss{
	clear:both;
	margin:20px 0 20px 0;
	border-bottom:1px solid #fff;
}




#footer {
	clear:both;
	text-align: left;
	margin:0;
	padding:20px 0 0 0;
	font-size:12px;}

#hervorheber {
	color:#CC6600;
}
/*
links
*/
a {
	text-decoration:none;
	color:#666666;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:focus {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#CC6600;
}
a:active {
	text-decoration:none;
	color:#999999;
}

#menu { /* Hauptmenu */
	float:right;
	font-size:12px;

}

#nav, #nav ul { /* Hauptmenu, all lists */
	padding:0;
	margin:0;
	list-style:none;
	line-height:1.3em;
}

#nav a {
	text-decoration:none;
	text-align:right;
	display:block;
	background-color:#FFFFFF;
	width:10em;
}

#nav li { /* all list items */
	float:left;
	width:10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position:absolute;
	width:10em;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	  left:auto;
}


#nav2, #nav2 ul { /* Submenu, all lists */
	margin: 0;
    float:right;
	list-style: none;
	line-height: 1.3em;
}


#nav2 a {
	text-align: right;
	display: block;
	background-color:#FFFFFF;
	width: 13em;
}

#nav2 li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
}

#nav2 li ul { /* second-level lists */
	position:absolute;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li:hover ul, #nav2 li.sfhover2 ul { /* lists nested under hovered list items */
	left: auto;
	padding:0; 
	position:relative; 
}

.hidden {
  display: none;
}