@charset "utf-8";
body  {
	font-family: Verdana;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #010101;
}

img {
	border:0;
}

.bullet {
	border:0;
	margin-top:2px;
	float:left;
}

.headersep {
	border:0;
	margin-top:-5px; 
	vertical-align: bottom;
}

.header {
	position:relative;
	width:849px; 
	height:300px;
	z-index:0; 
	float:left;
	margin-top:25px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.links {
	float:left;
	padding: 0px 20px 10px 0px;
}

.rechts {
	float:right;
	padding: 0px 0px 10px 20px;
}


/*ALLGEMEINE FORMATIERUNGEN*/

p {
	line-height:18px;
	margin-bottom:3px;
}

h1, .head1 {
	font-size:22px;
	margin-bottom:6px;
	padding-bottom:6px;
	font-weight:bold;
	color:#016b67;
}

h2, .head2 {
	font-size:16px;
	margin-bottom:6px;
	font-weight:bold;
	color:#016b67;
}

h3, .head3 {
	font-size:14px;
	margin-bottom:6px;
	font-weight:bold;
	color:#016b67;
}

h4, .head4 {
	font-size:12px;
	margin-bottom:6px;
	font-weight:bold;
	color:#4b9896;
}


ul {
	list-style:none;
	margin-bottom:4px;
}

ol {
	margin-left:25px;	
}

li {
	margin-bottom:4px;
}

a {
	color:#4b9896;
	text-decoration:none;
	border:0;
}

a:visited {
	color:#4b9896;
	text-decoration:none;
}

a:hover {
	color:#016b67;
	text-decoration:none;
}

a:active {
	color:#016b67;
	text-decoration:none;
}	

/*TOPNAVI*/

.topMenu { 
	position:relative;
	list-style:none;
	font-family: Verdana;
	font-size:10px;
	width:809px;
	color:#010101;
	text-align:right;
}

.topMenu ul{ 
	color:#010101;
	display:block;
	margin-bottom:10px;
	margin-top:25px;
}

.topMenu li{ 
	display:inline; 
}

.topMenu a{ 
	color:#010101;
}

.topMenu a:focus {
	color:#016b67;
	text-decoration:none;
}

.topMenu a:hover {
	color:#016b67;
	text-decoration:none;
}
.topMenu a:active {
	color:#016b67;
	text-decoration:none;
}		

/*STYLE FÜR DAS LINKE HAUPTMENU*/	

.mainMenu {
	width: 200px;
	float: left;
	list-style:none;
	font-family: Verdana;
	font-size:14px;
	font-weight: bold;
	color:#4b9896;
	text-align:left;
	padding-top:28px;
}

.mainMenu ul {
	margin: 0 0 20px 0px;
	padding: 2px 0 2px 0;
	border-top:solid 1px #017572;
	list-style:none;
}

.mainMenu ul li {
	background-position: top left;
	background-repeat: repeat-x;
	padding: 7px 10px 7px 30px;
	width:160px;
	border-bottom:solid 1px #017572;
}

.mainMenu ul li a {
	color: #4b9896;
	text-decoration:none;
}

.mainMenu ul li.act a {
	color: #016b67;
}

.mainMenu a:focus {
	color:#016b67;
}

.mainMenu ul li a:hover {
	color: #016b67;
}

.mainMenu ul li a:active {
	color: #016b67;
}
	
.mainMenu ul ul  {
	margin:5px 0 0 15px;
	padding:0;
	border-top:0px;
}

.mainMenu ul ul li {
	font-size:90%;
	margin:0px;
	padding:3px 0px;
	border:0;
	background:none;
}

.mainMenu ul li.act ul li a {
	color: #4b9896;
}

.mainMenu ul li.act ul li.act a {
	color:#016b67;
}
	
/*STYLE FÜR DIE HAUPTSEITENELEMENTE*/

.mainContainer { 
	width: 849px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	top:200px;
} 
#mainContent { 
	padding: 38px 20px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	width:583px;
	text-align:left;
	float:right;
} 


#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 20px 20px 0px; /* padding keeps the content of the div away from the edges */
	position:relative;
	top:30px;
}
.sidebox {
	width: 220px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left:30px;
	margin-right:-19px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:right;
	position:relative;
}

/*STYLE FÜR DIE TEXTBOXEN UND TRENNER AUF DER STARTSEITE*/	

.horline {
	background-image:url(../upload/design/pixel.gif);
	background-repeat: repeat-x;
	width:849px;
	height:1px;
	float:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:10px;
	position:relative;
}

#footer { 
	position:relative;
	width:849px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.footer_left { 
	position:relative;
	width:560px;
	float:left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.footer_right { 
	position:relative;
	width:250px;
	float:right;
	text-align: right; /* this overrides the text-align: center on the body element. */
}

.footer_left p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#010101;
	font-family:Verdana;
	font-size:10px;
}

.footer_right p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#010101;
	font-family:Verdana;
	font-size:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* smac */

.zeile {
    clear:both;
    margin-bottom:2em;
}

.zeile img {
    float:right;
    margin-bottom:2em;
}

