
*{
 margin: 0;
 padding: 0;
}



A{
 font-family: Arial, Verdana, Helvetica;
 font-size: 14px;
 /*border-bottom: 1px dotted white;*/
 
}

A:link { text-decoration: none; color: #CFC8B1; }
A:visited { text-decoration: none; color: #CFC8B1; }
A:hover { text-decoration: none; color: #FED626; }
A:active { text-decoration: none; color: #FED626; }

.kleiner {
	font-size: 10px;
	line-height: 150%;;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 26px;
 color: #CFC8B1; 
 font-weight: normal;
 padding-top: 20px;
 padding-bottom: 20px; 
 text-align: left;
 line-height: 120%;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #CFC8B1; 
 font-weight: bold;
}

ul{
margin-left: 30px;
}

input, textarea {
 background-color: #ECE7D9; 
}

img {
 border-style: hidden;
 border-width: 0px;
}

hr {
 background: #CFC8B1;
 color: #CFC8B1;
 height: 1px;
 margin: 0 0 10px;
}


body{
 background-color: #ECE7D9;
 text-align: center;
 font-family: Arial, Verdana, Helvetica;
 font-size: 12px;
 color: white;
 line-height: 150%;
 
 /* background-image: url(img/hintergrund2.jpg); */
}

#seite{ 

 width: 930px;
 height: 620px;
 /*
 padding-left: 149px;
 padding-right: 136px;
 */
 
 margin-left: -465px;
 margin-top: -310px;

 position:absolute;
 top:50%;
 left:50%;
 overflow: hidden;
 
 background-color: #111111;
 background-image: url(img/hintergrund.jpg);
 background-repeat: no-repeat;
 background-position: left top; 
 
}

#spaltelinks {
	float: left;
	width: 129px;
  padding-top: 545px;
  padding-right: 20px;
  text-align: right;
}

#spalterechts {
	float: right;
	width: 135px;
	padding-left: 10px;
	text-align: center;
}

#dankeIE {
 padding: 40px;
	font-size: 14px;
	line-height: 300%;
}

#spaltemitte { 
  width: 636px;
	float: left;		
}


#kopf{
 background-color: #4A3B13;
 height: 126px; 
}

#bildleiste{
 background-color: #685420;
 /*height: 165px;*/

 
 border-color: black;
 border-width: 0px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-style: solid;
}

#menu2{
 height: 34px;
 background-color: #4A3B13;
 text-align: left;
 padding-left: 30px;
}

#hauptbereich{
 height: 293px;
 padding-left: 30px;
 background-color: #685420;
 background-image: url(img/texthintergrund.jpg);
 background-position: left top; 
 text-align: left;
 
}

#frame{
 overflow: auto;
 height: 210px;
 padding-right: 30px;
 margin-right: 10px;
 text-align: left;
 scrollbar-base-color: #CFC8B1;
}


