/* --------- Allgemeines ---------- */
*{
	margin:1;
	padding:0;
	border:0;
	}
  
body {
	color: white; background-color: black;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}

#seite {
	position:relative;
	text-align: center;
	width: 754px;
	margin: 0 auto 0 auto;

	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background: transparent url(../bilder/hintergrund.jpg) no-repeat;
	border: 0px ridge silver;
	}

#title{
	width: 754px;
	height:146px;
	text-align: center;
	background: #000 url(../bilder/ani-bw-gif.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom: 0px solid silver;
	}

#navi{
	width:760px;
	height:40px;
	}

#main{
	width: 738px;	/* 430*/
	height: 366px;
	border: 1px solid green;
	}


#inhalt{
	width: 738px;	/* 430*/
	height: 366px;
	color: white;
	overflow: auto;
	border-top: 0px solid silver;
	border-bottom: 1px solid silver;
	padding:0px 5px ;
	margin: 0px 5px ;
	
	
	/*text-align: left;*/
	text-align:justify;
	font-size:15px;
	
	}

#footer{
	width:750px;
	height:30px;
	margin: 0px;
	padding: 2px 2px 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
	}
	
#newsletterBox {

	display: block;
	padding: 2px;
	width: 740px;
	height: 25px;
	background-color: #000;	
	color: #fff;
	}

#newsletterBox span {
	float: left;
	display: block;
	padding: 3px;
	}

#newsletterBox input {
	float: left;
	}

#newsletterBox .textinput {
	width: 150px;
	height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	clear: none;
	
	border: 1px ridge;
}  
  
.button { 
	background-color:#000; 
	color:#fff;
	
	}

.button:hover
      {
	background:#333;
	color:#fff;
	padding: 0px 0px 0px;
	border-bottom: 2px ridge #999;
	}
	
h1{
	font-size:18px;
	text-decoration: underline;
	font-weight: bold;
	color: green;
	margin: 6px 300px 0px 6px;	/*2 Spalten Effekt*/

	}

h2{
	font-size:16px;
	margin: 6px 300px 0px 6px;	/*2 Spalten Effekt*/
	color: white;
	text-decoration: underline; font-weight: bold;
	}
h3{
	margin: 5px 300px 0px 5px;	/*2 Spalten Effekt*/
	color: white;
	text-decoration: underline; font-weight: bold;
	}
	
h4{
	list-style-type:square;
	color: white;
	text-decoration: underline; font-weight: bold;
	font-size:12px;
	margin: 5px 300px 0px 5px;	/*2 Spalten Effekt*/
	}

a{
	padding: 0.1em;
	text-decoration:underline; 
	color: white;
	}

#inhalt p{
	text-align:justify;
	margin: 5px 300px 0px 5px;	/*2 Spalten Effekt*/
	}
	
#inhalt ul{
	list-style-type:square;
	margin: 5px 300px 0px 5px;	/*2 Spalten Effekt*/
	}
	
#inhalt ol{

	/*padding: 0px 5px 5px;*/
	text-align: left;
	}		
		
#inhalt li{
	list-style-type:square;
	margin: 5px 300px 0px 5px;	/*2 Spalten Effekt*/
	}	
	
		
a:hover{
	color: #999;
	text-decoration:underline;}

img { 
	float:left;
	margin:5px 5px 5px 2px;

	}
	
#bilder img { 
	float:none;
	margin:2px 2px;

	}
