body {
	background-color: #FFFFFF;
	background-image: url(../art/bg.gif);
	margin: 0px;
	padding: 0px;
	width: 98%;
}

p, td, th, tr, li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: underline;
	color: #002F93;
}

a:hover {
	color: #736C9A;
}

.tools  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #736C9A;	
	text-decoration: none;	
	text-transform: none;
	line-height: normal;
}

a:hover.tools {
	color: #02B1CE;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	line-height: 20px; 
	color: #736C9A; 
	text-transform: none;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: bold;
	line-height: 18px; 
	color: #736C9A;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: bold;
	line-height: 18px; 
	color: #000000;
}

ul {
	list-style-type:disc;
	margin-left: 0.5em;
	padding-left: 0.5em;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

li {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.antifloat {
	clear: both;
	visibility: hidden;
}


/******************************
	layout
******************************/

#page {
	width: 980px;
	min-height: 600px;
	margin: auto;
	background-image: url(../art/bg.gif);
	background-repeat: repeat-x;
}

/* kopf  */

#kopf {
	width: 980px;
	height: 170px;
	background-image: url(../art/kopfbild.jpg); 
	background-repeat: no-repeat;
}

#logo {
	width: 160px;
	text-align: right;
	margin-left: 820px;
}

#tools {
	width: 160px;
	height: 25px;
	margin-left: 820px;
	margin-bottom: 20px;
	text-align: left;
}

/* inhalt */

#inhalt {
	width: 930px;
	margin-left: 50px;
}

#navcontainer {
	width: 280px;
	margin-right: 50px;
	float: left;
}

#textcontainer { /* einspaltig */
	width: 600px;
	padding-top: 10px;
	float: left;
}

#textcontainer2 { /* zweispaltig */
	width: 390px;
	padding-top: 10px;
	margin-right: 20px;
	float: left;
}

#spalte {
	padding-top: 10px;
	width: 160px;
	float: right;
}

/*fuss*/

#fusszeile {
	width: 930px;
	margin: 50px 0px 20px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	line-height: 12px;
}

#impressum {
	width: 280px;
	margin-right: 50px;
	color: #D4CFEC;
	text-decoration: none;	
	text-transform: none;
	text-align: left;
	float: left;
}

#impressum a {
	color: #D4CFEC;a
	text-decoration: none;	
	text-transform: none;
}

#impressum a:hover {
	color: #02B1CE;
	text-decoration: none;	
	text-transform: none;
}

#adresse {
	width: 520px;
	color: #000000;	
	text-decoration: none;	
	text-transform: none;
	text-align: left;
	float: left;
}

#adresse a {
	color: #000000;	
	font-size: 10px;
	text-decoration: none;	
	text-transform: none;
}

#adresse a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #02B1CE;	
	text-decoration: none;	
	text-transform: none;
}


/******************************
	navigation 
******************************/

/*	stufe 1  */

#navcontainer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 10px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #736C9A;
	font-weight: bold;
}

#navcontainer ul a:hover {
	color: #02B1CE;
}

#navcontainer ul a.active {
	color: #02B1CE;
}

#navcontainer ul a:hover.active {
	color: #736C9A;
}

#navcontainer ul a.parentactive {
	color: #02B1CE;
}

#navcontainer ul a:hover.parentactive {
	color: #736C9A;
}

/*	stufe 2  */

#navcontainer ul ul li {
	margin-top: 1px;
}

#navcontainer ul ul li a {
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 10px;
}

#navcontainer ul ul li a.active {
	color: #02B1CE;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 10px;
}


