body {  
	margin:	10px;
	background-color: #FFFFFF;
	background-image: url(../art/bg.gif);	
	background-repeat: repeat-y;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	letter-spacing: 0.2em;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #FF0000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: normal;
	color: #000000;
}

h4 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2em;
	color: #666666;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18pt;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: normal;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18pt;
	letter-spacing: 0.1em;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18pt;
	color: #333333;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: normal;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18pt;
	color: #666666;
	letter-spacing: 0.1em;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18pt;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.tools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
}

.tools a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
}

.tools a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
}


form input {
	 border: 1px solid #666666;
	 font-size:10px;
}

form textarea {
	border: 1px solid #666666;
}


.antifloat {
	clear: both;
	visibility: hidden;
}


/* layout */

#set {
	width: 980px;
}

#spalterot {
	width: 160px;
	height: 700px;
	padding: 120px 10px 30px 30px;
	background-color: #FF0000;
	float: left;
}

#spalteweiss {
	width: 740px;	
	padding: 50px 10px 30px 30px;
	background-color: #FFFFFF;
	float: left;
}

* html #spalteweiss {
	width: 780px;	
}


#slogan {
	width: 600px;
	height: 20px;
	float: left;
}

#logo {
	width: 110px;
	height: 55px;
	float: right;
}

#inhalt {
	width: 600px;
	margin-right: 30px;
	margin-top: 27px;
	float: left;
}

* html #inhalt {
	margin-top: -30px;
}

#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
}

#impressum a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
}

#impressum a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
}


/* navigation */

/* 1. stufe */

#navcontainer {
	width: 160px;
	margin-top: 20px;
}

#navcontainer ul {	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul parentactive {
}

#navcontainer ul li a.parentactive { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display: block;
	line-height: 18px; 
	color: #000000;	
	font-weight: normal;
	text-decoration: none;
}

#navcontainer ul a:hover.parentactive {
	color: #FFFFFF;
}


#navcontainer ul li a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	display: block;
	line-height: 18px; 
	color: #750000;	
	text-decoration: none;
	margin-top: 5px;
	border-bottom: 1px dotted #880000;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
}

#navcontainer ul li a.aktiv {
	font-weight: normal;
	color: #FFFFFF;	
	border-bottom: none;
}


#navcontainer ul a.active_no_kids {
	color: #000000;
}

#navcontainer ul a:hover.active_no_kids {
	color: #FFFFFF;
}


/*2. stufe navigation*/

#navcontainer ul ul { 
	margin-top: 0px;	
	padding-left: 0px;
}

#navcontainer ul ul li a { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #750000;
	font-weight: normal;
	display: block;
	padding-left: 10px;
	border-bottom: none;
	margin-top: 0px;
	
}

#navcontainer ul ul li a:hover {
	color: #FFFFFF;	
}

#navcontainer ul ul li a.aktiv {
	color: #000000;
}

#navcontainer ul ul li.last a {
	border-top: none;
	border-bottom: 1px dotted #750000;
}


