html {
	padding: 0px;
	margin: 0px;
}


/* sonstige links */
a {
	color: #3968BF;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #3968BF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #3968BF;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #3968BF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}



body {
	padding: 0px;
	margin: 0px;
	background-color: #e3e2e2;
	background-image: url("images/balken.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 102px;
	padding: 0px;
	background-image: url("images/menubg.gif");
	
	height: 100%;
	margin: 0px;
	background-repeat:repeat-y;
}

#content {
	position: absolute;
	top: 102;
	margin-left: 120px;
	overflow: auto;
	width: 680px;
	height: 800px;
}

#submenu {
	height: 87px;
	width: 680px;
	background-image: url("images/header22.gif");
	background-repeat: no-repeat;
}

#titel {
	height: 22px;
	width: 680px;
	background-image: url("images/titel.gif");
	padding-top: 4px;
	background-repeat: no-repeat;
}

#submenuitem {
	height: 22px;
	background-image: url("images/submenu2.gif");
	padding-top: 3px;
	padding-left: 2px;
	background-repeat: no-repeat;
}

#menufont {
	padding-left: 3px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: black;
}

h1 {
	padding-left: 20px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	display: inline;
}

h2 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}

#content_text {
	padding: 20px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}

img {
	border: 0px;
}

#footerbalken {
	clear: left;
	height: 22px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: url("images/balkenfooter.gif");
	background-repeat: no-repeat;
}

#footer {
	padding-left: 125px;
	padding-top: 4px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	clear: left;
	height: 22px;
	width: 800px;
	position: absolute;
	bottom: 0px;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
}

/* Textlinks für Footer */
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}

/****** Impressum layout ******/
#imp_anschrift {
	position: relative;
	float: left;
	height: 250px;
	width: 310px;
}

#imp_logo {
	position: relative;
	float: left;
	height: 250px;
	width: 150px;
}

/****** Styles fürs Kontaktformular *******/
#register form {
	
}

.Feld {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11;
	border: 1px solid #000000;
}

.Feld_pflicht {
	color: #5A5A5A;
	font-family: Verdana;
	font-size: 11;
	border: 1px solid #FF0000;
}

#register input,select,textarea {
	font-family: verdana;
	font-size: 12px;
}

#register input,select,textarea {
	color: #000000;
	margin-bottom: 1px;
	font-size: 12px;
	padding: 0px;
}

#register .Auswahl {
	background-color: #fff;
	width: 100px;
	height: 18px;
	border: 1px solid #ddd;
}

#register .about {
	background-color: #ffffff;
	width: 245px;
	height: 90px;
	border: 1px solid #000000;
}

#register .about_pflicht {
	background-color: #ffffff;
	border: 1px solid red;
	width: 245px;
	height: 90px;
}

.menureg {
	padding-top: 0px;
	padding-bottom: 0px;
}

.menureg ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menureg li {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
}

/****************/
.details ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style-type: none;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
	white-space: pre-line;
}

.details li {
	float: left;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
	white-space: pre-line;
}

/* Textlinks für Fließtext */
#submenuitem a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#submenuitem a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#submenuitem a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#submenuitem a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#submenuitem a:hover {
	color: #3968BF;
	text-decoration: none;
	font-weight: bold;
}

#bilderrand {
	border-width: 3px;
	border-style: solid;
	border-color: white;
	text-align: justify;
}

#contentfooter {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-align: center;
}