/* Allgemeine Formatierungen*/
body {
	background-image: url(../images/hintergrund.jpg);
	background-repeat: repeat-x;
}
/* kopf Formatierungen*/
#kopf {
	width: 870px;
	height: 148px;
	margin: auto;
	padding-bottom: 0px;
	position: relative;
	background-image: url(../images/logo-kopf-bauplan.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* navigation Formatierungen*/
#navi{
	width: 850px;
	height: 32px;
	position: relative;
	top: -41px;
	margin: auto;
}
#navi ul {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#navi li {
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	font-size: 0.9em;
	height: 22px;
}
#navi li a {
	display: block;
	height: 22px;
}
#navi a, #navi a:visited {
	color: #FFFF00;
	background-color: #999999;
	text-decoration: none;
	height: 22px;
	border-bottom: 10px solid #FFFF00;
}
#navi a:hover, #navi a:active {
	color: #0000FF;
	text-decoration: none;
	height: 22px;
	background-color: #CCCCCC;
	border-bottom: 10px solid #0000FF;
}
#menu {
	border-left: 1px solid #ffffff;
}
#menu a {
	line-height: 22px;
	padding-right: 15px;
	padding-left: 15px;
	
}
#aktiv {
	border-left: 1px solid #ffffff;
	line-height: 22px;
	background-color: #CCCCCC;
	color: #0000FF;
	border-bottom: 10px solid #6699FF;
	cursor: default;
	padding-right: 15px;
	padding-left: 15px;
}
/* inhalt Formatierung*/
#inhalt {
	position: relative;
	width: 870px;
	margin: auto;
	padding-bottom: 20px;
	top: -22px;
	border-bottom: 1px solid #999;
}
/* Hack für Firefox und Opera - IE 7 bleibt wirkungslos */
html>/**/body #inhalt {
	top: -37px;
}
#h1unten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 10px 10px 0px 10px;
}
#h2unten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 5px 10px 0px 10px;
}
#punten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 25px 10px 20px 10px;
}
#punten a:link, #punten a:visited {
	color: #000000;
}
#punten a:hover, #punten a:active {
	color: #0000FF;
}
#tennlinie {
	background-color: #999999;
	color: #999999;
	border: #999999;
	height: 1px;
	margin-bottom: 15px;
	margin: 20px 10px 10px 10px;
	clear: both;
}
#navlinks a:link, #navlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
	background-image: url(../images/icon_pfeil_re.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	padding-left: 17px;
	margin: 25px 0px 0px 15px;
	width: auto;
}
#navlinks a:hover, #navlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding-left: 17px;
	background-image: url(../images/icon_pfeil_re_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 25px 0px 0px 15px;
}
#navlinks2 a:link, #navlinks2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
	background-image: url(../images/icon_pfeil_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	padding-left: 17px;
	margin: 25px 0px 0px 15px;
}
#navlinks2 a:hover, #navlinks2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding-left: 17px;
	background-image: url(../images/icon_pfeil_li_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 25px 0px 0px 15px;
}
/* teaser Formatierung */
#teaser {
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 870px;
	
}
#h1teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	width: 450px;
	top: 20px;
	position: relative;
	left: 350px;
	text-align: right;

}
#h2teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	width: 450px;
	position: relative;
	left: 350px;
	top: 15px;
	text-align: right;
	
}
#pteaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: relative;
	width: 450px;
	top: 20px;
	left: 350px;
	text-align: right;
	color: #FFFF00;
	
}
#teaser a:link, #teaser a:visited {
	color: #0000FF;
	text-decoration: underline;
	background-image: url(../images/pfeil_re_blau_gr.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 26px;
}
#teaser a:hover, #teaser a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/pfeil_re_weiss_gr.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 26px;
}
/* news Formatierung */
#news1 {
	position: relative;
	width: 200px;
	height: 150px;
	background-image: url(../images/bild_news1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	left: 10px;
	margin-bottom: 10px;
}
#news2 {
	position: relative;
	width: 200px;
	height: 150px;
	background-image: url(../images/bild_news2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	left: 26px;
}
#news3 {
	position: relative;
	width: 200px;
	height: 150px;
	background-image: url(../images/bild_news3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	left: 42px;
}
#news4 {
	position: relative;
	width: 200px;
	height: 150px;
	background-image: url(../images/bild_news4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	left: 59px;
}
#h3news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	width: 180px;
	margin: 0px 10px 0px 10px;
	top: 5px;
	color: #FFFFFF;
	font-weight: normal;
}
#h4news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	width: 180px;
	margin: 0px 10px 0px 10px;
	top: 5px;
	color: #FFFFFF;
}
#newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	position: relative;
	width: 180px;
	margin: 0px 10px 0px 10px;
	top: 15px;
}
#newslinkhell, #newslinkdunkel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
	position: absolute;
	width: 180px;
	margin: 0px;
	bottom: 10px;
	right: 10px;
}
#newslinkhell a:link, #newslinkhell a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/pfeil_re_weiss.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
#newslinkhell a:hover, #newslinkhell a:active {
	color: #0000FF;
	text-decoration: underline;
	background-image: url(../images/pfeil_re_blau.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
#newslinkdunkel a:link, #newslinkdunkel a:visited {
	color: #0000FF;
	text-decoration: underline;
	background-image: url(../images/pfeil_re_blau.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
#newslinkdunkel a:hover, #newslinkdunkel a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/pfeil_re_weiss.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}
/* fuss Formatierung */
#fuss {
	position: relative;
	width: 850px;
	margin: auto;
	padding-bottom: 50px;
}
#fuss ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
}
#fuss li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: inline;
}
#backlinks a:link, #backlinks a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#backlinks a:hover, #backlinks a:active {
	color: #999999;
	text-decoration: underline;
}
#fuss p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#fusslinks a:link, #fusslinks a:visited {
	color: #000000;
	text-decoration: underline;
}
#fusslinks a:hover, #fusslinks a:active {
	color: #0000FF;
	text-decoration: underline;
}
#breadcrump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-left: 10px;
}
#breadcrump a:link, #breadcrump a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#breadcrump a:hover, #breadcrump a:active {
	color: #999999;
	text-decoration: underline;
}
