﻿@charset "utf-8";

.classboxblue  h1  {
	margin: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.classboxblue .boxheader {
	height: 32px;
	margin-right:10px !important;
	margin-right:7px;
	margin-left:10px !important;
	margin-left:7px;
	
	background-image: url(../img/blue.png);
	background-repeat: repeat-x;
} 

.classboxblue .boxobenrechts{
	width:10px;
	height: 32px;
	float: right;
	
	margin-left:0px !important;
    margin-left:-3px; /* "Double-Margin-Bug" im IE6 */

	
	
	background-image: url(../img/blue.png);
	background-repeat: no-repeat;
	background-position: -10px -32px;
}

.classboxblue .boxobenlinks{
	height:32px;
	width:10px;
	float: left;
	margin-right:0px !important;
    margin-right:-3px; /* "Double-Margin-Bug" im IE6 */
	
	
	background-image: url(../img/blue.png);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}


.classboxblue  .footerheader{
	height: 32px;
	background-image: url(../img/blue.png);
	background-repeat: repeat-x;
} 

.classboxblue  .boxheader   p {
	padding-top: 8px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}


.classboxblue  .boxheaderleft{
	height: 32px;
	
	margin-right:10px !important;
	margin-right:7px;
	
 	background-image: url(../img/blue.png);
	background-repeat: repeat-x;
	border-left:0px solid #FFFFFF;

} 		
.classboxblue   .boxheaderleft   p {
	margin: 0;
	padding-top: 8px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}			

.classboxblue  .boxheaderright{
	height: 32px;
	
	margin-left:10px !important;
	margin-left:7px;
	
	background-image: url(../img/blue.png);
	background-repeat: repeat-x;
	border-right: 0px solid #FFFFFF;

} 		
.classboxblue   .boxheaderright   p {
	margin: 0;
	padding-top: 8px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}			






.classboxblue  .boxcontentrow {
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.classboxblue  .boxcontentrowright {
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.classboxblue  .boxcontentrowleft {
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.classboxblue    .boxcontent    {
	padding: 0 0 0 0;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	border: 1px solid #FFFFFF;
	background-color: #073672;
}


.classboxblue .boxcontent a,b  {
border:0;
text-decoration: none;
font-weight: bold;	
}



.classboxblue    .boxcontentright    {
	padding: 0 0 0 0;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	border-left:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
	background-color: #073672;
}

.classboxblue  .boxcontentright  a,b    {
border:0;
	font-weight: bold;
}

.classboxblue    .boxcontentleft    {
	padding: 0 0 0 0;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	border-right:1px solid #FFFFFF;
	background-color: #073672;
	border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}

.classboxblue .boxcontentleft  a,b {
border:0;
font-weight: bold;
}



.classboxblue  .menuepunkt {
	background-color: #073672;
	border-bottom: 1px solid #FFFFFF;
	cursor:pointer;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
} 

.classboxblue .menuepunkt .pfeil{
	float:right;
	padding-right:3px;
	background-image: url(../img/pfeil_down.png);
	width: 15px;
	height: 9px;
	background-repeat: no-repeat;
	margin-top: 4px;
}


.classboxblue  .menuepunkt:hover {
	background-color:#051E57;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
} 	




.classboxblue  .menuelink {
	background-color: #063C7A;
	border-bottom: 1px solid #FFFFFF;
	cursor:pointer;
	padding-left: 15px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	padding-right: 10px;
} 
.classboxblue .menuelink:hover{
background-color:#051E57;
}	 


.classboxblue  .menuelink a {
	color: #FFFFFF;
	text-decoration:none;
} 	


.classboxblue  .menuelink a:hover {
color: #CCCCCC;
text-decoration:underline;
} 	

.classboxblue  .boxfooter {
	height: 10px;
	background-image: url(../img/blue.png);
	font-size: 9px;
	font-variant: small-caps;
	color:#FFFFFF;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-position: 0px -2px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
} 

.classboxblue  .boxfooterright {
	height: 10px;
	background-image: url(../img/blue.png);
	font-size: 9px;
	font-variant: small-caps;
	color:#FFFFFF;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	background-position: 0px -2px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
} 

.classboxblue  .boxfooterleft {
	height: 10px;
	background-image: url(../img/blue.png);
	font-size: 9px;
	font-variant: small-caps;
	color:#FFFFFF;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	background-position: 0px -2px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
} 
