/* Global Settings --- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
}
br {
	clear:both;
	
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #A97744;
}
.active, a:hover {
	color: #F39800;
}
ul, li {
	display : inline;
}

/* Global DocumentSettings--- */
body {
	text-align:center;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	background-color: #448284;
}

/* Hidden Headlines for Textbrowsers --- */
.hide {
	display: none;
}

/* TextSettings --- */
h1 {
	font-size: 26px;
	color: #448284;
	font-weight: lighter;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #A97744;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #448284;
}
p {
	line-height: 120%;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.blue, .blue b, .blue i {
	color: #448284;
	font-size: 11px;
}
.brown, .brown b, .brown i {
	color: #a97744;
	font-size: 11px;
}
.black, .black b, black i {
	color: #333333;
	font-size: 11px;
}
.grey {
	color: #999999;
	font-size: 11px;
}

/* Layout Settings --- */
#header {
	width: 930px;
	height: 238px;
	margin: 0 auto;
}
#navi {
	width: 900px;
	height: 61px;
	margin: 0 auto;
	text-align: left;
	background: #448284 url(../img/navi-bg.gif) no-repeat;
}
#body {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#content {
	border:9px solid #FFFFFF;
	background: #F4EDD0 url(../img/content-bg.jpg) no-repeat;
}
#contentsub {
	border:9px solid #FFFFFF;
	background: #F4EDD0 url(../img/contentsub-bg.jpg) no-repeat;
}
#contentitem {
	border:9px solid #FFFFFF;
	background: #F4EDD0 url(../img/content-bgbig.jpg) no-repeat;
	background-position:10px 0;
}
#leftcontent {
	width: 549px;
	margin-bottom: 10px;
	float:left;
}
#leftcontentsub {
	width: 629px;
	margin-bottom: 10px;
	float:left;
}
#rightcontent {
	width: 333px;
	margin-bottom: 10px;
	float:left;
}
#rightcontentsub {
	width: 253px;
	margin-top:20px;
	margin-bottom: 10px;
	float:left;
}
#teaser {
	padding-left: 14px;
	background: url(../img/teaser-bg-2.gif) repeat-y;
}
#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: #448284 url(../img/footer-bg.gif) no-repeat;
}
#footer p {
	padding-top: 10px;
	color: #78B1B3;
	font-size: 10px;
}
.footerlink {
	color: #78B1B3;
	font-size: 10px;
}

#backlink a {
	display: block;
	text-align: center;
	background-color: #a97744;
	width: 151px;
	height: 40px;
}
#backlink a p {
	display: block;
	padding-top: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	background: url(../img/icon-arrow.gif) no-repeat;
	background-position:23px 17px;
}
#backlink a:hover {
	background-color: #F39800;
}
#leftcontentleft {
	float:left;
	margin-left: 30px;
	width: 300px;
}
#leftcontentright {
	float:left;
	margin-left:16px;
}
#leftcontentright a {
	display: block;
}
#bildtitel {
	background-color: #448284;
	width: 200px;
	margin: 5px 0 11px 0;
}
#bildtitel p {
	padding: 8px 8px 8px 8px;
	color: #FFFFFF;
}
#imgbox_s img {
	border:5px solid #ffffff;
}