/* CSS Document */
html{	
	margin:0px;
	padding:0px;
	border: none;
}

body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	color:#4B110E;
	font-family: Georgia, Arial;
	font-size:12px;
	background-color:#DBDBDB;

}
td{
	margin:0px;
	padding:0px;
	border:none;
	color:#4B110E;
	font-family: Georgia, Arial;
	font-size:12px;

}

li{
	list-style-image: url(bilder/listenelement.gif);
	line-height: 25px;
}

h1{
	font-size:16px;
	font-weight: bold;
	color:#4B110E;
}

strong{
	font-weight: bold;
}

a{
	color: #916F43;
	text-decoration: none;
}

a img
{
	border: none;
}

a:hover{
	color: #333333;
}

#hauptcontainer{
	

	margin: 0px auto;
	padding: 0;
	background: url(bilder/hintergrund.jpg) no-repeat 0px 0px;
	width: 790px; 

}

#container{

}


#navi{

}

#subnavi{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#subnavi ul {
	letter-spacing:2px;
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
}

#subnavi li {	
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 0px;
	list-style:none;
}	
	
#subnavi li a {
	display: block;
	background:none;
	text-decoration: none;
	color: #4B110E;
	background: none;
	font-weight: bold;
	font-size:0.9em;
}

#subnavi li a:hover{
	display:block;
	background:none;
	color:#666666;
}

.bild{

}

#fusszeile{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	letter-spacing:1px;
	background-color:#DBDBDB;
}

	
#fusszeile  a {
	padding:0px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	color: #0A0A0A;
	font-size:0.9em;
	text-decoration:none;
	background:none;
}

#fusszeile  a:hover{
	color: #666666;
	font-size:0.9em;
	text-decoration:none;
	background:none;
}


/*  Diese Klassen formatieren das e-mailformular  */
/*......................................................*/

INPUT {
	width:290px;
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
	border-top:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;	
	border-bottom:1px solid #D1D1D1;
	border-left:1px solid #D1D1D1;	
	background:#ffffff;
	}

INPUT:hover{
	background: #CCB9B9;
}

.checkbock {
	float: left;
	width: auto;
	margin: 12px 10px 0px 0px;
}

.datenschutz {
    width: auto;
    display: inline-block;
    float: left;
    width: 80%;
	margin: 10px 0px 10px 0px;
}

TEXTAREA{
	width:290px;
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
	border-top:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;	
	border-bottom:1px solid #D1D1D1;
	border-left:1px solid #D1D1D1;	
	background:#ffffff;	
}

TEXTAREA:hover{
	background: #CCB9B9;
}

.PLZ {
	width:50px;
}

.Wohnort{
	width:235px;
}

.Buttons{
	padding:0px 0px 0px 0px;
	width:70px;
	background:#C6C6C6;	
	font-size: 0.8em;
}

.Buttons:hover{
	background:#866E68;
}

#MODUL_Galerie li{
	height:20px;	
}