/* 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: 12px; /* edit here global font size - 1em is 10px */
font-family: Arial, Helvetica, sans-serif;
background-color: #3c3c3c;
color: #000000;
}

html, body { 
    margin:0;
    padding:0;
	 text-align: center;
}
/*basic positioning*/

#wrapper{
width: 980px;
margin: 0 auto;
text-align: left;/*IE (see body)*/
background-color: #ffffff;
}

#oben{
width: 980px;
height: 35px;
float: left;
background-color: #9e0923;
border-bottom: 5px solid #ffcc00;
}

#teaser{
width: 710px;
height: 148px;
float: left;
background: url(../media/header_back.gif);
border-top: 1px solid #000000;
}


#logo{
float: left;
width: 270px;
height: 148px;
background: url(../media/logo.gif);
border-top: 1px solid #000000;
}

#rootline{
font-size: 0.9em;
float: left;
margin-bottom: 10px;
width: 900px;
}


#bottom{
float: left;
width: 980px;
height: 24px;
background-color: #ffcc00;
border-top: 1px solid #000000;
margin-bottom: 20px;
}

.footer{
float: left;
height: 24px;
line-height: 24px;
color: #000000;
font-size: 10px;
margin-left: 10px;
}

#text{
line-height: 35px;
color: #ffcc00;
text-align: right;
float: right;
margin-right: 10px;
}



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

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


#content_normal li, #content_left li{
margin: 0px;
color:#4d4d4d;
list-style-type: disc;
}

#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 */

#navi_unten {
	padding: 0px;
	margin: 0px;
	float: right;
	background-color: #ffcc00;
	height: 24px;

}

#navi {
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #ffcc00;
width: 980px;
	height: 24px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
} 

.navi1 {
	margin: 0px;
	float: right;
	padding: 0px;
} 
	
.naviL1 {
	margin: 0px;
	list-style: none;
	float: left;
	} 

.naviL1 a:link, .naviL1 a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
float: left;
padding-right: 12px;
padding-left: 12px;
		line-height: 24px;
border-left: 1px solid #000000;
font-weight: bold;

}


.naviL1 a:hover {
   color:#ffcc00;
background-color: #9e0923;
}

.naviL1_act {
	list-style: none;
float: left;
}

.naviL1_act a:link, .naviL1_act a:visited {
	color:#ffcc00;
	text-decoration:none;
float: left;
   font-size: 12px;
padding-right: 12px;
padding-left: 12px;
		line-height: 24px;
border-left: 1px solid #000000;
font-weight: bold;
background-color: #9e0923;
}

