HTML, BODY
{
	Width: 100%;
	Height: 100%;
	Margin: 0;
	background-color: #c0c0c1;
	background-repeat: no-repeat;
	background-image: url(../bilder/bg-gross.jpg);
	background-position: center center;
}


#apDiv1 /* versteckte Keywörter */
 {
	position:absolute;
	left:321px;
	top:239px;
	width:779px;
	height:456px;
	z-index:1;
	visibility: hidden;
}

div#bg /* erstes Div horizontale/vertikale einmittung mit hellem Schatten */
{
	position:absolute;
	left:50%; /*50%*/
	top:50%; /*50%*/
	height:620px; /*620*/
	width:1000px; /*1000*/
	margin-top:-310px; /*-310*/
	margin-left:-500px;
} 



.inhalt {
	height: 600px;
	width: 800px;
	background-color: #ededed;
	border: 1px solid #FFFFFF;


}


.inhalt-1 {
	height: 470px;
	width: 450px;
	background-color: #ededed;
	background-image: url(../bilder/inhalt-bg2.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 40px;
	padding-left: 40px;
}




.bg {
	background-color: #00FF99;
	height: 650px;
	width: 1000px;
}

.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	text-decoration: none;
}
.rahmen {
	border: 1px solid #333333;
}
.titel-klein-mit-linie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.titel-gross-mit-linie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C3EDCF;
	border: 1px solid #999999;
	width: 206px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C3EDCF;
	border: 1px solid #999999;
	width: 210px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C3EDCF;
	border: 1px solid #999999;
	width: 206px;
}

