@charset "utf-8";
/* CSS Document */

body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color: #0E55A3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #999999;
}

#left {
	width: 150px;
	float:left;
	padding: 0px;
	margin: 0px;
	background-color: #E2EAF5;
	/*border: 1px solid black;*/
}

#middle {
	margin: 0px;
	padding: 0px;
	width: 500px;
	background-color: #0E55A3;
	text-align: left;
	/*border: 1px solid black;*/
}

#right {
	background-color: #E2EAF5;
	width: 150px;
	float: right;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid black;*/
}

#inner {
	padding: 0px;
	width: 800px;
}

#page_margins {
	width: 800px;
	border:0pt none;
}
#page {
	width:auto;
	border:0pt none;
	background-color: #E2EAF5;

}

#menu {
	margin-top: 200px;
	text-align: center;
}

#menu a{
	padding-left: 5px;
}

#div {
	width: 150px;
	height: 10px;
	background-color: #0E55A3;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}


#middle #head  {
	font-weight: bold;
	font-size: 24pt;
	color: #E2EAF5;
	text-align: left;
	height: 100px;
	padding-top: 20px;
	margin-left: 5px;
}

#left #head {
	font-weight: bold;
	font-size: 72pt;
	color: #0E55A3;
	text-align: right;
	height: 120px;
	vertical-align: bottom;

}

#middle .index1  {
	font-weight: bold;
	font-size: 24pt;
	color: #E2EAF5;
	text-align: left;
	height: 80px;
	margin-top: 30px;
}


#left .index1 {
	position: relative;
	font-weight: bold;
	font-size: 24pt;
	color: #0E55A3;
	text-align: right;
	height: 120px;
	margin-top: 30px;
}

#middle .index2  {
	position: relative;
	font-weight: bold;
	font-size: 16pt;
	color: #0E55A3;
	text-align: left;
	width: 350px;
	margin-top: 30px;
	padding: 5px;
	background-color: #E2EAF5;
}

#middle .index_txt  {
	position: relative;
	font-weight: bold;
	font-size: 22pt;
	color: #E2EAF5;
	height: 140px;
	top: 50px;
	text-align: center;
	background-color: #0E55A3;
	
}

#left #text {
	background-color: #E2EAF5;
	font-weight: bold;
	color: #0E55A3;
	padding-top: 10px;
	padding-lright: 4px;
	text-align: right;
}

#middle #text {
	background-color: #E2EAF5;
	padding-left: 4px;
	padding-top: 15px;
}


#index_foot {
	top: 10px;
	text-align: left;
	margin-top: 30px;
}


/* Anmelde Formular */
.anmeldunginput {
	width: 200px;
	margin: 2px;
}
.anmeldunginput_small {
	margin: 2px;
}
.anmeldeformular {
	padding:10px;
}

.beschriftung {
	float: left;
	width: 120px;
	text-align: right;
	margin: 2px;
}

.beschriftung_small {
	text-align: center;
	font-size:small;
}


