
body {
	background-color: #e5e5e5;
	font-family: Arial, Verdana, san-serif;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0; }

h1	{font-size: 13px;
	font-family:  Verdana, Arial, san-serif;
	font-weight: bold;  }

h2	{font-size: 12px;
	font-family: Verdana, Arial, san-serif;
	font-weight: normal;  }
	
h3	{font-size: 11px;
	font-family: Verdana, Arial, san-serif;
	font-weight: normal;}

h4 {font-size: 10px;
	font-family:  Verdana, Arial, san-serif;
	font-weight: normal;  }
	
h5 {font-size: 9px;
	font-family:  Verdana, Arial, san-serif;
	font-weight: normal;}
	
h6{	font-size:10px;
	color: white;	
	font-weight: normal; }

	
a { color: black;}

a:hover{color: #317b31;}
   
ul {
   	margin:	0px;
   	padding: 0px;
   	text-decoration: none;  
   	list-style-type: none;
	text-align: center;  }
	
#container{ background-color: #cbcbcb;
			/*background-image: url("../images/space_neu.gif"); */
			background-repeat: repeat; 
			background-position: center top;
			margin: 0 auto; 
			width: 988px }

#banner {	text-align: center;			/* - banner für logo - */
			padding: 0px;
			margin: 0px;
			padding-left: 0px;}
				
#content {	background-color: #e5e5e5;		/* - Inhalt - */
			width: 720px;
			height: 120px;
			margin-top: 0px;
			margin-left: 160px;
			margin-right: 0px; 
			padding-left: 35px;
			padding-right: 35px;
			border-top: 2px;
			border-top-style: solid;
			border-top-color: #002858;
			border-left: 2px;
			border-left-style: solid;
			border-left-color: #002858;
			float: left;}
			
div#content {min-height: 650px;
			padding-top: 15px;
			margin-bottom: 0px;
			margin-left: 0px;
			height: expression(this.scrollHeight > 650 ? "auto":"650px"); 
/*min-height: 100%;*/ }


#left {	float: left;		/* - left navigavtion - */
		width: 178px;
		border-top: 2px;
		border-top-color: #002858;
		border-top-style: solid;
		margin: 0px;
		visibility: visible;
		padding: 0px 0px 0px 15px; }
		
#right {float: right;
		width: 100px;
		margin: 0;
		padding: 0;  }
		
.menu { font-size: 13px;
		font-weight: bold;
		width: 160px;
		margin: 7px;
		padding: 5px;
		text-align: left; }
		
.menu a	{text-decoration: none;
		color: white;
		display: block;
		width: 100%;
		background-color: #002858;
		margin-left: 5px; 
		padding: 5px;
		border-bottom: 3px solid #000;
		border-right: 3px solid #000;  	}
		
.menu a:hover {
		color: white;
   		background-color: #969c9a;   }

li {	font-size: 11px;
		font-weight: bold;
		width: 7.6em;
		margin: 2px;
		margin-left: 2px;
		float: left;
		text-align: center;  }

li a {	text-decoration: none;
		color: white;
		display: block;
		width: 100%;
		background-color: #002858;
		margin-left: 2px; 
		padding: 2px 0px;
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;  }	
	
li a:hover {
   		color: white;
   		background-color: #969c9a;  }

li a:activ {
   		color: white;
   		background-color: #969c9a;  }   		
		
   		
/* Tooltip */

a, .tipp {
	position: static; }

a span, .tipp span {
  display: none;
  font: 11px arial,helvetica,sans-serif;
  text-align: left;
  }
 
a:hover, .tipp:hover {
  background-color: transparent; }

 
a:hover span, .tipp:hover span {
 	position: absolute;
	top: 150px;
	left: 250px;
	display: block;
	text-decoration: none;
	padding: 3px;  }  		
	
/* -----------footer--------------------------- */
#footer {	background-color: #e5e5e5;
			width: 988px;
			height: 29px;
			margin: 0px;
			padding: 0px;
			text-align: center;
			color: white;
			clear: both; }
			

