body {
	min-width:1024px;
	min-height:786px;
	background-color:#ffffff;
}

#content {
	padding-top:20px;
	padding-left:30px;
}

#content h1 {
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size:11pt;
	color:#F18D01;
}

#content .textItem , .textItem a{
	font-size:10pt;
	color:#4d4d4d;
	text-decoration:none;
}

#content .Previous {
	margin-top:10px;
}

#contentHeader {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:309px;
	background-image:url(../images/streifen.png);
	background-repeat:repeat-x;
}

#contentLinks {
	position:fixed;
	top:309px;
	left:0px;
	bottom:0px;
	width:340px;
	height:100%-309px;
	background-color:#ffffff;
}

#navigation {
	border-right:1px solid #F18D01;
	width:100%;
	text-align:left;
	margin-top:10%;
	color:#80725e;
}

#mainNavigation {
	padding-top:0px;
}

#metaNavigation {
	padding-top:5%;
	padding-bottom:10px;
}

#mainNavigation ul {
	list-style:none;
	font-size:10pt;
	font-family: Verdana, Arial;
	line-height:20pt;
}

#mainNavigation a:link {
	color:#80725e;
	text-decoration:none;
}

#mainNavigation a:visited {
	color:#80725e;
	text-decoration:none;
}

#mainNavigation a:hover {
	font-weight:bold;
	color:#80725e;
	text-decoration:none;
}

#mainNavigation a:active {
	font-weight:bold;
	color:#80725e;
	text-decoration:none;
}

#mainNavigation a:focus {
	font-weight:bold;
	color:black;
	text-decoration:none;
}

#metaNavigation ul {
	list-style:none;
	font-size:9pt;
	font-family: Verdana, Arial;
	line-height:19pt;
}

#metaNavigation a:link {
	color:#80725e;
	text-decoration:none;
}

#metaNavigation a:visited {
	color:#80725e;
	text-decoration:none;
}

#metaNavigation a:hover {
	font-weight:bold;
	color:#80725e;
	text-decoration:none;
}

#metaNavigation a:active {
	font-weight:bold;
	color:#80725e;
	text-decoration:none;
}

#metaNavigation a:focus {
	font-weight:bold;
	color:#80725e;
	text-decoration:none;
}

#contentText {
	position:absolute;
	top:309px;
	left:341px;
	right:0px;
	width:100%-340px;
	height:100%-309px;
	background-color:#ffffff;
}

#bildlinks {
	position:relative;
	left:0px;
	top:0px;
}

#bildrechts {
	position:relative;
	text-align: right;
	top:-309px;
}

.Previous {
	top:0px;
	left:0px;
	width:105px;
	height:105px;
	display:none;
}

.Next {
	top:0px;
	right:0px;
	width:105px;
	height:105px;
	display:none;
}

img {
  border:none;
}