/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(../images/body_bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#016e75;
}
a img {
	border:none;
}
a {
	color:#016e75;
	text-decoration:none;
}
td {
	vertical-align:top;
}
address {
	font-style:normal;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:11px;
}
#site {
	width:840px;
	margin:0 auto;
}
#header {
	height:192px;
	position:relative;
}
#logo {
	position:absolute;
	left:90px;
	top:0;
}
#topmenu1, #topmenu2 {
	position:absolute;
	
	bottom:5px;
	left:0;
	font-size:11px;
}
#topmenu2 {
	left:auto;
	right:0;
}

#menu {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#555;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	text-align:center;
}
#menu a {
	color:#555;
	padding:0 6px;
	font-style:italic;
	letter-spacing:0px;
	font-weight:bold;
}

#menu a:hover, #menu a.active {
	color:#016e75;
}

#container {
	background:#FFF;
	overflow:hidden;
	margin-bottom:35px;
	position:relative;
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:423px;
}
#content, #rTXT {
	margin:20px;
	height:317px;
	overflow:auto;
	margin-right:0;
	padding-right:20px;
}
#content a {
	text-decoration:underline;
}
#content form .feld, #content form .feld_error {
	width:220px;
}
.feld_error {
	border:1px solid #F00;
}
#container-right {
	float:right;
	width:417px;
	overflow:hidden;
}
#footer {
	text-align:center;
	font-size:11px;
}
#footer p {
	margin:5px 0;
}

.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}

#content .style1 a {
	color:#f60;
	text-decoration:none;
}

.gallery_gallery  #holder {
	position:absolute;
	top:20px;
	left:20px;
	width:794px;
	height:317px;
	overflow:auto;
}