@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:10px;
}
img, a img{
	padding:0;
	border:none;
	margin:0;
}
#container{
	width:780px;
	height:auto;
	min-height:550px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:8px;
}
#header{
	width:780px;
	height:120px;
	position:relative;
	overflow:visible;
	z-index:999;
}
#logo a{
	width:160px;
	height:94px;
	position:absolute;
	left:38px;
	top:0px;
	display:block;
}
#navigation{
	width:780px;
	height:26px;
	bottom:0px;
	position:absolute;
	z-index:1000;
	overflow:visible;
	white-space:nowrap;
}
#navigationShadow{
	width:780px;
	height:30px;
	position:absolute;
	top:0px;
	overflow:visible;
	z-index:1001;
}
h1{
	padding:0;
	margin:8px 0 16px 0;
}
p, h2{
	margin:8px 0 8px 0;
}
h2{
	margin-bottom:0;
}

ul.topLevel{
	width:727px;
	padding:0 0 0 53px;
	margin:0 auto;
	list-style:none;
	position:relative;
	z-index:1002;
}
ul.topLevel li{
	display:block;
	float:left;
	clear:none;
	height:26px;
	overflow:hidden;
	padding:0;
	margin:0 auto;
}
ul.topLevel li a{
	display:inline-block;
	width:auto;
	height:16px;
	padding:4px 16px 6px 16px;
	margin:0;
	overflow:hidden;
}
#content{
	padding-left:75px;
	padding-top:50px;
	position:relative;
	overflow:hidden;
}
#content .text, #images .text{
	width:320px;
	height:auto;
	margin-bottom:28px;
	float:left;
	clear:left;
	overflow:hidden;
}
#images .text{
	float:right;
	clear:right;
	margin-right:20px;
	width:300px;
}
#images ul{
	list-style:none;
	width:320px;
	height:auto;
	float:right;
	clear:right;
	overflow:hidden;
	padding:0;
	margin:0;
}
#images li{
	display:block;
	padding:0;
	margin:0;
	position:relative;
	z-index:301;
	width:320px;
	margin-bottom:28px;
}
#images li span.caption{
	display:block;
	padding:4px;
	width:312px;
	bottom:0px;
	left:0px;
	position:absolute;
	z-index:350;
}

.text ul,#images .text ul{
	float:none;
	clear:none;
	width:auto;
	overflow:visible;
	padding:0 0 0 16px;
	margin:0;
	list-style:disc outside;
	height:auto;
	display:block;
}
.text ul li,#images .text ul li{
	padding:0;
	margin:0 0 0 8px;
	width:auto;
	position:static;
	display:list-item;
}

#footer{
	float:none;
	clear:both;
	width:780px;
	height:16px;
	line-height:10px;
	white-space:nowrap;
}
#footer ul{
	white-space:nowrap;
	width:480px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	height:16px;
}
#footer ul li{
	margin:0;
	padding:0;
	overflow:hidden;
	height:16px;
}
#footer ul a{
	height:10px;
	margin:0;
	padding:3px 10px;
}
.links{
	float:left;
	clear:left;
}
.rechts{
	float:right;
	clear:right;
}
#images li.links{
	width:auto;
}
#images li.rechts{
	width:auto;
	padding-right:10px;
}
#contentFootImg{
	padding:0;
	margin:0;
	float:none;
	clear:both;
	border:none;
	overflow:hidden;
	width:780px;
	height:auto;
	display:block;
}
#contentFootImg a, #contentFootImg a img{
	padding:0;
	margin:0;
	border:none;
	display:block;
}

