/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#000 url(../images/body_bg.jpg) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AAA;
}
a {
	color:#AAA;
	text-decoration:none;
}
h1, h2, h3, h4 {
	color:#cf5421;
}
h1 {
	font-size:17px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:11px;
}
#site {
	width:767px;
	margin:0 auto;
}
#header {
	position:relative;
	height:323px;
	border-bottom:1px solid #AAA;
}
#menu{
	position:absolute;
	top:0;
	left:0;
	width:767px;
	z-index:2;
}
#menu a {
	color:#FFF;
	font-size:12px;
}
#menu ul {
	position:relative;
}
#menu ul, #menu li {
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul a {
	text-transform:uppercase;
	padding:0 25px;
	padding-top:22px;
	padding-bottom:12px;
	display:block;
}
#menu ul a:hover, #menu ul a.active {
	background:url(../images/menu_over.gif) top center no-repeat;
}
#menu li {
	float:left;
}
#menu ul ul {
	/*margin-top:12px;*/
	margin-left:20px;
	position:absolute;
	display:none;
	background:url(../images/dummy.gif);
}
#menu ul ul li {
	float:none;
	background:none;
    background-color: transparent;
}
#menu ul ul a:hover {
	background:#6a5a53;
	background-image:none;
}

#menu ul ul.hover, #menu ul li.hover ul, #menu ul li:hover ul  {
    display:block;
}

#menu ul ul a {
	text-transform:none;
	padding:0;
	background:#6a5a53;
	margin-bottom:1px;
	padding:4px 0;
	padding-left:12px;
	width:150px;
}

#imgHeader {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#container {
	margin:20px;
}
#breadcrumb {
	font-size:10px;
}
#content {
	margin:25px 0;
	overflow:hidden;
	font-size:14px;
}
#content a {
	color:#cf5421;
}
* html #content {
	height:1%;
}
#footer {
	clear:both;
	padding-top:2px;
	border-top:1px solid #AAA;
	text-align:center;
	font-size:10px;
	line-height:18px;
}
#laufleiste {
	display:none;
}
.HOME #laufleiste {
	display:block;
	text-align:center;
	padding:20px 0;
	border-bottom:1px solid #AAA;
}
.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}
.contLeft {
	float:left;
	width:350px;
}
.contLeft p {
	margin:0;
}
.contRight {
	float:right;
	width:365px;
	text-align:center;
	padding-top:23px;
}
.contRight img {
	display:block;
	width:250px;
	height:auto;
}

form {
	margin:0;

}

