body {
	margin: 0px auto;
	font: normal 11px Arial, sans-serif, Verdana;
	background-color: rgb(207,211,232);
	text-align: center;
}

img {
	border: 0;
}


#wrapper {
	margin: 0px auto;
	width: 1000px;
	height: 768px;
	position: relative;
	text-align: center;
	padding: 0px;
	background-color: #fff;
	/* background-image: url(/files/background.jpg); */
	/* background-image: url(/files/hintergrund_linie.jpg); */
	/* background-repeat: repeat-y; */

}

#links {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 768px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-color: rgb(7,82,154);
}

#links img {
	border: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
}


#lmenue {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 160px;
}

#links ul {
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
}

#links li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
}


#links li a {
	display: block;
	float: left;
	color: #fff;
	height: 21px;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	padding-left: 15px;
}


#links li a:hover, #links li a.selected {
	color: #fff;
	text-decoration: none;
	background-color: rgb(78,107,170);
}


#spaltesub {
	position: absolute;
	left: 160px;
	top: 0px;
	width: 162px;
	height: 768px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-image: url(/files/background-submenu.jpg);

}

#rmenue {
	position: absolute;
	top: 220px;
	left: 1px;
}

#spaltesub ul {
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
}

#spaltesub li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
	overflow: hidden;
}


#spaltesub li a {
	display: block;
	float: left;
	color: #000;
	height: 21px;
	width: 130px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	padding-left: 30px;

}


#spaltesub li a:hover, #spaltesub li a.selected {
	color: #000;
	text-decoration: none;
	background-color: rgb(173,183,218);
	background-image: url(/files/submen-selecteds.jpg);
	background-position: left;
	background-repeat: no-repeat;
}


#oben {
	position: absolute;
	left: 322px;
	top: 0px;
	width: 378px;
	height: 110px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-color: rgb(140,157,204);
}

#topwort {
	position: absolute;
	left: 186px;
	top: 74px;
	width: 500px;
	height: 36px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}


#topwort h2 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#subwort {
	position: absolute;
	left: 186px;
	top: 109px;
	width: 500px;
	height: 36px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#subwort h3 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	line-height: 34px;
	color: rgb(7,82,154);
}

#con {
	position: absolute;
	left: 348px;
	top: 170px;
	width: 340px;
	height: 590px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;

}

label {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-stretch: wider;
}

input#upass, input#uname, #con input#email,#con input#praxis, #con input#tel, #con textarea {
	font: normal 11px Arial, sans-serif, Verdana;
	background-color: rgb(227,231,242);
	border: 0;
	width: 330px;
	margin-bottom: 10px;
	font-size: 14px;
}

#con input#send {
	margin-right: 15px;
}

#con p.subtext {
	font-size: 11px;
}

#rechts {
	position: absolute;
	left: 700px;
	top: 0px;
	width: 300px;
	height: 768px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	/* background-image: url(/files/background-rechts.jpg); */
	background-color: rgb(207,211,232);
}

#rechts img {
	border: 0;
	margin: 0;
	padding: 0;
}

div#slogan {
	position: absolute;
	left: 50px;
	top: 108px;
	width: 240px;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}

span.underline {
	text-decoration: underline;
}

span.schutz {
	font-size: 10px;
	margin-left: 10px;
}

p.fehler {
	color: red;
	font-size: 10px;
	line-height: 14px;
}

