/* Standard-Seitedefinitionen */
* {
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/bg_site.png);
	background-repeat: repeat-x;
	margin-left: 93px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 50px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #006600;
}


/* Logo im Titelbereich */
#header_logo img {
	position: relative;
	width: 230px;
	height: 70px;
	left: 50px;
	top: 50px;
}

/* Titelnavigation (Hauptnavigation) */ 
#header_navigation ul {
	height: 27px;
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
}
#header_navigation li {
	height: 27px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* Footer */
#footer ul {
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
}
#footer li {
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* Breadcrumb */
#breadcrumb span {
	display: block;
	padding: 25px 0px 0px 30px;
	text-transform: uppercase;
}

/* Subnavigation */
ul#subnavigation {
	list-style: none outside none;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

#subnavigation li {
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 5px 3px 0px;
}

#subnavigation a {
	display:block;
	width: 100%;
	text-align: right;
	text-decoration: none;
	color: #555555;
}

#subnavigation a:hover {
	color: #006600;
}

#subnavigation a.active {
	color: #006600;
	font-weight: bold;
}

/* Spalte rechts */

#spaltentext {
	padding: 0px 0px 0px 5px;
}

#spaltentext * {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#spaltentext img {
	border: none;
}


#spaltentext ul{
	list-style: none outside none;
	text-align: center;
}

#spaltentext li {
	margin: 0px 0px 30px 0px;
}

#spaltentext h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
#spaltentext h3 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
#spaltentext p {
	margin: 10px 0px 30px 0px;
}
