/*<![CDATA[*/

/*Einbundung externer Styles*/

@import url(style_inhalt.css);

/* Allgemein */

body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	line-height: 1;
}

a:link, a:hover, a:visited, a:active {
	color: #367300;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 8px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.0em;
	line-height: 1.25em;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


.hr {
	border-bottom: 1px solid #66a110;
	margin: 2px 0 10px 0;
	height: 5px;
}

.hr hr {
	display: none;
}

/* Seitenrahmen */

#seite {
	text-align: left;
	width: 933px;
	padding: 0;
	margin: 0 auto;
	font-size: 0.8em;
}

/*Imressumsbutton*/

#impressum {
	background: transparent url(images/btn_impressum.gif) right top no-repeat;
	height: 22px;
	text-align: right;
	padding: 1px 19px 0 0;
}

#impressum a {
	color: #eee;
	font-size: 0.94em;
	text-decoration: none;
}
#impressum a:hover {
	color: #fff;
	text-decoration: underline;
}
#impressum.aktiv a {
	color: #000;
	text-decoration: none;
}

/*Titel und Menü*/

#titel {
	width: 933px;
	margin: 14px 0 20px 0; /*hoehen*/
	padding: 0 0 0 10px; /*breiten*/
	float: left;
}

#titel #logo {
	float: left;
}


#titel #claim {
	display: none;
	color: #fff;
}

#titel #nav {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 34px;
	width: 581px;
	height: 36px;
	background: url(images/nav_bg.gif) right top no-repeat;
}

#titel #nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
}

#titel #nav ul li { 
	display: block; 
	float: left;
	margin: 0;
	padding: 0;
}

#titel #nav ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.64em;
/*	font-style: italic;*/ /*IE7 Problem - padding 2px rechts*/
	color: #646363;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	padding: 7px 29px;
	margin: 1px 0 0 0;
	background: url(images/nav_bg_linie.gif) top right no-repeat;
}

#titel #nav ul li#last a {
	background: none;
}

#titel #nav ul li a:hover {
	text-decoration: underline;
}

#titel #nav ul li.aktiv a {
	color: #66a110;
}

/*Inhaltsbereiche*/

#inhaltcontainer {
	float: left;
	width: 940px;
}

#content-left {
	float: left;
	width: 551px;
}

#content-right {
	float: left;
	width: 382px;
}

/* Abschluss & Copyrights */

#footer {
	float: left;
	font-size: 0.9em;
	color: #66a110;
	height: 21px;
	padding: 5px 0px;
	margin: 0 0 0px 0;
	width: 551px;
}

#footer a {
	color: #66a110;
}
#footer a:hover {
	color: #66a110;
}

#footer #copyleft {
	float: left;
	padding: 0 0 0 0;
}

#footer #copyright {
	float: right;
	padding: 0 0 0 0;
}

#footer #copyright strong {
	display: none;
}

/* Meldungen */

em {
	color: #E32500;
	font-weight: bold;
	font-style: normal;
}

.meldung {
	color: #09C112;
	font-weight: bold;
}

.fehler {
	color: #E32500;
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

.rot {
	color: #ec1c05;
}

.gruen {
	color: #008000;
}

/* ]]> */