/* --------------------------
 CSS FOR ZAHNVERSICHERUNG.DE
----------------------------- */

* {margin:0; padding:0;}

body {
	background:#f0eeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {}
p {line-height:150%;}
h1.header_headline a {color:#234b68; font-size:36px; font-weight:normal; text-decoration:none; position:absolute; top:30px; padding-left:340px;}
a.pdf { background:url(../img/pdf_no.gif) top left no-repeat; padding-left:15px;}
.small {font-size:10px; font-weight:bold;}
a img { border:none;}

#wrap {
	margin:auto;
	width:765px;
	margin-top:5px;
	background:url(../img/bg_site.gif) top left repeat-y;
}

#head_zeile {
	width:765px;
	height:35px;
	background:url(../img/bg_head.gif) top left no-repeat;
}

/* --------------------------
 H E A D E R   +   N A V I  
----------------------------- */

#top_area {
	position:absolute;
	margin-left:32px;
	width:700px;
	height:204px;
	background:url(../img/Pic_Header.jpg) top left no-repeat;
	font-size:14px;
}

.bookmark a{
	position:absolute;
	top:150px;
	right:30px;
	width:213px;
	height:31px;
	background:url(../img/bg_bookmark.gif) top left no-repeat;
	text-align:center;
	padding-top:9px;
	color:#234b68;
	font-weight:bold;
	text-decoration:none;
}

#top_area ul {
	width:300px;
	list-style:none;
	position:absolute;
	bottom:8px;	
	float:left;
}

#top_area ul li {
	float:left;
}

#top_area ul li a {
	color:#234b68;
	float:left;
	text-decoration:none;
	margin-left:15px;
	list-style:none;
}

#top_area ul li a:hover, #top_area ul li a.active {
	color:#676767;
}

/* ----------------------
 C O N T E N T
---------------------- */

#content {
	margin-top:230px;
	padding-left:32px;
	color:#333;
}

#content h1 {
	font-size:18px;
	font-weight:bold;
	color:#234b68;
	padding-bottom:8px;
	margin-left:20px;
}

#content .middlefloat{
margin-left: 214px;
}

#content #angestellter{
display:none;
}

#content h2 {
	font-size:14px;
	font-weight:bold;
	color:#234b68;
	padding-bottom:8px;
	margin-left:20px;
}

#content h3 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding-bottom:3px;
	margin-left:20px;}


#content a {
	color:#234b68;
	text-decoration:underline;
}

#content p {
	width:660px;
	margin-left:20px;
	padding-bottom:5px;
}

.content_boxed {
	width:668px;
	border:1px solid #4591c5;
	background:#a8cde7;
	padding:15px;
	margin-bottom:15px;
	clear:both;
	#font-weight:bold;
}

.content_boxed table h2 {
	margin:0;
	padding:0;
}

.contact_row {
	margin-top:30px;
	color:#666666;
	width:700px;
	overflow:hidden;
	clear:both;
	
}

.contact_row_l {
	float:left;
	width:440px;
	height:40px;
	display:block;
	overflow:hidden;
}

.contact_row_l p {
	width:280px;
}

.contact_row_r {
	float:left;
	width:260px;
	display:block;
	height:40px;
	overflow:hidden;
}

#content .contact_row .contact_row_r a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.button_row {
	height:50px;
	width:700px;
	padding-top:10px;
	border-top:1px solid #234b68;
	border-bottom:1px solid #234b68;
	text-align:center;
	margin-bottom:15px;
	margin-top:8px;
	clear:both;
}

.button_row a.left {
	padding-right:20px;
	text-decoration:none;
}

#content .button_row a {
	text-decoration:none;
	font-weight:bold;
}






/* ----------------------
 F O O T E R
---------------------- */
#footer_navi {
	overflow:auto;
}

#footer_navi ul {
	padding-left:225px;
	float:left;
	list-style:none;
}

#footer_navi li {
	float:left;
}

#footer_navi ul li a {
	color:#757675;
	float:left;
	text-decoration:none;
	margin-left:15px;
	list-style:none;
}

#footer {
	width:765px;
	height:27px;
	background:url(../img/bg_footer.gif) top left no-repeat;
}


/* ----------------------
 F O R M U L A R
---------------------- */
.formular {
	width:650px;

}

.formular p{
	margin:10px;
}
.formular_form {
	margin:auto;
	clear:both;
}

input, .formular_form select{
	width:166px;
	height:20px;
	margin-bottom:5px;
	margin-left:1px;
	border:1px solid #506581;
	color:#666;
	padding:2px;
}

input:focus{
	border:1px solid #FF9000;
}

.formular_form label{
	clear:both;
	width:200px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:3px;
}

#WeitereFragen {
	width:200px;
	height:200px;
	overflow:auto;
		border:1px solid #506581;

}

#Berufsbezeichnung {
	width:200px;
	height:17px;
	overflow:hidden;
}

.tel_form {
	font-size:10px;
}

input.submit_button {
	border:none;
	width:76px;
	height:23px;
	padding-left:214px;
	padding-top:15px;
}

input checkbox {
	border:1px solid red;
	float:left;
}

.red {
	color:red;
}

