/* CSS Document */


body{
	background-color:#8E8E99;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.3em;
	color:#333;
	margin:0;
	padding:0px;
}

ul{margin:0px 0px 0px 20px;padding:0px;}

li{margin:0px 0px 5px 0px;padding:0px;color:#333399;font-weight:bold;}
a {color:#333399;}
a img{border:0px;}

p{margin:0px;padding:0px;}

table,tr,td{margin:0px;padding:0px;}

#container{
	width:757px;
	border:1px solid white;
	margin:5px;
	background-color:white;
	overflow:hidden;
}

#links_bottom{
	text-align:center;
	width:100%;
	float:left;
	margin-bottom:10px;
}

#links_bottom a{color:#333399;text-decoration:none;}
#links_bottom a:hover{color:#999999;}

#content{
	background:url(images/content_bg.gif);
	width:757px;
	float:left;
	border-bottom:1px solid #333399;
}

#contentbox_left{
	position:relative;
	width:410px;
	height:15em;
	float:left;
	padding:5px 10px 10px 10px;
}

#contentbox_right{
	position:relative;
	width:305px;
	height:15em;	
	float:left;
	padding:5px 10px 10px 10px;
}


/* Formatierungen für das Formular*/

#geschaeftlich #content{background:url(images/content_bg_form.gif);}
#geschaeftlich #contentbox_left{width:355px;	height:17em;}
#geschaeftlich #contentbox_right{width:335px;height:17em;}

#berater_form #content{background:url(images/content_bg_form.gif);}
#berater_form #contentbox_left{width:345px;	height:29em;margin-left:10px;}
#berater_form #contentbox_right{width:335px;height:29em;}

