﻿body
{
  
  padding: 0;
  background-color:#555E72;
  font-family:Verdana,"Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
  font-size:small;
  text-align:center;
}

#container {
	margin:			0 auto;
	text-align:		left;
	width:984px;
	background-image: url('background/page_kombiniertR4C1.jpg');
	background-repeat:repeat-y;

}


 
.Seitenkopf1
{
	width:984px;
	height:59px;
	background-image:url('background/page_kombiniertR1C1.jpg');
	text-align:left;
	
	
}

.Seitenkopf2
{
	width:984px;
	height:251px;
	background-image:url('background/page_kombiniertR2C1.jpg');
	text-align:left;
	
	
}
.Seitenkopf3
{
	width:984px;
	height:21px;
	background-image:url('background/page_kombiniertR3C1.jpg');
	text-align:left;
	
}


.inhalt
{
	
	width: 944px;
	padding: 20px;
	text-align:left;
	

}

.Fusszeile
{
	width:984px;
	height:31px;
	text-align:left;
	
}


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(navigation/glossyback.gif) repeat-x bottom left;
font: bold 13px Verdana,"Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(navigation/glossyback2.gif);
}

h1{
	font-size:x-large;
	font-style:oblique;
	font-weight:bolder;
	color:#E97007;
}

h2{
	font-size:large;
	font-style:normal;
	color:#E97007;
	font-weight:bold;
}

p {
	font-size:small;
}



