/* Entfernen aller Standardabstaende */

*{
	padding:0;
	margin:0;
}

body{
	font:12px "Trebuchet MS", verdana, arial, sans-serif;
	text-align:center;
    background-image: url("../image/background.gif");
    background-position:center;
    background-color:white;
}

/* Hauptcontainer */

#box{
	width:1000px;
	margin:0 auto; 
	text-align:center;
	border:0px solid white;
	border-bottom:none;
} 

/* Header und Navigation */

#header div{
	height:180px;
	width:1000px;
	position:center;
}

#header table{ 
	background:url(../image/Banner.jpg);
	height:180px;
	width:1000px;	
	position:center;
	border:0;
}

#header table tr.topleer{ 
	height:145px;
}

#header a{
	display:block;
	line-height:30px;
	text-decoration:none;
	float:center;
	color:white;
	<!--font-family:Arial,Futura,Tahoma,Verdana;
	font-size:10pt; font-weight:bold;
	LIST-STYLE-POSITION: outside;
	z-index:5;-->
}

* html #header a {  /* Breitenangaben nur fuer IE */
	width: 100%;
}

#header a.select{
	display:block;
	line-height:30px;
	text-decoration:none;
	float:center;
	color:#952032;
	<!--font-family:Arial,Futura,Tahoma,Verdana;
	font-size:14pt; font-weight:bold;
	LIST-STYLE-POSITION: outside;
	z-index:5;-->
}
    
#header a:hover{
	background:url('../image/buttonRed.jpg');
	color:white;
	line-height:30px;
} 

ul#Navigation {
	width: 100px;
	height:20px;
	padding-left: 0;
	width: 10em;
}

ul#Navigation li {
	list-style: none;
	height:20px;
}

#Navigation a.select{
	background:url('../image/buttonBlue.jpg');
	color:#952032;
}

ul#Navigation a {
	display:block;
	background:url('../image/buttonBlue.jpg');
	line-height:20px;
	text-decoration:none;
	float:center;
	color:white;
	<!--font-family:Arial,Futura,Tahoma,Verdana;
	font-size:10pt; font-weight:bold;
	LIST-STYLE-POSITION: outside;
	z-index:5;-->
}

  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    position: relative;
    margin: 0.1em; padding: 0;
  }

ul#Navigation a:hover {
	background:url('../image/buttonRed.jpg');
	color:white;
}

/* Inhalt */

#inhalt{
	padding:10px 20px;
	text-align:left;
	clear:left;
	min-height:600px;
	position:center;
	<!--font-family:Arial,Futura,Tahoma,Verdana;
	font-size:12pt;
	LIST-STYLE-POSITION: outside;
	z-index:5;-->
} 

/* Footer */

#footer{
	height:30px;
	width:1000px;
	line-height:30px;
	background:url('../image/buttonBlue.jpg');
	color:white;
	text-align:center;
}

#footer span a{
	float:center;
	margin:-30px 10px 0 0;
	text-decoration: none;
	color:white; 
}

* html #footer span a.rechts{
	float:right;
	text-decoration: none;
	color:white; 
}

#footer span a.rechts{
	text-decoration: none;
	color:white; 
}

#footer span a.center{
	float:center;
	text-decoration: none;
	color:white; 
}

#footer span a:hover{
	color:white;
	text-decoration: underline;
} 

/* Allgemeine Formatierungen */

H1 {
  font-size: 30pt;
  color: #014DAD;
}

H2 {
  font-size: 25pt;
  color: #014DAD;
}

H3 {
  font-size: 12pt;
  color: #000000;
}

H4 {
  font-size: 18pt;
  color: #000000;
}

H5 {
  font-size: 10pt;
  /*color: #014DAD;*/
  color: black;
}

H6 {
  font-size: 12pt;
  /*color: #952032;*/
  color: #014DAD;
}

#besucherbox {
	margin-top:-1px;
}
/*
a {
    font-size: 16px;
    text-decoration: none;
    font-weight : bold;
    color:#014DAD;
}
*/