html, body {
	margin: 0; padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* 10px */
	background: #FFF url(../images/body-bg.jpg) repeat-x;
	padding-top: 20px;
}
a img {
	border: 0;
}
.clear-all {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#layout {
	margin: 0 auto; padding: 0;
	width: 971px;
	background: #FFF;
}
#top {
	position: relative;
	margin: 0; padding: 0;
	height: 155px;
	background: #EFEFEF url(../images/header-bg.gif) left bottom no-repeat;
}

#main-nav {
	margin: 0; padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 147px;
	width: 180px;
	background: #039 url(../images/nav-bg.jpg) no-repeat;
	font-size: 1.4em; /* 14px */
	font-weight: normal;
	z-index: 50;
}
#main-nav ul {
	margin: 0; padding: 14px 0 16px 0;
	list-style-type: none;

}
#main-nav li {
	margin: 0; padding: 0;
	line-height: 18px; /* hoehe des marker.gif */
	margin-bottom: 3px;
}
#main-nav li a {
	color: #F5F6FB;
	text-decoration: none;
	display: block;
	padding: 0 20px;
}
/* ye olde white space bug (IE6) */
* html #main-nav ul li {
width:100%;
display:inline;
}
#main-nav li a:active,
#main-nav li a:hover {
	color: #CDD7EB;
}
#main-nav li a.active {
	color: #FFF;
	font-weight: bold;
	background: transparent url(../images/nav-marker.gif) no-repeat;
}
#banner {
	/* flash container */
	position: absolute;
	left: 180px;
	top: 0;
	width: 651px;
	height: 147px;
	background: #CDCDCD;
}
/* hmmm.... */
.bot-content, #main-nav h2 {
	position: absolute;
	left: -3000px;
}
#logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 147px;
	background: #FFF;
	z-index: 50;
}
#middle {
	background: #FFF url(../images/content-bg.jpg) no-repeat;
	min-height: 350px;
}
* html #middle {
	height: 350px;
}
#left, #center, #right {
	float: left;
}
#left {
	width: 180px;
}
#left #arguments {
	padding: 20px;
}
#left #arguments * {
	margin: 0; padding: 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #036;
}
#left #arguments .header,
#left #arguments .footer {
	color: #EE1D24;
	font-weight: bold;
}
#center {
	width: 651px;
}
#center .content {
	margin: 20px 169px 40px 32px;
}
#center h2 {
	color: #039;
	font-size: 18px;
}
#center h2 strong {
	color: #EE1D24;
}
#center p {
	font-size: 13px;
	line-height: 16px;
	color: #333;
}
#center .intro {
	color: #039;
	font-weight: bold;
}
#center a {
	color: #039;
}
#center a:active,
#center a:hover {
	color: #EE1D24;
}
#center .image-box-small {
	width: 225px;
}
#center .image-box-small.float-left {
	float: left;
}
#center .image-box-content {
	position: relative;
	/*height: 240px; */ /* kommt aus bild selbst */
}
#center .image-caption {
	position: absolute;
	bottom: 0; right: 0;
	background: transparent url(../images/caption-bg.png);
	width: 100%;
	text-align: right;	
}
#center .image-caption p {
	margin: 0;
	padding: 3px 5px;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
}
#center ul {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0; padding: 10px;
	margin-bottom: 1em;
	list-style-type: none;	
	font-weight: bold;
	color: #039;
}
#center ul.box {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0; padding: 10px;
	margin-bottom: 1em;
	list-style-type: none;
	background: #E6EBF5;
	font-weight: bold;
	color: #039;
}
#center ul li {
	margin: 0 0 3px 0; padding: 0;
	padding-left: 10px;
	background: url(../images/square_red.gif) 0px 5px no-repeat;
}


#right {
	width: 140px;
}
#right #address {
	padding: 20px;
	padding-right: 5px;
}
#right #address * {
	margin: 0; padding: 0;
	color: #036;
	line-height: 1.2em;
	font-size: 11px;
}
#bottom {
	clear: both;
	background: #FFF url(../images/footer-bg.gif) no-repeat;
	min-height: 20px;
	padding-top: 10px;
}
#bottom ul.icons,
#bottom ul.meta {
	margin: 0; padding: 0;
	float: left;
	list-style: none;
}
#bottom ul.icons {
	width: 45px;
}
#bottom ul.meta {
	width: 300px;
	font-size: 11px;
}
#bottom li {
	display: inline;
	margin-left: 5px;
}
#bottom ul.meta a {
	color: #4D71B8;
	text-decoration: none;
}
#bottom ul.meta a:active,
#bottom ul.meta a:hover {
	color: #039;
}

/* eselsohr */
#eselsohr {
	background: transparent url(../images/eselsohr-bg.gif) no-repeat;
	position: absolute;
	top: 0; right: 0;
	width: 168px;
	height: 110px;
	overflow: hidden;
	z-index: 1000;
}
#eselsohr .content {
	padding: 8px 10px 0 0;
}
#eselsohr p,
#eselsohr h1 {
	font-weight: bold;
	color: #FFF;
	text-align: right;
	font-size: 11px;
	line-height: 1.1em;
	margin: 0; padding: 0;
}
#eselsohr h1 {
	font-size: 16px;
}