* {
margin: 0em; 
padding: 0em;
}

* a img{
	border: none;
}

* img {
	border: none;
}

* ul {
	list-style-type: none;
}



body {
font: 100% Arial, Verdana Helvetica, sans-serif;
color: #0B4EA2;
background: none;
}

#container {
	width: 962px;
	margin: 0 auto;	
	background: #fff;
	margin-top: 0px;
}

/* Anfang Header */

#header img {
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 21px;
}

/* --> Ende Header */


/* Anfang Navigation */

#navigation {
	width: 962px;
	height: 26px;
	background: none;
	margin-bottom: 40px;
}

#navigation ul {
	width: 957px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 5px;
}

#navigation ul li {
	display: inline;
	padding-right: 18px;
}

#navigation ul li a {
	color: #0B4EA2;
	background: url(../bilder/pfeil.gif) no-repeat;
	background-position: 0 5px;
	text-decoration: none;
	padding-left: 15px;
}

#navigation ul li a:hover, #navigation ul li a.hier {
	color: #7886C3;
	background: url(../bilder/pfeil-hover.gif) no-repeat;
	background-position: 0 5px;
}


/* --> Ende Navigation */


#zeile-blau {
	width: 962px;
	background: url(../bilder/zeile-blau.gif) no-repeat;
	height: 73px;
	margin-top: 15px;
	margin-bottom: 22px;
	display: none;
}

/* --> Anfang Subnav */

#subnav {
	width: 203px;
	float: left;
}

#subnav img {
	width: 171px;
	margin-left: 20px;
	border-top: 1px solid #D4D4D4;
	padding-top: 2px;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 2px;
}

#subnav ul {
	width: 171px;
	float: left;
	padding-left: 20px;
	font-size: 0.8em;
}

#subnav ul li {
	width: 171px;
}

#subnav ul li a {
	width: 154px;
	display: block;
	color: #0B4EA2;
	text-decoration: none;
	padding: 4px 0 0px 17px;
	margin-bottom: 7px;
	height: 20px;
}

#subnav ul li a:hover {
	background: url(../bilder/pfeil.gif) no-repeat;
	background-position: 4px 9px;
}

#subnav ul li a.hier {
	color: #fff;
	background: url(../bilder/subnav-hg.gif) repeat-x;
}

/* <-- Ende Subnav */

/* --> Anfang Content */

#content {
	width: 500px;
	float: left;
	padding-left: 40px;
}

h1 {
	font-size: 1.5em;
	color: #A3ACD6;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 1em;
	color: #1253A4;
	margin-bottom: 15px;
	padding-top: 10px;
}

h2 span {
	font-size: 0.8em;
}

h2.neu {
	background: url(../bilder/neu.jpg) no-repeat;
	background-position: 0 4px;
	padding-left: 35px;
}

#content ul {
	font-size: 0.8em;
	margin-bottom: 30px;
	padding: 15px;
	padding-right: 20px;
	list-style-type: disc;
	padding-left: 30px;
	background: #E7E9F4;
}

#content ul li {
	line-height: 1.6em;
}

#content ul li ul {
	font-size: 1em;
	margin-bottom: 0;
	list-style-type: circle;
}

#content p {
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-right: 20px;
}

#content p a, #content ul li a {
	color: #828EC7;
}

#content p a:hover {
	text-decoration: none;
}

#content ul li a:hover {
	color: #0B4EA2;
}

#content p.siesind {
	padding-top: 4px;
	padding-bottom: 22px;
	font-size: 0.7em;
}

.letzt {
	margin-bottom: 0px;
}

img.portrait {
	width: 152px;
	border-top: 1px solid #D4D4D4;
	padding-top: 2px;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 2px;
	float: left;
	margin-right: 25px;
	margin-bottom: 6px;
}

#content img.skizze {
	width: 480px;
	border: 1px solid #ddd;
	padding: 5px;
}

/* --> Ende Content */


/* --> Anfang Spalte Rechts */

#spalte-rechts {
	width: 219px;
	float: left;
}

#spalte-rechts p.neu {
	font-size: 0.8em;
	color: #1253A4;
	padding-left: 35px;
	width: 157px;
	background: url(../bilder/neu.jpg) no-repeat;
	float: right;
	text-align: left;
	padding-top: 3px;	
}

#spalte-rechts p.neu strong {
	background: #FDDB84;
}

#spalte-rechts p a {
	color: #1253a4;
}

#spalte-rechts p.neu a, #spalte-rechts p.neu span {
	background: #FDDB84;
}

#spalte-rechts p a:hover {
	text-decoration: none;
}

#spalte-rechts p.druck {
	font-size: 0.8em;
	color: #fff;
	width: 182px;
	height: 20px;
	background: url(../bilder/druck-hg.gif) no-repeat;
	float: right;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 10px;
	display: none;
}

#spalte-rechts p.druck2 {
	font-size: 0.8em;
	color: #0B4EA2;
	width: 182px;
	height: 20px;
	background: none;
	float: right;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 0px;
}

#spalte-rechts p.unten {
	margin-bottom: 35px;
}

#spalte-rechts p.druck a {
	color: #fff;
}

#spalte-rechts p.druck img {
	padding-left: 10px;
	padding-top: 3px;
}

#spalte-rechts img.skizze {
	width: 185px;
	float: right;
	padding: 5px;
	padding-left: 0;
	border: none;
	border-left: none;
}

#spalte-rechts p.skizze {
	width: 186px;
	height: 98px;
	border: none;
	float: right;
	padding-bottom: 0;
	margin-bottom: 35px;
	padding: 2px;
}

#spalte-rechts p.skizze img {
	margin: 0;
	padding: 0;
	border: none;
}

/* --> Ende Spalte Rechts */


/* --> Anfang Footer */

#footer {
	width: 962px;
	height: 26px;
	background: none;
	clear: left;
}

#footer ul {
	font-size: 0.7em;
	margin-left: 235px;
	padding-top: 5px;
	float: left;
	display: none;
}

#footer ul li {
	display: inline;
	padding-right: 15px;
}

#footer ul li a {
	color: #0B4EA2;
	text-decoration: underline;
}

#footer ul li a.hier {
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer p {
	float: right;
	font-size: 0.7em;
	margin-right: 30px;	
	padding-top: 5px;
}

p.copyright {
	display: none;
	float: right;
	font-size: 0.7em;
	padding-right: 52px;
	padding-top: 5px;
	padding-bottom: 10px;
}

p.copyright a {
	color: #8490C8;
}

p.copyright a:hover {
	text-decoration: none;
}


/* --> Ende Footer */


/* <-- Formular */

form {
	display: none;
}

label {
	float: left;
	width: 120px;
}

input, textarea {
	width: 355px;
	float: left;
	background: #E7E9F4;
	border: none; 
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0B4EA2;
}

.senden {
	width: 154px;
	padding: 0;
	float: right;
}

/* --> Ende Formular */


