/* Allgemeine Formatierungen */

body, div, img, a{
	margin:0;
	padding:0;
	border:0;
}

body{
	padding: 10px 15px;
}
#header{
	background:url(../img/streifen_o.png) repeat-x;
	clear:both;
	height:102px;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

#middle_l{
	background:url(../img/streifen_l.png) repeat-y left;
	width:100%;
}
#middle_r{
	background:url(../img/streifen_r.png) repeat-y right;
	width:100%;
}
#content{
	margin-left:10px;
	margin-right:12px;
	padding:10px 35px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #ef8201;
	border-bottom: 1px solid #ef8201;
}

.center{
	text-align:center;
	margin:auto;
}
h3{
color:#3A4763;
font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
font-size: 16px;
}

p.line_t{
	background:url(../img/verlauf_wb.png) repeat-x 0 100px;
	border-bottom: 1px solid #7F7E69;
}
p.line_b{
	background:url(../img/verlauf_bw.png) repeat-x 0 100px;
	border-top: 1px solid #7F7E69;
}
p{
color:#7F7E69;
}
#footer_m{
	background:url(../img/streifen_u.png) repeat-x bottom;
	clear:both;
	height:35px;
	color:white;
	text-align:right;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:25px;
}
#footer_l{
	height:35px;
	background:url(../img/ecke_ul.png) bottom left;
	padding-left:25px;
}
#footer_r{
	height:35px;
	background:url(../img/ecke_ur.png) bottom right;
	padding-right:25px;
}
a.noUL, a.noUL:link, a.noUL:visited, a.noUL:hover {
color:#0195A8;
font-family:Arial,Helvetica,sans-serif;
line-height:18px;
text-decoration:none;
}