body {
	margin-top: 10px;
	padding-top: 10px;
}

/**/
.mainNavi a {
	width: 120px;
	color: #000000;
	margin-left: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 10px;
	display: block;
}
.mainNavi .selected {
	color: #CE5C0F;
	background-image: url(../imgs/line_brown_h.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}
.mainNavi a:hover {
	color: #CE5C0F;
}
.subNavi {
	text-align: right;
	width: 200px;
	display: block;
}
.subNavi a {
	color: #E8A070;
}
.subNavi .selected, .subNavi a:hover {
	font-weight: bold;
	color: #CE5C0F;
}
/**/
.center {
	width: 830px;
	margin:0 auto;
	position:relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	/*background: url(imgs/bg_line_v.gif) repeat-y 238px top;*/
	padding-bottom: 40px;
	clear:left;
}
.clear {
	clear: both;
}
#navigation {
	float: left;
	width: 300px;
}
#logo {
	margin-left:200px;
	margin-bottom:10px;
}
#content {
	float: right;
	width: 510px;
}
#footer {
	clear: both;
	text-align: right;
	padding-top:10px;
}
.contentBox {
	display:block;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 10px;
	background: url(imgs/bg_line_h.gif) repeat-x left bottom;
}
.indexBild {
	margin-left: 200px;
	display: block: 
}
