body 
{
  background-color: #C4BD9B;
  margin-top:15px;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:15px;
  padding:0; 
  border:0;
}

/* Links */

a, td, input
{
  color: black;
  font-family:Verdana;
  font-size:11px;
  font-style:normal;
  text-decoration: none;
  
}

/* On mouseover bei nem Link */

a:hover 
{
  background-color: #F8DA61;
}

textarea, select  
{
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM-COLOR: #000000; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-COLOR: #000000; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #000000; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #000000; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000000; 
	FONT-FAMILY: tahoma,Arial, Helvetica; 
	FONT-SIZE: 11px;
}

/* Überschriften */

h1 
{
  font-size:10px;
  font-weight:bold;
  margin:0px;
}

h2 
{
  font-size:11px;
  font-weight:bold;
  margin:0px;
}

h3 
{
  font-size:12px;
  font-weight:bold;
  margin:0px;
}

h4
{
  font-size:14px;
  font-weight:bold;
  margin:0px;
}

/* Meine Tables */

.tables_mitte
{
  background-color: #F0E8C3;
  background-repeat:repeat-x;
  text-align: left;
  COLOR: #000000; 
  width: 100%;
	 

}
.tables_rechts
{
  background-color: #F0E8C3;
  background-repeat:repeat-x;
  text-align: right;
  COLOR: #000000; 
  width: 100%;
	 

}

/* Rundgang */

.bilder
{
	 border: 1px;
 	 border-color: Blue;
   
}

/*.inputsubmit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #333333;
}*/

.inputtext {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}




