@charset "utf-8";
/* Colors */

/* Standard */
#nav .menu_std{
	border-left: 5px solid #9B9C9E;
}

#line_menu_std{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#CC0000;
	border-bottom:1px solid #999;
}
#content h1.menu_std{
	border-left: 1.2em solid #CC0000;
}
.menu_std .box_headline{
	background-color:#CC0000;
}

/* rot */
#nav .menu_red{
	border-left: 5px solid #CC0000;
}
#line_menu_red{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#CC0000;
	border-bottom:1px solid #999;
}
#content h1.menu_red{
	border-left: 1.2em solid #CC0000;
}
.menu_red .box_headline{
	background-color:#CC0000;
}

/* orange */
#nav .menu_orange{
	border-left: 5px solid #FF9900;
}
#line_menu_orange{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#FF9900;
	border-bottom:1px solid #999;
}
#content h1.menu_orange{
	border-left: 1.2em solid #FF9900;
}
.menu_orange .box_headline{
	background-color:#FF9900;
}

/* gelb */
#nav .menu_yellow{
	border-left: 5px solid #D8C060;
}
#line_menu_yellow{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#D8C060;
	border-bottom:1px solid #999;
}
#content h1.menu_yellow{
	border-left: 1.2em solid #D8C060;
}
.menu_yellow .box_headline{
	background-color:#D8C060;
}

/* grün */
#nav .menu_green{
	border-left: 5px solid #009900;
}
#line_menu_green{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#009900;
	border-bottom:1px solid #999;
}
#content h1.menu_green{
	border-left: 1.2em solid #009900;
}
.menu_green .box_headline{
	background-color:#009900;
}

/* dunkelblau */
#nav .menu_darkblue{
	border-left: 5px solid #00529E;
}
#line_menu_darkblue{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background:#00529E;
	border-bottom:1px solid #999;
}
#content h1.menu_darkblue{
	border-left: 1.2em solid #00529E;
}
.menu_darkblue .box_headline{
	background-color:#00529E;
}

/* hellblau */
#nav .menu_lightblue{
	border-left: 5px solid #009DE0;
}
#line_menu_lightblue{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#009DE0;
	border-bottom:1px solid #999;
}
#content h1.menu_lightblue{
	border-left: 1.2em solid #009DE0;
}
.menu_lightblue .box_headline{
	background-color:#009DE0;
}

/* pink */
#nav .menu_pink{
	border-left: 5px solid #C4017B;
}
#line_menu_pink{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background:#C4017B;
	border-bottom:1px solid #999;
}
#content h1.menu_pink{
	border-left: 1.2em solid #C4017B;
}
.menu_pink .box_headline{
	background:#C4017B;
}

/* grau */
#nav .menu_grey{
	border-left: 5px solid #9B9C9E;
}
#line_menu_grey{
	position:absolute;
	width:99.4%;
	top:0;
	left:0;
	margin-top:150px;
	padding:0.25em;
	height:2em;
	background-color:#9B9C9E;
	border-bottom:1px solid #999;
}
#content h1.menu_grey{
	border-left: 1.2em solid #9B9C9E;
}
.menu_grey .box_headline{
	background-color:#9B9C9E;
}
