/* CSS Document */
html, body {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin:0px;
	height:100%;
}

p{
	line-height:16px;
}

#gesamt {
	border:solid 0px;
	margin:0px auto;
	padding:0px;
	width:962px;
	clear: both;
}

* html #gesamt {
	border:solid 0px;
	margin:0px auto;
	padding:0px;
	width:972px;
	clear: both;
}

.bildhead {
position:relative; left:3px; top:-27px;
font-family: Verdana, Helvetica, sans-serif;
border:solid 0px;
width:280px;
height:20px;
float: left;
text-align: left;
clear: both;

/*font-size:0.85em;*/
}

#inhaltMitteLinks {
	padding: 60px 60px 0px 60px;
	border:solid 3px #c4b092;
	width:405px;
	min-height:520px;
	float:left;
	clear: both;
}

/* for Internet Explorer */
* html #inhaltMitteLinks {
	padding: 60px 60px 0px 60px;
	border:solid 3px #c4b092;
	width:420px;
	height:520px;
	float:left;
	clear: both;
}

#inhaltMitteRechts {
	padding: 60px 15px 0px 20px ;
	border:solid 3px #c4b092;
	width:390px;
	min-height:520px;
	float:right;
	background-color: #c4b092;

}

/* for Internet Explorer */
* html #inhaltMitteRechts {
	padding: 60px 10px 0px 20px ;
	border:solid 3px #c4b092;
	width:390px;
	height:520px;
	float:right;
	background-color: #c4b092;


}

/*-----------------Inhalte Texte und Überschriften-------------------------*/
h3 {
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

.textUeberschrift {
	font-size:11px;
	font-weight:normal;
	color:#94856E;
}

.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ---------------- Normale Links. Auch auf Bildern ------------*/
img {
border:none;
}
a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color:#9f191f;
	/*background-color:#000000;	*/
}

a.meinLink {
	text-decoration: underline;
}

/*------------ form -------------*/

label {
	display: block;
	float: left;
	width: 110px;
	padding-bottom:10px;
	text-align: left;
	padding-right: 20px;
	border:solid 0px;
}

form br {
	clear: left;
}

input#submit {
	float: none;
	width: auto;
}

form {
	margin:0;
	padding:0;
}

input{
	width:200px;
}


