@charset "utf-8";
/***********************************************/
/* Media Service GmbH .css                    	*/
/* copyright 2007 Thomas Piske - Werbeagentur   */
/*											 	*/
/***********************************************/

body{
	margin: 0px;
	padding: 0px;
	background-color:#EDE9E1;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat; /*repeat-y  repeat  no-repeat*/
	background-position: top left; /*0px 0px */
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-align:center;
}

html[xmlns^="http"]{
         /* verhindert Mozilla-Zucken
          * > Firefox 1.5
          */
         overflow-y: scroll;
}

#containerMain{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	width: 780px;
	height: 247px;
	background: url(images/header_bg.gif) top left no-repeat;
	margin: 10px 0px 0px 0px;
}
#headerFlash{
	width: 499px;
	height: 182px;
	margin: 0px 0px 0px 251px;
	padding-top: 30px;
}
#contentHintergrund{
	background: url(images/content_bg.gif) top left repeat-y;
	width: 780px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


#content{
	width: 499px; /*529*/
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 0px;
}


#footer{
	width: 750px;
	background: url(images/footer_bg.gif) top left no-repeat;
	height: 34px; /*47*/
	color: #FFF;
	text-align: right;
	padding: 13px 30px 0px 0px;
	color: #666666:
}

.floatKiller{
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0px; 
	padding:0px;
	line-height: 0px;
}

h1.balken {
	background: url(images/content_balken_bg.gif) top left no-repeat;
	width: 479px; /*499*/
	height: 20px; /*27*/
	font-size: 17px;
	color: #FFF; /*rot c8054b*/
	margin: 0px 0px 8px 0px;
	padding: 7px 0px 0px 20px;
}
.text{
	padding-left: 20px;
}

.personen{
	margin: 77px 0px 5px 10px;
	width:340;
	float: left;
}

.bild_klein{
	float: left; 
	heigth: 150px; 
	wight: 120px;	
}

.aufzahlung{   
	float: left;
	margin: 0px 0px 7px 0px;
	width: 469px;
}/*nur in der index drinnen*/

.trenner{
	border-top: 1px dotted #666;
	padding: 0px;
	margin: 10px 0px 6px 0px;
	height: 1px; 
	font-size: 1px; 
	line-height: 1px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #c8054b;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #c8054b;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #c8054b;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	font-size: 12px;
	color: #c8054b;
	text-decoration: underline;
}


#footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	font-size: 12px;
}
#footer a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	font-size: 12px;
}
#footer a:hover {
	font-weight: normal;
	font-size: 12px;
	color: #c8054b;
	text-decoration: underline;
}
#footer a:active {
	font-weight: normal;
	font-size: 12px;
	color: #c8054b;
	text-decoration: underline;
}
