body {
    background: rgb(247, 231, 218);
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	 font-size: 11px;
    margin: 0;
    padding: 0;
    
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}

div#content {
    position: relative;
    min-height: 400px;
    max-width: 1000px;
    min-width: 750px;
    margin: auto;
    color: #696969;
    background:rgb(244, 216, 194);
	 border: 1px solid white;
	 background-image: url(../media/bild_start.jpg);
	background-repeat: no-repeat;
    
}
div#welcome{
	position: relative;
	margin: 50px 0px 0px 50px;
	min-width: 750px;
	color: Gray;
	font-weight: bolder;
}
div#header, div#suche,
div#footer {
	color: #696969;
	background: rgb(243, 208, 181);
	padding: 3px;
	max-width: 994px;
	min-width: 744px;
	margin: auto;
}

div#header {
	border-bottom: none;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	height: 80px;
	background-image: url(../media/logo_doma.gif);
	background-repeat: no-repeat;
}
div#footer {
	border-top: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bolder;
	height: 30px;
	background-image: url(../media/logo_doma_neu2.gif);
	background-repeat: no-repeat;
}

a {
	color: rgb(103, 193, 197);
	text-decoration: none;
	font-weight: bolder;
}

a:hover
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: bolder;
}
#loginMessage{
position: relative;
top:8px;
left:30px;	
}
form{
 line-height:2em;
 }
 
 form br{ 
  clear:left;
}

label { 
 display: block;
 float: left;
 width:7em;
 text-align:left; 
 padding:0 5px 0 0;
}

input#text{
display: block;
float: left;
}

input#image { 
float: none;
}
.feld {
	color: #696969;
	font-weight: bolder;
	padding: 0px 0px 0px 10px;
	background-color: rgb(243, 208, 181);
	border: 1px solid rgb(255, 255, 255);
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 5px;
	width:8em;
}

