/* @author	Wido Widlewski */

body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	background: #FFFFFF url(../design/hintergrund_grau.gif) repeat-y top center;
}

.weit_links {
	position: absolute;
	left: -5000px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

#aussen {
	text-align: center;
	background: url(../design/hintergrund_oben.gif) no-repeat top center;
}


#zentrierung {
	width: 1014px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#oben {
	background: #85be46;
	height: 159px;
	border-bottom: 3px solid #FFFFFF;
	text-align: left;
}

#logo {
	float: left;
	padding: 10px 0px 0px 80px;
}

#partner {
	width: 65px;
	float: right;
	padding: 41px 60px 0px 0px;
}


#inhaltsbereich {
	clear: both;
	background: url(../design/hintergrund_grau.gif) repeat-y top center;
	float: left;
	width: 1014px;
	text-align: left;
}

#inhaltsbereich_innen {
	
}


#navigation {
	width: 129px;
	float: left;
	padding: 13px 10px 10px 0px;
	text-align: left;
}

#navigation div.innen {
	padding: 0px;
}



#inhalt {
	width: 720px;
	float: left;
	padding: 0px 0px 20px 0px;
	border-left: 3px solid #FFFFFF;
}

#inhalt div.innen {
	padding: 0px 0px 0px 0px;
}


/* Fusszeile unter Inhalt */

#fusszeile {
	clear: both;
	text-align: center;
}

#fusszeile div.innen {
	padding: 20px 0px 0px 0px;
}

#fusszeile p {
	text-align: center;
	color: #333333;
	font-size: 10px;
}

#fusszeile a:link,
#fusszeile a:visited {
	text-decoration: none;
	color: #333333;
}

#fusszeile a:hover {
	text-decoration: none;
	color: #999999;
}


/* rechte Spalte */

#rechte_spalte {
	width: 149px;
	float: right;
	background: #0000FF;
}


#rechte_spalte div.innen {
	
}

#news,
#rss,
#up_to_date,
#kontakt {
	width: 149px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 3px solid #FFFFFF;
}

#news div.text,
#rss div.text,
#up_to_date div.text,
#kontakt div.text {
	border-top: 3px solid #FFFFFF;
	background-color: #ebebeb;
	width: 139px;
	padding: 5px;
}

#news div.text p,
#up_to_date div.text p,
#kontakt div.text p {
	color: #999999;
	font-size: 11px;
	line-height: 150%;
}


a.mehr:link,
a.mehr:visited {
	color: #99CC33;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
	font-weight: bold;
	background: url(../design/mehr_pfeil.gif) no-repeat 0px 2px;
}

a.mehr:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
	font-weight: bold;
	background: url(../design/mehr_pfeil.gif) no-repeat 0px 2px;
}



