* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #4c4c4c; 
	font-family: "Arial", "Tahoma" , "Verdana" , "MS Sans Serif";
}
 
html {
	background: #fbf7ed url(../images/html.gif) repeat-x; 
	text-align: center;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;
}

td {
	font-size: 12px;
	line-height: 22px;
	font-family: "Arial", "Tahoma" , "Verdana" , "MS Sans Serif";
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}

a {
	color: #4c4c4c;
	text-decoration: none;
}

a:hover {
	color: #4c4c4c;
	text-decoration: none;
}




/* - BASEMENT - */

#container {
	width: 980px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #f8f3e2;
	text-align: left;
	margin: 0px auto;
}

#layer {
	padding-top: 377px;
}

/* - HEADER - */

#header {
	width: 980px;
	height: 377px;
	overflow: hidden;
	position: absolute;
	bottom: 0 !important;
	top: -0px;
}

#subheader {
	width: 980px;
	height: 97px;
	background: #fff;
	position: relative;
}

#subheader #logo {
	position: absolute;
	top: 13px;
	left: 40px;
	border: none;
}

#subheader ul {
	position: absolute;
	top: 24px;
	left: 770px;
	margin: 0px 20px 0px 0px;	
}

#subheader ul li {
	list-style: none;
	float: left;
	line-height: 120px;
	margin: 0px 5px 0px 5px;
}

#subheader ul li a {
	text-decoration: none;
	font-size: 10px;
	color: #737373;
}

#subheader ul li a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

#mainheader {
	width: 980px;
	height: 280px;
	background: #c20928;
	position: relative;
	
}

#mainheader span {
	position: absolute;
	top: 23px;
	right: 515px;
	z-index: 700;
	text-align: right;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}

#mainheader #video {
	position: absolute;
	width: 980px;
	height: 280px;
	line-height: 280px;
	top: 0px;
	right: 0px;
	z-index: 700;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#mainheader #video a {
	color: #fff;
	text-decoration: none;
}

#mainheader #video a:hover {
	color: #fff;
	text-decoration: underline;
}

#mainheader #navigation {
	position: absolute;
	width: 106px;
	height: 280px;
	overflow: hidden;
	top: 16px;
	right: 0px;
	z-index: 700;
	color: #F8F3E2;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

#mainheader #navigation ul {
	margin: 0px 0px 10px 0px;
}

#mainheader #navigation ul li a {
	color: #ae9a64;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

#mainheader #navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

/* - MENU - */

#menu_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 980px;
	height: 25px;
	overflow: hidden;
}

#menu {
	width: 980px;
	height: 25px;
	background: transparent;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 400;
}

#menu ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	height: 25px;
	line-height: 25px;
	float: left;
	list-style-type: none;
	position: relative;
	z-index:100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#menu ul li a {
	height: 25px;
	float: left;
	display: block;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	color: #737373;
	background: url(../images/blank.gif);
	padding: 0px;
}

#menu ul li a:hover, #menu ul li a.aktiv, #menu ul li a.aktiv:hover {
	height: 25px;
	float: left;
	display: block;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a5122a;
	background: url(../images/blank.gif);
	padding: 0px;
}

/* - DROP DOWN MENU - */

#menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}
#menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: -6px; /* Hier der Linke Abstand der Subnav schieben*/
	width: 200px;
	text-align: left;
}

#menu ul li ul li {
	height: 25px;
}

#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible;
}

#menu ul li ul li a {
	width: 160px;
	height: 25px;
	display: block;
	border-top: 1px solid #fff;
	padding: 0px 5px 0px 5px;
	line-height: 25px;
	text-decoration: none;
	font-size: 12px;
	color: #737373;
	font-weight: normal;
	background: #efe7d3;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
}

#menu ul li ul li a:hover {
	width: 160px;
	height: 25px;
	display: block;
	border-top: 1px solid #fff;
	padding: 0px 5px 0px 5px;
	line-height: 25px;
	text-decoration: none;
	font-size: 12px;
	color: #a5122a;
	font-weight: normal;
	background: #efe7d3;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
}

/* - SPRACHAUSWAHL - */

#header #sprachauswahl {
	width: 100px;
	position: absolute;
	right: 210px;
	top: 75px;
	margin: 0px;
	padding: 0px;	
	z-index: 200;
	text-align: right;
}

#header #sprachauswahl ul li a {
	width: 100px;
	display: block;
	line-height: 20px;
	height: 20px;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	color: #737373;
	background: url(../images/blank.gif);
	text-transform: uppercase;
}

#header #sprachauswahl ul li a:hover {
	width: 100px;
	display: block;
	line-height: 20px;
	height: 20px;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	color: #000;
	background: url(../images/blank.gif);
	text-transform: uppercase; 
}

#header #sprachauswahl ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#header #sprachauswahl ul li {
	position: relative;
}

#header #sprachauswahl ul li ul {
	visibility: hidden;
	position: absolute;
}

#header #sprachauswahl table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	margin: -1px;
}

#header #sprachauswahl ul li:hover a {
	color: #737373;
	background: url(../images/blank.gif);
	text-transform: uppercase;
}

#header #sprachauswahl ul li a:hover {
	color: #000;
	background: url(../images/blank.gif);
	text-transform: uppercase;
}

#header #sprachauswahl ul li:hover ul, .menu ul li a:hover ul {
	visibility: visible;
	color: #000;
	bottom: 20px;
	left: 0px;
}

/* - CONTENT LAYER - */

#content {
	position: relative;
}
#aufteilung {
	position: relative;
	padding: 40px 20px 80px 20px;
	width: 940px;
	z-index: 300;
}

/* - SIDEBAR: LEFT - */

#sidebar-left {
	position: relative;
	margin-left: 20px;
	width: 132px;
	overflow: hidden;
	float: left;
	border-bottom:1px solid #F8F3E2;
}

#sidebar-left ul {
	margin: 0px;
	padding: 0px;

}

#sidebar-left ul li {
	list-style: none;
	padding: 0px;
	width: 132px;
	text-align: left;
}

#sidebar-left ul li a {
	border-bottom: 1px solid #fff;
	width: 132px;
	height: 23px;
	overflow: hidden;
	display: block;
	line-height: 22px;
	font-weight: normal;
}

#sidebar-left ul li a:hover, #sidebar-left ul li a.aktiv, #sidebar-left ul li a.aktiv:hover {
	border-bottom: 1px solid #fff;
	color: #a5122a;
	width: 132px;
	height: 23px;
	overflow: hidden;
	display: block;
	line-height: 22px;
	font-weight: normal;
}

/* - SIDEBAR: RIGHT - */

#sidebar-right {
	position: relative;
	width: 218px;
	overflow: hidden;
	float: left;
	margin-top:25px;
}

#sidebar-right ul {
	margin: 0px;
	padding: 0px;
}

#sidebar-right ul li {
	list-style: none;
	padding: 0px;
	width: 218px;
	text-align: left;
}

#sidebar-right ul li a {
	border-bottom: 1px solid #fff;
	width: 218px;
	height: 23px;
	overflow: hidden;
	display: block;
	line-height: 22px;
	font-weight: normal;
}

#sidebar-right ul li a:hover, #sidebar-right ul li a.aktiv, #sidebar-right ul li a.aktiv:hover {
	border-bottom: 1px solid #fff;
	color: #a5122a;
	width: 218px;
	height: 23px;
	overflow: hidden;
	display: block;
	line-height: 22px;
	font-weight: normal;
}

/* - TEXT - */

#text {
	position: relative;
	padding: 0px 80px 0px 20px;
	width: 450px;
	overflow: hidden;
	float: left;
	line-height: 17px;
	font-size: 11px;
}

#text h1 { 
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	color: #575757;
	font-family: "Arial";
	text-transform: uppercase;
}

#text h2 { 
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #575757;
	font-family: "Arial";
	text-transform: normal;
}

#text h3 { 
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	color: #575757;
	font-family: "Arial";
	text-transform: uppercase;
}

#text p {
	margin: 0px 0px 15px 0px;
}

#text hr {
	height: 2px;
	border-top: 1px solid #fff;
	border-left: 1px solid #F8F3E2;
	border-right: 1px solid #F8F3E2;
	border-bottom: 1px solid #F8F3E2;
	margin: 0px 0px 15px 0px;
	line-height: 22px;
}

#text a {
	color: #3F3F3F;
	text-decoration: underline;
}

#text a:hover {
	color: #3F3F3F;
	text-decoration: none;
}

/* - FOOTER - */

#footer {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #575756;
}

#footer a {
	text-decoration: none;
	color: #878787;
}

#footer a:hover {
	text-decoration: underline;
	color: #878787;
}

/* - STYLESHEETS for HOME - */

#skype_logo {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 400;
}

.contactform {
font-size: 10px;
line-height:15px;}

#text ul {
margin:0;
margin-left:12px;
padding:0;
margin-bottom:-15px;}

#text ul li {
list-style-image:URL(../pics/strich.gif);}

.texts {font-size:0.8em;}

#popupbox {
width: 500px;
height: 280px;
border:1px solid #575757;
background: URL(../images/header/anlaesse/popupbg.gif) no-repeat;}

#specialpopup {
	width: 106px;
	height: 280px;
	overflow: hidden;
	top: 16px;
	right: 0px;
	color: #F8F3E2;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

#specialpopup ul {
	margin: 0px 0px 10px 0px;
}

#specialpopup ul li a {
	color: #ae9a64;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

#specialpopup ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

fieldset {
border:1px solid #ae9a64;
padding:5px;
width:480px;}

legend {text-transform:uppercase;}

fieldset input, fieldset textarea {
border:1px solid #808080;
background:#ffffff;}