
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4e4e4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link, a:visited { color: #db011a; text-decoration: none; font-weight:bold }

.cv09 #container {
	width: 882px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

.cv09 #header {
	display:block;
	float:left;
	width:882px;
	background-image:url(img/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	height: 184px;
}

.cv09 #mainContent {
	float: left;
	display:block;
	padding: 20px 25px;
	margin:0;
	background-image:url(img/content_bg.jpg);
	background-repeat:repeat-y;
}

.cv09 #mainContent p {
	color: #19171b;
	line-height: 22px;
	text-align:justify;
	font-size:14px;
}


div#smallpic img {
         border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
}

div.box1 {
	width: 30%;
         float: left;
         margin: 0px 15px 0px 5px;
         padding-top: 10px;
}
div.box2 {
	width: 30%;
         margin: 0px 0px 0px 280px;
         padding-top: 10px;
}
div.box3 {
	width: 30%;
         float: right;
         margin: 0px 10px 0px 15px;
         padding-top: 10px;
}

div.box4 {
	float: left;
         width: 45%;
         margin: 10px 10px 10px 10px;
}
div.box5 {
	float: right;
         width: 45%;
         margin: 10px 10px 10px 10px;
}

div.boxtrenner {
	float: right;
         width: 800px;
         height: 20px;
         margin: 10px 10px 10px 10px;
}

p.boxtext {padding: 0px 10px 0px 10px; font-size: 0.9em; line-height: 1.4em;}

div.titel {
	margin-bottom: 0em;
         padding: 10px;
         color: #000000;
         line-height: 1.0em;
         font-size: 1.8em;
}



.cv09 #footer {
	display:block;
	float:left;
	width:882px;
	background-image:url(img/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	height: 50px;
}



#myform {padding-left:15px; font-size:90%;}

input, select, textarea { color:#000000; }
.Bereich, .Feld { background-color:#eaeaea; width:220px; border:1px solid #cccccc; margin: 10px 0 10px 0; padding: 0.5em 0;}
.Check, .Radio { border:0px solid #ddd; }
.Button { background-color:#db0019; color:#fff; width:220px; border:1px solid #000000; margin: 10px 0 10px 0; padding: 0.5em 0.5em 0.5em 0.5em; }