/* CSS Document */

html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#757575;
	background:#434343;
	padding-top:20px;
}
a {
	color:#757575;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:15px;
	/*font-weight:normal;*/
	margin:15px 0;
}
h2 {
	font-size:13px;
}
p {
	margin:15px 0;
	line-height:1.6em;
}
td {
	font-size:11px;
	vertical-align:middle;
}

li {
	padding-bottom:5px;
	line-height:1.6em;
}
input, textarea, select {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#site {
	width:742px;
	background:#FFF;
	padding:14px 14px 0;
	margin:0 auto;
	border:1px solid #7a7a7a;
}

#header {
	position:relative;
}
#logo {
	height:80px;
}
#address {
	position:absolute;
	top:34px;
	right:0;
}
#address td {
	font-size:10px;
	padding-left:12px;
}
#address span {
	display:block;
	float:left;
	width:30px;
}
#imgHeader {
	border:1px solid #e5e5e5;
	border-left:none;
	border-right:none;
	height:188px;
	position:relative;
}
#imgHeader img {
	border:1px solid #e1dfe0;
}

#imgHeaderLeft {
	position:absolute;
	top:11px;
	left:0;
}
#imgHeaderRight {
	position:absolute;
	top:11px;
	right:0;
}

#container {
}

#container-left {
	float:left;
	width:155px;
	margin:18px 0 18px -15px;
}
#menu, #menu li, #menu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
}

/* fix IE6 */
* html #menu li {
	padding-left:15px;
	float:left;
}
* html #menu ul li {
	padding:0;
}
#menu a {
	padding:2px 0 2px 15px;
	display:block;
	background:#666;
	color:#b7b7b7;
	text-transform:uppercase;
	margin-bottom:1px;
	font-size:13px;
	width:140px;
}
#menu a:hover, #menu a:focus {
	background:#adbd29;
	color:#FFF;
}
#menu a.active {
	margin-left:-15px;
	background:#adbd29;
	color:#FFF;
	padding:5px 0 5px 30px;
	font-weight:bold;
	position:relative;
}
#menu ul a {
	background:none;
	padding:3px 0 3px 15px;
	font-size:12px;
	text-transform:none;
}
#menu ul a:hover, #menu ul a:focus, #menu ul a.active {
	background:#b0b0b0;
	padding:3px 0 3px 15px;
	margin-left:0;
	font-weight:normal;
}
ul#fademain {
    margin: 0px; 
    list-style-type: none;
    padding-left: 0px;
    z-index:1;
}
#menu ul ul a {
	background:url(../images/menu-out.gif) 15px 50% no-repeat;
	padding:1px 0 1px 35px;
	font-size:11px;
}
#menu ul ul a:hover, #menu ul ul a:focus, #menu ul ul a.active {
	background:#b0b0b0 url(../images/menu-over.gif) 15px 50% no-repeat;
	padding:1px 0 1px 35px;
	width:120px;
}

#container-right {
	float:right;
	width:570px;
}
#statusbar {
	margin-top:18px;
	font-size:10px;
	position:relative;
	height:20px;
}
#breadcrumb {
	float:left;
}
#child {
	float:right;
}
#content {
	margin:18px 100px 18px 0;
}
#content a {
	text-decoration:underline;
}
#footer {
	clear:both;
	margin:0 -14px;
	padding:0 15px;
	height:27px;
	border-top:1px solid #d0d0d0;
	background:#fcfcfc;
	line-height:27px;
}
#credits {
	float:left;
	font-size:10px;
}
#bottommenu {
	float:right;
}
#bottommenu a {
	padding-left:7px;
}

.colored1 {
	color:#adbd29 !important;
}
.colored2 {
	color:#4e5043 !important;
}

/* home */

.home_index {
	float:left;
	width:330px;
	margin-top:-15px;
}

#home-news {
	float:right;
	width:200px;
	margin-top:-15px;
	/* content offset*/
	margin-right:-100px;
	display:inline;
}
#home-news .news1 {
	background:#adbd29;
	padding:7px;
}
#home-news .news1, #home-news .news1 * {
	color:#FFF;
}
#home-news .news1 .colored1 {
	color:#4e5043 !important;
}

/* news */

.neuigkeiten_index * {
	margin:0;
}

.neuigkeiten_index .liste {
	overflow:hidden;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
}
* html .neuigkeiten_index .liste {
	height:1%;
	overflow:visible;
}
.neuigkeiten_index .newsDate {
	background:#adbd29;
	float:left;
	color:#FFF;
	font-size:13px;
	text-align:center;
	width:28px;
	padding:2px;
	line-height:1.3em;
}
.neuigkeiten_index .newsDate strong {
	font-size:15px;
}
.neuigkeiten_index .newsItem {
	float:right;
	width:420px;
	text-align:justify;
}

.browseNavi {
	position:relative;
}
.browseNavi #next {
	position:absolute;
	right:0;
	bottom:30px;
}
.browseNavi #prev {
	position:absolute;
	left:0;
	bottom:30px;
}