#panorama
{
 width:1000px;
 height:88px;
 position: absolute;
 background-color:#CCCCCC;
 left: 50%;
 margin-left:-499px;
 text-align: center;
 z-index:0;
 background-image:url(../images/panorama.jpg);
 background-repeat:no-repeat
}


#navigation
{
	top:98px;
	width:180px;
	position: absolute;
	margin-right:10px;
	left: 50%;
	margin-left:-489px;
	text-align: left;
	z-index:0;
}

#navigation li
{
	padding-left:5px;
}

#content
{
 top:98px;
 width:580px;
 position: absolute;

 left: 50%;
 margin-left:-289px;
 text-align: left;
 z-index:0;
 margin-right:10px;
}
html,body 
{
height:100%;
margin:0;
padding: 0px;

background-color:#FFFFFF;
}

#contentPrint
{
 top:10px;
 width:480px;
 position: absolute;

 margin-left:10px;
 text-align: left;
 z-index:0;
}

#untermenue
{
 top:98px;
 width:180px;
 position: absolute;
margin-right:10px;
 left: 50%;
 margin-left:310px;
 text-align: left;
 z-index:0;

}







hr
{
COLOR: #993333;
height:1px;
}
hr.content
{
COLOR: #993333;
height:1px;
}

.contenttext
{
FONT-WEIGHT: normal; 
FONT-SIZE: 0.8em; 
COLOR: #000000; 
FONT-FAMILY: Arial;
}

.contenttextPrint
{
FONT-WEIGHT: normal; 
FONT-SIZE: 0.8em; 
COLOR: #000000; 
FONT-FAMILY: Arial;
}

H1
{
font-size: 1.6em; 
font-weight: bold;
FONT-FAMILY: Arial; 
color: #000066;
}

H2
{
font-size: 1.2em; 
font-weight: bold;
FONT-FAMILY: Arial; 
color: #000000;
}

.navigation
{
	list-style-type: none;
	margin: 5px;

	FONT-WEIGHT: normal; 
FONT-SIZE: 0.8em; 
COLOR: #000000; 
FONT-FAMILY: Arial;
line-height: 2em;
}

html>body .navigation
{
	margin-left:-30;
}

.navigationseite
{
	list-style-type: none;
	margin: 5px;
margin-left:-30;
	FONT-WEIGHT: normal; 
FONT-SIZE: 0.8em; 
COLOR: #000000; 
FONT-FAMILY: Arial;
line-height: 2em;

padding-left:30px;
}


a.linknavigation
{
COLOR: #660000; 
}

a.linknavigation:hover
{
COLOR: #660000; 
}

a.linknavigation:visited
{
COLOR: #333366; 
}

#startbild {
	position: absolute;
	left:50%;
	margin-left:-380px;
		top:50%;
	margin-top:-210px;
	z-index:0;
}



.invisible
{
display:none;
}
@media print {

#untermenue
{
display:none;
}

#navigation
{
display:none;
}

#panorama
{
display:none;
}

body html
 {
 width:480px;
 position: absolute;
padding:0px;
 margin:0px
 text-align: left;
top:0px;
left:0px;
float:left; 
}
}

