#menu, #menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#menu {
	width: 950px;
	margin: 2px auto;
	border: 1px solid #f93;
	background-color: #f93;
	background-image: linear-gradient(#fff1e4, #f93);
	background-image: -moz-linear-gradient(#fff1e4, #f93); /* FF 3.6+ */  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff1e4), color-stop(100%, #f93)); /* Safari 4+, Chrome 2+ */  
    background-image: -webkit-linear-gradient(#fff1e4, #f93); /* Safari 5.1+, Chrome 10+ */  
    background-image: -o-linear-gradient(#fff1e4, #f93); /* Opera 11.10 */  
border-radius: 6px;
	box-shadow: 0 0px 1px #fff;
}
#menu:before, 
#menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu li {margin: 2px;
	float: left;
	border-right: 1px solid #0F466F;
	box-shadow: 0px 0 0 #0F466F;
	position: relative;
	list-style: none;
}
#menu a {
	float: left;
	padding: 3px 12px;
	color: #0F466F;
	text-transform: none;
	font: bold 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 0px 0 #0F466F;
	display:block;
}
#menu a:hover {
	color: #0F466F;
}
#menu li:hover > a {
color: #ffffff;
	background-color: #0F466F;
	background-image: linear-gradient(#0F466F, #0F466F);
	background-image: -moz-linear-gradient(#0F466F, #0F466F); /* FF 3.6+ */  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F466F), color-stop(100%, #0F466F)); /* Safari 4+, Chrome 2+ */  
    background-image: -webkit-linear-gradient(#0F466F, #0F466F); /* Safari 5.1+, Chrome 10+ */  
    background-image: -o-linear-gradient(#0F466F, #0F466F); /* Opera 11.10 */  
}
#menu li a:hover { /* IE6 only */
	color: #ffffff;
}
#menu li a:hover {
	background-color: #0F466F;
	background-image: linear-gradient(#0F466F, #0F466F);
	background-image: -moz-linear-gradient(#0F466F, #0F466F); /* FF 3.6+ */  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F466F), color-stop(100%, #0F466F)); /* Safari 4+, Chrome 2+ */  
    background-image: -webkit-linear-gradient(#0F466F, #0F466F); /* Safari 5.1+, Chrome 10+ */  
    background-image: -o-linear-gradient(#0F466F, #0F466F); /* Opera 11.10 */  
}
#menu ul {
	margin: 10px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 1; 
	float: left;   
	background-color: #f93;
	background-image: linear-gradient(#f93, #f93);
	background-image: -moz-linear-gradient(#f93, #f93); /* FF 3.6+ */  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f93), color-stop(100%, #f93)); /* Safari 4+, Chrome 2+ */  
    background-image: -webkit-linear-gradient(#f93, #f93); /* Safari 5.1+, Chrome 10+ */  
    background-image: -o-linear-gradient(#f93, #f93); /* Opera 11.10 */  
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 10px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	display:none;
	position : relative;
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {   
	box-shadow: none;    
}
#menu ul a {    
	padding: 3px;
	width: 200px;
	_height: 12px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: left;
	text-transform: none;
}
#menu ul a:hover {
	background-color: #0F466F;
	background-image: linear-gradient(#0F466F, #0F466F);
	background-image: -moz-linear-gradient(#0F466F, #0F466F); /* FF 3.6+ */  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F466F), color-stop(100%, #0F466F)); /* Safari 4+, Chrome 2+ */  
    background-image: -webkit-linear-gradient(#0F466F, #0F466F); /* Safari 5.1+, Chrome 10+ */  
    background-image: -o-linear-gradient(#0F466F, #0F466F); /* Opera 11.10 */  
	float : left;
}
#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #0F466F;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #F93;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #F93; 
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #F93; 
	border-bottom-color: transparent; 	
}
#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.main_contentarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #0F466F; }
OL { text-align : left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
UL { /* inherit from body */ text-align : left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
LI { /* inherit from body */ margin-top : 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
UL LI { list-style-type : square}
UL UL LI { list-style-type : square}
UL UL UL LI { list-style-type : square}
OL LI { list-style-type : decimal}
OL OL LI { list-style-type : lower-alpha}
OL OL OL LI { list-style-type : lower-roman}
H1 { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 14px; line-height : 18px; font-weight : 800; font-style : normal; text-decoration : none; color: #0F466F, text-transform : none}
H2 { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 13px; line-height : 15px; font-weight : 800; font-style : normal; color: #0F466F, text-decoration : none; text-transform : none}
H3 { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; line-height : 14px; font-weight : 800; font-style : normal; color: #0F466F, text-decoration : none; text-transform : none}
H4 { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : 800; font-style : oblique; text-decoration : none; color: #0F466F, text-transform : none}
.bildunterschrift { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; letter-spacing: 1px}