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

img {
  border: none;
}
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: url(../media/background.jpg);
background-repeat: no-repeat;
background-color: #000000;
color: #545454;
}

html, body { 
    margin:0;
    padding:0;
}
/*basic positioning*/

#center {
text-align: center;
margin-top: 20px;
width: 100%;
}

#wrapper {
text-align: left;
width: 900px;
margin:auto;
margin-top: 40px;
padding-bottom: 20px;
}


#header{
float: left;
width: 900px;
height: 57px;
background: url(../media/header_back.gif);
}

#logo{
float: left;
width: 310px;
height: 57px;
background: url(../media/logo.gif);
}

#bottom_line{
float: left;
width: 900px;
height: 5px;
background: url(../media/bottom_line.gif);
}




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

#content_normal ul{
list-style-position: outside;
margin: 0px;
padding-left:16px;
padding-top: 10px;
}


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

#navi {
	padding:0px;
	float: right;
	height: 24px;
	margin-top: 28px;
} 

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


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

.naviL1 a:link, .naviL1 a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
		width: 88px;
float: left;
		line-height: 24px;
		font-weight: bold;
			background: url(../media/navi.gif);
			text-align: center;
			margin-left: 5px;
}



.naviL1 a:hover {
   background: url(../media/navi_on.gif);
	color: #000000;
}

.naviL1_act {
width: 88px;
text-align: center;
background: url(../media/navi_on.gif);
float: left;
margin-left: 5px;
}

.naviL1_act a:link, .naviL1_act a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
		width: 88px;
		line-height: 24px;
		font-weight: bold;
		text-align: center;
		float: left;
		
}



#navi2 {
	padding:0px;
	float: right;
	height: 24px;
} 

.navi2 {
	margin: 0px;
	float: left;
	padding: 0px;
	list-style: none;
	height: 24px;
} 


	
.naviL2 {
	margin: 0px;
	float: left;
	} 

.naviL2 a:link, .naviL2 a:visited {
	color: #ffffff;
	text-decoration:none;
	font-size: 12px;
		width: 88px;
float: left;
height: 24px;
		line-height: 20px;
		font-weight: bold;
			background: url(../media/navi2.gif);
			text-align: center;
			margin-left: 5px;
}



.naviL2 a:hover {
   background: url(../media/navi2_on.gif);
	color: #000000;
}

.naviL2_act {
width: 88px;
text-align: center;
background: url(../media/navi2_on.gif);
float: left;
margin-left: 5px;
}

.naviL2_act a:link, .naviL2_act a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
		width: 88px;
		height: 24px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		float: left;
		
}






#navi3 {
margin-top: 15px;
} 

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


	
.naviL3 {
	margin: 0px;
	float: right;
	width: 230px;
	text-align: right;
	} 

.naviL3 a:link, .naviL3 a:visited {
	color: #834746; 
	text-decoration: underline;
float: right;
text-align: right;
}



.naviL3 a:hover {
	color: #000000;
}

.naviL3_act {
float: right;

}

.naviL3_act a:link, .naviL3_act a:visited {
	color: #000000;
	text-decoration:none;
		float: right;
		text-align: right;
		
}
