body {
	margin: 0px;
	padding: 0px;
	color: #5c6768;
	font-family: Verdana, Arial, Helvetica, Helv;
	font-size: 11px;
	line-height: 16px;
	background: url(../img/back.png) repeat-x #fff;
	text-align: center;
}
div{
	text-align: left;
}
#Rahmen{
	position: relative;
	width: 950px;
	margin: 0px auto;
}
/* Header */
#Header{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}
/* Menue */

#Menu{
	position: absolute;
	top: 83px;
	left: 337px;
	padding: 0px;
	margin: 0px;
	z-index: 3;
}
#Menu a{
	color: #5c6768;
	text-decoration: none;
}
#Menu .chosen, #SubMenu .chosen{
	color: #b19761;
}
#Menu a:hover{
	color: #000;
}

/* SubMenue */

#SubMenu{
	position: absolute;
	top: 601px;
	left: 337px;
	padding: 0px;
	margin: 0px;
	z-index: 3;
}
#SubMenu a{
	color: #28383a;
	text-decoration: none;
}
#SubMenu a:hover{
	color: #000;
}
#hotline{
	position: absolute;
	top: 596px;
	left: 0px;
}

/* Inhalt */
#Container{
	position: absolute;
	top: 111px;
	left: 0px;
	width: 950px;
	height: 478px;
	text-align: left;
	z-index: 3;
	overflow: hidden;
	background: url(../img/motiv_back.png) no-repeat;
}
#Motiv{
	position: absolute;
	top: 478px;
	left: 0px;
	height: 353px;
	width: 260px;
	z-index: 4;
}
#Inhalt{
	position: absolute;
	top: -478px;
	left: 337px;
	height: 478px;
	width: 500px;
	padding-top: 33px;
	line-height: 18px;
}
#Inhalt h1{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px 2px 0px;
	margin-top: 0;
	margin-bottom: 8px;
}
#Inhalt h2{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}
#Inhalt p{
	font-size: 12px;
	margin: 11px 0;
	text-align: justify;
}
#Inhalt li{
	font-size: 12px;
	line-height: 18px;
	margin-bottom:10px;
}
#Inhalt a{
	color: #587b7f;
}
#Inhalt a:hover{
	color: #b19761;
}

/* Formulare */
#Formtabelle{
	border-collapse: collapse;
	color: #68676B;
	font-family: Verdana, Arial, Helvetica, Helv;
	font-size: 11px;
	line-height: 16px;
	width: 100%;
}
#Formtabelle td{
	padding: 5px 5px 5px 0;
	vertical-align: top;
}
.formular{
	line-height: 24px;
}
.formular label{
	display: inline-block;
	width: 120px;
}
input, textarea, select {
  border: 1px #e1b466 solid;
  background-color: #fafafa;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, Helv;
  padding: 2px;
  width: 220px;
}
textarea{
	height: 80px;
	width: 300px;
}
input.ohne{
	background: none;
	border: none;
}
input.weiter {
  background: #eeeeee;
  border: 2px solid #e1b466;
  color: #869b51;
  font-weight: bold;
  cursor: pointer;
}
input.weiter:hover {
  background: #ffffff;
  border: 2px solid #869b51;
}
input.mass{
	border: none;
	text-align: center;
	font-weight: bold;
	color: #68676B;
}
/* -------------------------------------- Sprachauswahl ----------------------------*/
#overlay{
	background: #fff;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}
#dialog{
	font-weight: bold;
	font-size: 12px;
	border: 4px solid #28383a;
	padding: 10px;
	background: url(../img/dialog_back.png) repeat-x #fff;
	margin-top: -50px;
	margin-left: -150px;
	width: 260px;
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 7px #000;
	-webkit-box-shadow: 2px 2px 7px #000;
	box-shadow: 2px 2px 7px #000;
}
#dialog p{
	margin-bottom: 10px;
}
#dialog img{
	border: none;
}
#dialog a{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #000;
}
#dialog a:hover{
	background: #fff;
}
ul, li{
	line-height: 16px;
}