body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	top: 0;
	margin: 0;
	color: #003333;
	background-image: url(../images/bground/blue01.gif);
	text-align: center;
}

#center {
	text-align: left;
	display: table;
	vertical-align: middle;	
	margin: auto;
	padding: 0;
	width: 500px;
	background-color: white;

}
#box1 {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 500px;
	border: 0px none;
	position: relative;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(../images/site_design/bottombalken_small01.gif)
}
#box2 {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 500px;
	border: 0px none;
	position: relative;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#box3 {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 500px;
	border: 0px none;
	position: relative;
	visibility: visible;
	z-index: 3;
	left: 0px;
	top: 0px;
	background-image: url(../images/site_design/bottombalken_small01.gif)
}
img {
	border: none;
}
h1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #007D7D;
	margin: 25px 0 6px 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #007D7D;
	margin: 0 0 6px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.mitte {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.bold a, .bold a:link, .bold a:visited, .bold a:active {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}
.bold a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

/* --------------- Formulare -------------------  */

form {
	padding: 20px 5px 15px 5px;
	margin-left: 90px;
	border: 1px solid #006699;
	width: 308px
}
form.cynthia {
	text-align: left;
}
input, textarea {
	background-color: #cccc99;
	margin: 5px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	border: 1px solid #cccc99;
}
.beschriftung { 
	width: 180px;
	padding-top: 10px;
	float: right;
	line-height: 100%;
	text-align: left;
	clear: right;
	font-size: 100%;
}
.langebeschriftung { 
	width: 100px;
	padding-top: 5px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #fff;
	border: 1px solid black;
	width: 188px;	
}
input, textarea, textarea:focus, textarea:hover {
	width: 188px;
}
input.check {
	width: 15px;
	background-color: white;
}
.submit, .reset {
	background-color: #CCCC99;
	border: 3px double #006699;
	width: 85px;
	font-size: 120%;
	margin-left: 8px;
}
.fensterzu {
	background-color: #CCCC99;
	border: 3px double #006699;
	width: 187px;
	font-size: 120%;
	margin-left: 8px;
}

.submit:focus, .reset:focus, .submit:hover, .reset:hover {
	background-color: #fff;
	border: 3px double #006699;
	width: 85px;
}
.fensterzu:focus, .fensterzu:hover {
	background-color: #fff;
	border: 3px double #006699;
	width: 187px;
}

select {
	border-color: #CCCC99;
	background-color: #CCCC99;
	margin: 5px;
	width: 195px;
}
select:focus, select:hover {
	border-color: #CCCC99;
	background-color: #fff;
	width: 195px;
}
/* -------------- Tabellen ------------- */
.tabelle1 { 
	width: 100px;
	padding: 0px 0 0 20px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
	font-size: 100%;
}
.tabelledata1 {
	line-height: 100%;
	padding: 0 0 0 120px;
}
.tabelle2 { 
	width: 30px;
	padding: 0px 0 0 20px;
	float: left;
	line-height: 100%;
	text-align: left;
	clear: left;
	font-size: 100%;
}
