/* CSS Document */

/* Hauptelemente */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-color:#666666;
	}

#total {
 position: absolute;
 width: 756px;
 left: 50%;
 margin-left: -378px;
 border:0px solid #000000;
	}
	

#headerbild {
	width:756px;
	height:224px;
	position: absolute;
	top:0px;
	border:0px solid #999999;
	
}

/*
#hauptnav {
	width:756px;
	height:40px;
	position:absolute;
	top:163px;
	background-image:url(/img/bg_nav.png);
	}
*/

#hauptcontentoben {
	width:756px;
	position:absolute;
	top:225px;
	height:20px;
	background-image:url(/img/bg_hauptcontent_oben.png);

}
	
#hauptcontent {
	width:756px;
	position:absolute;
	top:245px;
	background-image:url(/img/bg_hauptcontent.png);
	}

#hauptcontentunten {
	background-image:url(/img/bg_hauptcontent_unten.png);
}

#impressum {
	clear:both;
	width:756px;
	height:20px;
	}

#nav ul {
	padding-left:0px;
	margin-left:-10px;
}

#nav ul li {
	list-style-image:none;
	margin-left:0px;
	padding-left:10px;
	display:inline-table;
	clear:both;
	border:1px solid #FFF;
	width:175px;
	background-color:#333333;
	color:#FFF;
}

#nav ul li a {
	color:#FFF;
	text-decoration:none;
}

#nav ul li.orange {
	background-color:#f6c400;
}

#nav ul li:hover, #nav ul li a:hover {
	color:#000;
	background-color:#eeeeee;
	cursor:pointer;
}




#nav ul>ul>li {
	padding-left:30px;
	margin-left:10px;
	width:155px;
	background-color:#666666;
	border:1px solid #FFF;
}

	
	
	


/* Ende Hauptelemente */


/* diverss Styles für Inhalt */



a {
color:#db0d19;
text-decoration:underline;
}

a:hover {
	text-decoration:none;
	}	
	
	
h2 {
	color:#005F27;
	font-size:14px;
	font-family:Myriad,Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
	}






	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */

div {
		border:0px solid #666;
}

