
/*** HTML  **************************************/
body{
	background-color: #CCCCCC;
	margin-bottom:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	background-image:url(/fileadmin/templates/images/background.jpg);
	font-size: small;
}

/*** LAYOUT  ***********************************/
#main{
	margin: 1em auto;
	width: 730px;
	background-color: #ffffff;
	padding:15px;
}
#header{

}
.logo img {
	border-style:none;
}

.menu_1{
	padding-top:85px;
	float:right;
	background-image:url(/fileadmin/userdaten/cd-daten/dav-logo-2007.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.menu_2{
	margin-top:10px;
	text-align: right;
	background-image:url(/fileadmin/templates/images/trenner_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:2px;
	padding-bottom:10px;
}

.langmenu {
	margin-top:14px;
	margin-left:10px;
	float:left;
}

#content{
	padding-top: 20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.c-middle{
	width: 430px;
}
.c-middle_2{

}

.c-right{
	width: 240px;
	padding-left: 30px;
	padding-bottom: 30px;
	float: right;
}

#footer{
	background-image:url(/fileadmin/templates/images/trenner_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
	color:#999999;
	clear:both;
}
#footer a{
	font-size: 10px;
	color:#999999;
	text-decoration: none;
}

#footer a:hover{
	color:#666666;
}


/** ContentBox Global ****************/

.cBox, .cBox2{
	padding-bottom: 20px;

}
.cBox2{
	padding-top: 20px;

	background-image:url(/fileadmin/templates/images/trenner_dots.gif);
	background-position:top;
	background-repeat:repeat-x;

}
.cBox h1,.cBox2 h1{
	font-size:14px;
	text-transform:uppercase;
	color: #83b650;
	margin-bottom: 10px;
}
.cBox h2, .cBox2 h2{
	font-size:12px;
	text-transform:uppercase;
	color: #83b650;
	margin-bottom: 0px;
}

.cBox, .cBox2, p, td{
	font-size:small;
	color: #666666;
	margin: 0px;
}

.cBox a , .cBox2 a{
	color:#83b650;
	text-decoration: underline;
}
.cBox a:hover, .cBox2 a:hover{
	color: #666666;
	text-decoration: underline;
}

.cBox_ img{
	border: 1px solid #cccccc;
	padding:2px;
}
div.logoright {
	float:right;
}