@import url(resetcss.css);

* {
    margin:0;
    padding:0;
}

html, body {
    height:100%;
	font-family: Tahoma;
	font-size:13px;
	line-height:15px;
	background:#4f5ae6;
}

#wrapper-all {
	width:813px;
	height:100%;
	background:#4f5ae6;
	top:0;
	left:0;
	position:absolute;
}
#top {
	width:813px;
	height:181px;
	background:url(gfx/top.jpg) no-repeat;
}
#hans {
	width:254px;
	height:517px;
	background:url(gfx/hans.jpg) no-repeat;
	top:107px;
	position:absolute;
	display:block;
	z-index:1;
}
#content-wrapper {
	width:478px;
	height:411px;
	background:#ffffff;
	margin-left:253px;
}
#content {
	width:476px;
	height:411px;
	overflow-y:scroll;
	background:#4f5ae6;
}
#footer {
	width:657px;
	height:22px;
	background:url(gfx/footer.jpg) no-repeat;
	margin-left:74px;
}
#navi {
	width:472px;
	height:26px;
	background:none;
	top:132px;
	left:150px;
	position:absolute;
	z-index:99;
}
	#home {
		width:77px;
		height:26px;
		background:url(gfx/btn_home.jpg) no-repeat top;
		position:absolute;
	}
	#ziele {
		width:71px;
		height:26px;
		background:url(gfx/btn_ziele.jpg) no-repeat top;
		left:77px;
		position:absolute;
	}
	#kandidat {
		width:102px;
		height:26px;
		background:url(gfx/btn_kandidat.jpg) no-repeat top;
		left:148px;
		position:absolute;
	}
	#kammer {
		width:157px;
		height:26px;
		background:url(gfx/btn_kammer.jpg) no-repeat top;
		left:250px;
		position:absolute;
	}
	#media {
		width:65px;
		height:26px;
		background:url(gfx/btn_media.jpg) no-repeat top;
		left:407px;
		position:absolute;
	}
#navi a:hover {
	background-position:bottom;
}

/* FORMATIERUNG */
.content {
	padding:8px 12px 8px 8px;
}
.content b {
	font-size:12px;
}
h1 {
	font-size:15px;
	line-height:17px;
	padding-bottom:3px;
}
.ziele li {
	list-style-type:square;
	padding:0 0 10px 14px;
	background:url(gfx/listitem.jpg) no-repeat 0 3px;
}
.media {
	padding:8px 5px 0 5px;;
}