/* 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 {
font-size: 13px; /* edit here global font size - 1em is 10px */
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color: #1a171b;
text-align: center;
}

html, body { 
    margin:0;
    padding:0;
}
/*basic positioning*/
#wrapper {
text-align: left;
width: 980px;
margin: auto;
margin-top: 10px;
}


	#logo{
width: 186px;
height: 200px;
background: url(../media/logo.gif);
float: right;
}

	
#top{
width: 980px;
height: 200px;
	float: left;
	padding-bottom: 6px;
	border-bottom: 1px solid #b2b2b2;
}

#teaser{
width: 794px;
height: 200px;
	float: left;
}








/* 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;
}


#content_normal li, #content_left li{
margin: 0px;
list-style-type: square;
}

#content_normal li li{
margin: 0px;
list-style-type: disc;

}

blockquote{
margin-left: 2em;
}

pre{
font-family: courier,lucida,fixed;
margin: 0.5em 0
}



/* Navigation */
.left_headline{
	margin: 0px;
	float: left;
	width: 160px;
	background-color: #d5d5d5;
	padding-left: 10px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;

}


.navi_container{
	margin: 0px;
	float: left;
	width: 160px;
background-color: #d5d5d5;
}

#navi{
	margin: 0px;
	float: left;
}


.navi1 {
margin: 0px;
	padding: 0px;
	width: 170px;
} 
	
.naviL1 {
	margin: 0px;
	font-weight: normal;
		list-style: none;
	list-style-position: outside;
	} 

.naviL1 a:link, .naviL1 a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
margin: 0px;
line-height: 20px;
	font-weight: bold;
	padding-left: 10px;
	width: 160px;
		float: left;
background-repeat: no-repeat;
background-color: #e2e1e1;
text-transform: uppercase;
}


.naviL1 a:hover {
   color:#ffffff;
background-repeat: no-repeat;
background-color: #045197;
}

.naviL1_act {
	list-style: none;
	font-weight: bold;
list-style-position: outside;


}

.naviL1_act a:link, .naviL1_act a:visited {
	color:#ffffff;
	text-decoration:none;
	  font-size: 12px;
line-height: 20px;
	padding-left: 10px;
	width: 160px;
		float: left;
background-repeat: no-repeat;
background-color: #045197;
text-transform: uppercase;
}


.navi1_1 {
	margin: 0px;
	float: left;
	width: 170px;
} 
	
.naviL1_1 {
	margin: 0px;
	font-weight: bold;
		list-style: none;
	} 

.naviL1_1 a:link, .naviL1_1 a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
margin: 0px;
line-height: 18px;
	padding-left: 10px;
width: 160px;
	float: left;
background-color: #e2e1e1;
font-weight: normal;
text-transform: uppercase;
}


.naviL1_1 a:hover {
   color:#045197;
}

.naviL1_1_act {
	list-style: none;
	font-weight: bold;
list-style-position: outside;

}

.naviL1_1_act a:link, .naviL1_1_act a:visited {
	color:#045197;
	text-decoration:none;
	  font-size: 12px;
line-height: 18px;
	padding-left: 10px;
width: 160px;
	float: left;
background-color: #e2e1e1;
font-weight: normal;
text-transform: uppercase;
}



#navi_oben{
width: 780px;
float: left;
text-align: left;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 6px;
}

#navi_oben2{
width: 580px;
float: left;
text-align: left;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 6px;
}
  

.navi2 {
	margin: 0px;
	float: left;
	padding: 0px;
	list-style: none;
} 
	
.naviL2 {
	margin: 0px;
	list-style: none;
	float: left;
	} 

.naviL2 a:link, .naviL2 a:visited {
	margin: 0px;
	padding: 0px;
	background-color: #e2e1e1;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	text-decoration:none;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	width: 100px;
text-align: center;
}


.naviL2 a:hover {
   color: #ffffff;
	background-color: #045197;
}

.naviL2_act {
	color: #ffffff;
	list-style: none;
float: left;
}

.naviL2_act a:link, .naviL2_act a:visited {
margin: 0px;
	padding: 0px;
	background-color: #045197;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration:none;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	width: 100px;
text-align: center;
}
