/* Standard CSS */
@import url(content.css);
.typo3-adminPanel{
position: absolute;
top: 0;
right:0px;
z-index: 999;
}
/* basic settings */
* {
   padding: 0;
   margin: 0;
   font-size: 1em; /* do not edit */
}
html {
   font-size: 62.5%; /* do not edit */
}
body {
text-align: center;/* IE quirks*/
font-size: 13px; /* edit here global font size - 1em is 10px */
font-family: Arial, Helvetica, sans-serif;
background-color: #454444;
color: #000000;
}

html, body { 
    margin:0;
    padding:0;
}
/*basic positioning*/
#center{
width: 939px;
margin: 0 auto;
text-align: left;/*IE (see body)*/
background-color: #FFFFFF;
}

#wrapper{
width: 939px;
text-align: left;/*IE (see body)*/
float: left;

}



#teaser{
width: 939px;
height: 277px;
float:left;
/*background: green;*/
}

#teaser2{
width: 939px;
height: 160px;
float:left;
/*background: green;*/
}


#logo{
z-index: 10;
position: absolute;
top: 25px;
width: 106px;
height: 73px;
margin-left: 833px;
background: url(../media/logo.gif);
background-position: right;
background-repeat: no-repeat;
}

#logo2{
z-index: 10;
position: absolute;
top: 220px;
width: 106px;
height: 73px;
margin-left: 833px;
background: url(../media/logo.gif);
background-position: right;
background-repeat: no-repeat;
}




/* additional Content-Styles */
ul, ol{
list-style-position: inside;
margin: 4px 0 4px 10px;
}

#content_normal ul, #content_left ul, #content_right_stellen ul{
list-style-position: outside;
margin: 0px;
padding-left:16px;
}


#content_normal li, #content_left li, #content_right_stellen li{
margin: 0px;
color:#000000;
list-style-type: square;
}

#content_normal li li{
margin: 0px;
color:#000000;
list-style-type: disc;
color: #5F5F5F;
}

blockquote{
margin-left: 2em;
}

pre{
font-family: courier,lucida,fixed;
margin: 0.5em 0
}



/* Navigation */

.trenner{
	background: url(../media/line_navi.gif);
	background-repeat: no-repeat;
	width: 3px;
	height: 25px;
	float:left;
	
}

#navi {
width: 939px;
	padding:0px;
	height:25px;
	background-color: #454444;
	float:left;
} 

.navi1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height:25px;
	margin-left: 28px;
} 


	
.naviL1 {
	margin: 0px;
float: left;

	} 

.naviL1 a:link, .naviL1 a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 13px;
line-height: 25px;
	font-weight: normal;
			height:25px;
			float: left;
			padding-left: 10px;
	padding-right: 10px;
}



.naviL1 a:hover {
   background-color: #666666;
}

.naviL1_act {
	background-color: #666666;
	
	float: left;
}

.naviL1_act a:link, .naviL1_act a:visited {
	background-color: #666666;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
		float: left;
			padding-left: 10px;
	padding-right: 10px;
}

#unten {
width: 939px;
	text-align:center;
background-color: #454444;
color: #FFFFFF;
font-size: 11px;
line-height: 23px;
float: left;
} 