/*
 * Struktur
 */
body {
	margin: 0px auto;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
#wrap {
	margin: 5px auto;
	text-align:left;
	width:980px;
	color:#015198;
}
#header_top {
	height:100px;
	background-image: url(header_top.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#logo {
	width:200px;
	height:100px;
	float:left;
}
.piktogramm {
	width:90px;
	height:80px;
	float:left;
	margin: 10px 25px 0px 30px;
}
#top_right_nav {
	float:left;
	width:185px;
	margin-top:5px;
	text-align:right;
}
#left {
	width:193px;
	float:left;
}

#main {
	width:580px;
	float:left;
}
#right {
	width:197px;
	float:left;
	margin:7px 0px 7px 2px;
	padding:0px;
}
.pdl {
	margin:7px 0px 7px 7px;
}
.pdm {
	padding:7px 7px 7px 9px;
}
.pdr {

}
#fot {
	margin-top:1em;
	text-align:center;
	color:#666666;
}
#footer {
	margin:20px 7px 0 6px;
	clear:both;
	text-align:center;
	border:1px solid #F4F4F4;
}
#footer2 {
	padding:20px;
	background-image:url(footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#clearleft {
	clear:left;
}
#clearright {
	clear:right;
}
