/*** HTML  **************************************/  

body{
	margin: 0 0 0 0;
	margin-bottom:50px;
	font-family:Georgia, Times New Roman, Times, serif;
	background-color:#000000;
	
}


/*** LAYOUT  ***********************************/
#base{
	margin-top:33px;
	background-color:#FFFFFF;
	background-image:url(/fileadmin/templates/img/topLine_black.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#main{
	margin: 1em auto;
	width: 800px;	
}

#Header{
	height: 100px;
	background-image:url(/fileadmin/templates/img/trenner.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.logo {
	float: right;
	width:100px;
	margin-right:25px;
	margin-left:10px;
	
}
.logo img {
	border-style:none;
}

#topMenu{
	padding-top: 23px;
	float: none;
	text-align:right;
	
}

.subMenu{
	text-align:right;
	margin-right: 20px;
	
}

#content{
	margin-top: 20px;
	padding-left:10px;
	padding-right:10px;
	
}
#footer{
	clear:both;
	height:10px;
	margin-top: 0px;
	text-align:right;
	padding-top:5px;
	padding-bottom: 40px;
	background-image:url(/fileadmin/templates/img/trenner2.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#footer a{
	font-size:small;
	color:black;
	text-decoration:none;
}

#footer img{
	border:none;
}


/** 1 COLUMS  **********************/

.cbm_1cols{
	float:left;
}

/** 1 COLUMS  **********************/

.cbm_1cols{
	float:left;
}

/** 2 COLUMS  **********************/

.cbm_2cols{
	width: 375px;
	float:left;
	
}

.cbr_2cols{
	width: 375px;
	float: right;

}


/** 3 COLUMS  **********************/

.cbl_3cols{
	width: 240px;
	float:left;
	padding-right:10px;
	
}

.cbm_3cols{
	width: 235px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	
}

.cbr_3cols{
	width: 235px;
	float:left;
	padding-left:20px;
	
}

/**  toprow  ***********************************/

.cbl_toprow{
	margin-bottom: 15px;
	background-image:url(/fileadmin/templates/img/trenner_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.cbm_toprow_cols{
	width: 340px;
	float: left;

	
}

.cbr_toprow_cols{
	width: 350px;
	padding-left: 10px;
	float: right;
}

/** ContentBox Global ****************/

.cBox, .cBox2{
	padding-bottom: 20px;
	
}
.cBox2{
	padding-top: 10px;
	background-image:url(/fileadmin/templates/img/trenner_dots.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}
.cBox h1,.cBox2 h1{
	font-size:14px;
	text-transform:uppercase;
	color: #d73c37;
	margin-bottom: 5px;
}
.cBox h2, .cBox2 h2{
	font-size:12px;
	text-transform:uppercase;
	color: #d73c37;
	margin-bottom: 0px;
}

.cBox, .cBox2, p, td{
	font-size:small;
	color: #000000;
	margin: 0px;
}

.cBox a , .cBox2 a{
	color:#cc0000;
	text-decoration: none;
}
.cBox a:hover, .cBox2 a:hover{
	color: #000000;
	text-decoration: underline;
}



/*** TOPMENU_2     *****************************************/

.topMenu2{
	text-align:right;
	padding: 5px;
	background-image:url(/fileadmin/templates/img/trenner_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.topMenu2_no, .topMenu2_act{
	margin:2px;
}

.topMenu2_no a, .topMenu2_act a{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
.topMenu2_act a{
	color: #d73c37;
}