/* Seitenaufbau */
div#siteBox {
	width:828px;
	position:relative;
	text-align:left;
	margin:0px auto;
}

div#header {
	height:40px;
}

div#header div.left {
	width:528px;
	color:#aaaaaa;
	float:left;
}

div#header div.left img {
	margin-right:10px;
}

div#header div.left a {
	color:#aaaaaa;
}

div#header div.right {
	width:300px;
	text-align:right;
	margin-top:11px;
	float:left;
}

div#header div.right img {
	margin-left:22px;
}

div#topBox {
	border:1px solid #dddddd;
	border-bottom:0px;
}

div#topBox div#image {
	height:164px;
	border-bottom:1px solid #dddddd;
	margin-bottom:4px;
	background-image:url(../gfx/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#topBox div#navi {
	height:33px;
	background-image:url(../gfx/navi_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#topBox div#navi img {
	float:left;
}

div#contentBox {
	min-height:185px;
	height:auto !important;
	height:185px;
	border:1px solid #dddddd;
	border-top:0px;
	background-image:url(../gfx/contentSeperator.gif);
	background-position:553px 0px;
	background-repeat:no-repeat;
	margin-bottom:3px;
}

div#contentBox div.left {
	width:425px;
	color:#4f4f4f;
	padding:39px 85px 0px 74px;
	background-image:url(../gfx/welle.jpg);
	background-position:52px 40px;
	background-repeat:no-repeat;
	float:left;
}

div#contentBox div.right {
	width:220px;
	color:#136ec6;
	padding:39px 0px 0px 20px;
	background-image:url(../gfx/pfeil.gif);
	background-position:0px 41px;
	background-repeat:no-repeat;
	float:left;
}

div#contentBox div.right b, div#contentBox div.right u, div#contentBox div.right a {
	color:#136ec6;
}

div#contentBox div.right li {
	color:#a2a2a2;
	list-style-type:square;
	list-style-position:inside;
}

div#footer {
	height:58px;
	line-height:58px;
	color:#b2b2b2;
	vertical-align:middle;
	padding-left:74px;
	border:1px solid #dddddd;
	background-image:url(../gfx/footer_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

div#footer a, div#footer b {
	color:#b2b2b2;
}