body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/hintergrund.jpg);
	margin: 0px; 
}
#div_skyscraper{
	float: left;
	margin: 10px 0px 0px 5px;
}
#div_main{
	width: 800px;
	background-color:#ffffff;
	float: left;
}
#div_inhaltsbereich{
	background-color: #ffffff;
	width:800px;
	float:left;
}
#div_nav{
	width: 160px;
	float:left;
	margin: 0px 0px 5px 2px;
}
#div_werbung{
	width:160px;
	float:left;
	margin: 0px 0px 5px 1px;
}
#div_inhalt{
	width:474px;
	margin: 0px 0px 5px 1px;
	float:left;
}
#div_kategorie{
	width:474px;
	float:left;
	background-color: #ffffff;
}
#div_footer{
	width: 800px;
	font-size: 70%;
	color : #ffffff;
	background-color: #90B6DA;
}
#div_werbung_seguras{
	width:160px;
	border: 1px solid #005BCC;
	height: 600px;
	float:left;
	margin: 0px 0px 0px 0px;
}
ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
}
ul.nav{
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	list-style-type: none;
}
ul.inhalt{
	margin: 0px 0px 0px 25px;
	list-style-image:url(images/haken.gif);
}
li{
	font-size: 90%;
}
li.nav{
	font-size: 90%;
	border-bottom: 1px solid #999999;
}
li.nav_trenner{
	font-size: 90%;
	border-bottom: 3px solid #90B6DA;
}
li.sublist{
	font-size: 100%;
}
li.nav_header{
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	color : #ffffff;
	background-color:#666666;
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
}
.div_nav_link{
	width: 160px;
	background-color: #DEDEDE;
}
a.nav_blau:link,a.nav_blau:visited{
	width: 160px;
	color : #333333;
	background-color: #DEDEDE;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.nav_blau:active,a.nav_blau:focus,a.nav_blau:hover{
	width: 160px;
	color : #000000;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
	a.nav_blau2:link,a.nav_blau2:visited{
		width: 160px;
		color : #333333;
		background-color: #A5CDFD;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
	}
	a.nav_blau2:active,a.nav_blau2:focus,a.nav_blau2:hover{
		width: 160px;
		color : #000000;
		background-color: #ffffff;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
	}
	.div_nav_link2{
	width: 160px;
	background-color: #A5CDFD;
}
a.nav:link,a.nav:visited{
	width: 160px;
	color : #333333;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.nav:active,a.nav:focus,a.nav:hover{
	width: 160px;
	color : #ffffff;
	background-color: #999999;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a:link,a:visited{
	color : #005BCC;
	text-decoration: none;
}
a:active,a:focus,a:hover{
	color : #005BCC;
	text-decoration: underline;
}
a.footer:link,a.footer:visited{
	color : #ffffff;
	text-decoration: none;
}
a.footer:active,a.footer:focus,a.footer:hover{
	color : #ffffff;
	text-decoration: underline;
}
h1{
	font-size: 120%;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
h2{
	font-size: 120%;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
h3{
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
h4{
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
p{
	font-size: 90%;
	font-weight: normal;
	padding: 2px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
blockquote{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}
hr{
	border: 1px solid #90B6DA;
}
fieldset{
	margin:5px;
}
legend{
	font-size: 90%;
	font-weight: normal;
	margin: 5px;
	color: #333333;
}
label{
	font-size: 90%;
	font-weight: normal;
}
.form-standard{
	width: 200px;
}
.form-plz{
	width: 50px;
}
.form-ort{
	width: 146px;
}
.form-news{
	width: 115px;
	float:left;
}
.form-news-absenden{
	width: 35px;
	height: 22px;
}
.text{
	font-size: 90%;
	font-weight: normal;
	padding: 0px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.floatright{
	float:right;
	width: 110px;
	height: 120px;
}
.fett{
	font-weight: bold;
}