/*** HTML  **************************************/
body{
	background-color: #3b6287;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
}

.tableWidth{
	width: 100%;
}


/*** LAYOUT  ***********************************/
#base{
	margin: 1em auto;
	width: 690px;
	margin-top: 10px;
	border: 1px solid #314355;
	background-color: #869eb4;
	background-image: url('/fileadmin/templates/images/main_verlauf.jpg');
	background-repeat: repeat-x;

}
#main{
	padding: 15px;
}

/**  HEADERAREA        *****************/
.header{
	height: 145px;
	background-image: url('/fileadmin/templates/images/bg_header.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
.headerImg_1{

}
.headerImg_1 img{
	
}
.contentClearer{
	clear: both;
}

.logo{

}

.logo img{
	border: none;
}

.mainMenuHolder {
	height: 45px;
	background-color: #4b6071;
	background-image: url('/fileadmin/templates/images/bg_mainmenu.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

/** CONTENT ELEMENTE ****************/

.contentHolder{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	background-color: #8da6ba;
	background-image: url('/fileadmin/templates/images/bg_contentHolder.gif');
	background-repeat: repeat-x;
}
.contentLeft{
	float: left;
	width: 310px;
}

.contentRight{
	float: right;
	width: 310px;
}
.contentMiddle{

}


/** METAMENU       *****************/
.metaMenuHolder{
	
	
}
.metaMenu{
	clear:both;
	font-size: 11px;
	color: #fff;
	padding: 5px;
	text-align: center;

}
.metaMenu_no, .metaMenu_act{
	padding-left: 5px;
	padding-right: 5px;
}
.metaMenu_no a, .metaMenu_act a, .metaMenu a{
	color: #fff;
	text-decoration: none;
}
.metaMenu_no a:hover, .metaMenu_act a:hover, .metaMenu a:hover{
	color: #fff;
	text-decoration: underline;
}



/**  LanguageSelector    *****************/

.languageSelector{
	text-align:right;
}


.activeLanguage{
	color: #000 !important;
}
.searchBox{
	
	text-align: right;
	padding-top: 50px;
	padding-right: 50px;
}

/**  FOOTER        *****************/
.impressum {
	clear:both;
	font-size: 11px;
	color: #fff;
	background-color: #6a8aa5;
	text-align: center;
	padding: 5px;
}
.impressum h3{
	font-size: 11px;
	color: #095902;
	margin: 0px;
}

.impressum a{
	color:#fff;
	text-decoration: underline;
}

.impressum a:hover{
	text-decoration: none;
}


/** ContentBox Global ****************/

.cBox h3, .cBox2 h3{
	margin: 0px;
	padding-top: 2px;
	padding-left: 5px;
	font-size:11px;
	color: #000;
	padding-bottom: 10px;
	background-image: url('/fileadmin/templates/images/bg_cBox_h1_orange.gif');
	background-repeat: repeat-x;
	background-color: #6a8aa5;
}

.cBox, .cBox2{
	clear: right;
	padding-bottom: 30px;
	/*background-color: #6a8aa5;
	border-bottom: 1px solid #4b6071;*/
	background-image: url('/fileadmin/templates/images/bg_cBox2.gif');
	background-repeat: repeat-x;
	background-position: bottom;

}
.cBox2{

}
.cBox h1, .cBox2 h1, .cBox h2, .cBox2 h2{
	margin: 0px;
	padding-top: 2px;
	padding-left: 5px;
	font-size:11px;
	color: #fff;
	padding-bottom: 10px;
	background-image: url('/fileadmin/templates/images/bg_cBox_h1.gif');
	background-repeat: repeat-x;
	background-color: #6a8aa5;
}
.cBox ul, .cBox2 ul{
	margin: 0px;
	padding: 20px;
}
.cBox li, .cBox2 li{
	margin-left: 5px;
	padding-left: 5px;
}

.cBox, .cBox2, p, td{
	font-size: 11px;
	color: #fff;
	margin: 0px;
}
.cBox p, .cBox2 p {
	padding-left: 8px;
	padding-right: 8px;
}

.cBox a , .cBox2 a{
	color:#fff;
	text-decoration: underline;
}
.cBox a:hover, .cBox2 a:hover{
	color: #fff;
	text-decoration: underline;
}

.cBox_ img{
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #ccc;
}

.cBox input {	
	border: 1px solid #666;
	background-color: #fff;
	color: #666;
	font-size: 10px;
}
.cBox submit{
	height: 20px; 
	border: solid 1px #A0A0A0; 
	background-color: #ffffff; 
	font-size: 12px;
}
.cBox textarea {
	border: 1px solid #666;
	background-color: #fff;
	color: #666;
	font-size: 11px;
}



/**  Nach Oben im Content**/
.cBoxUp{
	margin-left: -25px;
	position: relative;
	top: 14px;
	width: 15px;
	height: 15px;
	float:left;
	clear:both;
}
.cBoxUp img{
	border:none;
}




div.logoright {
	float:right;
}


/** COPYRIGHT WEBCROSSING   **********************/
.webcrossing {
	font-size: 9px;
	color: #cccdbb;
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;
}

.webcrossing a {
	color: #cccdbb;
	text-decoration: none;
}
.webcrossing a:hover {
	color: #666;
}


