/* ---------------------------------------------------------- Anpassung Standard HTML Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #cc040c;
	font-size: 17px;
	line-height: 18px;
	margin: 16px 0px 16px 0px;
}
h1 span {
	font-size: 11px;
	line-height: 12px;font-weight: normal;
	margin: 0px;
}
h2 {
	color: #cc040c;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}
p  {
	margin: 12px 0px 12px 0px;
}
/* ---------------------------------------------------------- Layout-Grundelemente */

#wrapper {
	width: 850px;
	min-height: 175px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_wrapper2.png);
}
#header {
	width: 783px;
	height: 106px;
	overflow: hidden;
	margin: 8px auto 0px auto;
	padding: 10px 0px 0px 67px;
	background-image: url(../images/bg_header.png);
}
#header h1 {
	width: 212px;
	height: 106px;
	text-indent: -9000px;
	margin: 0px;
	background-image: url(../images/logo.gif);
}
#content {
	width: 774px;
	min-height: 255px;
	overflow: visible;
	padding: 0px 0px 135px 0px;
	margin: 0px 0px 0px 67px;
	background-image: url(../images/bg_content2.jpg);
	background-repeat: no-repeat;
}
#text {
	width: 357px;
	min-height: 243px;
	overflow: visible;
	margin: 0px 0px 0px 387px;
	padding: 5px 15px;
	background-color: #1b63c5;
}
#text p.norm {
	border-top: 1px solid #84abe0;
	border-bottom: 1px solid #84abe0;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}
#text p.mehr {
	border-top: 1px solid #84abe0;
	border-bottom: 1px solid #84abe0;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	line-height: 19px;
	font-size: 12px;
}
#small {
	line-height: 16px;
	font-size: 12px;
}
#smaller a:hover {
	background-color: transparent;
}
#smaller {
	line-height: 13px;
	font-size: 11px;
}
h1#firma {
	width: 139px;
	heigth: 23px;
	line-height: 23px;
	margin: 20px 0px 23px 0px;
	padding: 0px;
	text-indent: -9000px;
	background-image: url(../images/h_firma-gawlitza.gif);
	background-position: top;
}
h1#leistungsseite {
	width: 237px;
	heigth: 25px;
	line-height: 25px;
	margin: 20px 0px 23px 0px;
	padding: 0px;
	text-indent: -9000px;
	background-image: url(../images/h_leistungen.gif);
	background-position: 0px 0px;
}

/* ---------------------------------------------------------- Footer */
#abschluss {
	width: 850px;
	height: 23px;
	background-image: url(../images/bg_abschluss.png);
	margin: 0px auto;
}

#footer {
	width: 850px;
	height: 182px;
	margin: -160px auto 0px auto;
	padding: 76px 0px 0px 0px;
	background-image: url(../images/bg_footer3.png);
	background-repeat: no-repeat;
}
#footer p {
	margin: 0px 25px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	float: right;
	width: 352px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* ----------------------------------------------------------Inhaltsgestaltung */





/* ---------------------------------------------------------- Allgemeine Styles */
:focus {
 outline: 0;
}
.close {
	float: right;
	margin: 5px;
}
.clearer {
	clear: both;    
	display: block; 
    height: 0; 
}
.clearer2 {
	clear: both;    
	display: block; 
    height: 10px; 
	margin: 12px 0px 20px 0px;
	border-bottom: 1px solid #b3b3b3;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #000;
	background-color: #fff;
}

#subnavi img.ohnerahmen {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	float: none;
}
