* {
	margin: 0;
	padding: 0;
}

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #007baf;
	background: #fff;
	height: 100%;
}

h1 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #CC0033;
	margin-bottom: 15px;
}

h2 {
	font: bold 1.1em/1.9em Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0.02em;
}
h4 {
	color: #007BAF;
	font: bold 0.95em Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}

h3 {
	font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
	letter-spacing: 0.02em;
}

p {
	font-size: 0.85em;
	line-height: 1.4em;
	padding-bottom: 5px;
}

img {
	border: 0px;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}

a:link, a:visited {
	color: #007baf;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #007baf;
	text-decoration: none;
}



/* IDs */

#container {
	width: 1000px;	
	border: thin solid #007baf;
	background: #fff;
	margin: 0 auto;
}

#main {
	background: #fff url(../img/hg_column.jpg) repeat-y right top;
	margin: 0px;
	padding: 0px;
}

p.mainbot {
	background: url(../img/hg_head_kachel.jpg) repeat-y;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	text-indent: 263px;
	height: 23px;
	padding-top: 12px;
}

p.mainbot a:link, 
p.mainbot a:visited {
	text-decoration: underline;
	color: #fff;
}

p.mainbot a:hover, 
p.mainbot a:active, 
p.mainbot a:focus {
	text-decoration: none;
	color: #fff;
}
	
#header {
	width: 100%;
	height: 143px;
	background: /* #007BAF */ url(../img/hg_head_kachel.jpg) repeat-y;
}

#subheader {
	width: 100%;
	height: 4px;
	background: url(../img/schatten.jpg) no-repeat;
	overflow: hidden;
}

#logo {
	width: 772px;
	color: #fff;
	background: /* #007baf */;
	padding-top: 28px;
	padding-left: 28px;
}
#drucklogo {
	display: none;
}
 /*
#bild {
	width: 292px;
	height: 92px;
	padding-top: 28px;
	float: right;
	padding-right: 200px;
}
*/

#navigation {
	padding: 20px 10px 10px 20px;
	float: left;
	width: 174px;
	height: 100%;
}

#content {
	border-left: 9px solid #007baf;
	border-top-style: none;
	border-bottom-style: none;
	border-right: 0px none;
	padding: 20px 0px 15px 30px;
	margin: 0px 210px 0px 223px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.rechts {
	text-align: right;
}

ul {
	list-style: square inside;
	padding-left: 5px;
	font-size: 0.85em;
	line-height: 1.7em;
}



/* Klassen */




/* Navigation */


#menu li {
	font: bold 1.1em/2.0em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px;
	color: #007baf;
	display: list-item;
	list-style: none;
}
.menuaktiv {
	border: thin solid #CC0033;
	padding: 3px;
}


#menu a:link, 
#menu a:visited {
	text-decoration: none;
	color: #007baf;
	margin-left: 3px;
}

#menu a:hover, 
#menu a:active, 
#menu a:focus {
	text-decoration: none;
	border: thin solid #CC0033;
	padding: 3px;
	margin: 0px;
}
ol {
	font-size: 0.85em;
	text-decoration: none;
	list-style: decimal;
	margin-left: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ol2 {
	list-style: lower-alpha;
	clip: rect(auto,auto,auto,auto);
	margin-left: 20px;
	font-size: 100%;
}
address {
	display: none;
}

