/* *** */
/* Allgemeines */
/* *** */

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial,sans-serif;}
a img {
	border: 0px none;
}
.design {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px none;}
html {}
body {
	background-image: url(bg-repeat.gif);
	background-color: #ffdc71;
	background-position: center;
	background-repeat: repeat-y;}
*html body{background-position: left;}

/* *** */
/* Hauptbereiche */
/* *** */

div#zent{
	margin: 0px auto;
	width: 1000px;}
	
div#content b {
	font-weight:bold;
	color:#f4ac55;
	font-size:15px;
	font-family:Arial,sans-serif;}
	
div#content h1 {
	font-weight:bold;
	color:#f4ac55;
	font-size:20px;
	font-family:Arial,sans-serif;}
	
div#logo {
	position: absolute;
	width: 525px;
	height: 155px;
	color: #000px;
	margin: 0px;
	padding: 0px;}
div#kopf {
	position: absolute;
	width: 475px;
	height: 155px;
	color: #000px;
	margin: 0px 0px 0px 525px;
	padding: 0px;}
div#headline{
	position: absolute;
	width: 800px;
	height: 65px;
	color: #000px;
	margin: 235px 0px 0px 20px;
	padding: 0px;}
div#content {
	position: absolute;
	width: 610px;
	height: auto;
	color: #000px;
	margin: 305px 0px 0px 130px;
	padding: 0px;}
div.menu {
	position: absolute;
	margin: 163px 0px 0px 125px;
	padding: 0px;}
div.submenu {
	position: absolute;
	margin: 195px 0px 0px 125px;
	padding: 0px 0px 0px 10px;}
div#footer {
	width: 980px;
	height: 34px;
	color: #000px;
	margin: 10px 0px 0px -150px;}
div#teaser {
	position: absolute;
	width: 210px;
	height: 390px;
	color: #000px;
	margin: 305px 0px 0px 745px;
	padding: 0px;}

/* *** */
/* Footer */
/* *** */

#footer p {
font-weight:bold;
color:#f4ac55;
font-size:13px;
font-family:Arial,sans-serif;
text-align: center;
}
#footer a {
color:#f4ac55;
text-decoration: none;
}

/* *** */
/* Css-Klapp-Menü */
/* *** */

/*
.menu {
	width:640px; height:30px; position:relative; margin:0px;font-size:13px; margin:20px 0px 60px 0; background:#93251e; position:relative; z-index:100;}
.menu ul {
	padding:0px;margin:0px;list-style-type: none;}
.menu ul li {
	float:left; width:90px;}
.menu ul li a, .menu ul li a:visited {
	display:block; width:85px; text-decoration:none; padding:0px 0px 0px 5px; height:30px; line-height:30px; color:#fff; background:#93251e}
.menu ul li ul {
	visibility:hidden; position:absolute; top:30px; left:0px;}
.menu ul li:hover a, .menu ul li a:hover {
	color:#fff; background:#93251e;z-index:200;}
.menu ul li:hover ul, .menu ul li a:hover ul {
	visibility:visible; width:640px;background:#93251e; color:#fff;z-index:200;}
.menu ul li:hover ul.right_side li, .menu ul li a:hover ul.right_side li {
	float:right;z-index:200;}
.menu ul li:hover ul.left_side li, .menu ul li a:hover ul.left_side li {
	float:left;z-index:200;}
.menu ul li:hover ul li a.sub, .menu ul li a:hover ul li a.sub {
	background:#93251e color:#fff;z-index:200;}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block; background:#93251e; color:#fff;z-index:200;}
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:#93251e; color:#fff;z-index:200;}
.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {
	visibility:visible; color:#fff; background:#93251e;z-index:200;}
.menu ul li:hover ul.right li {
	float:right;z-index:200;}
.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a {
	background:#93251e; color:#fff;z-index:200;}
.menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover {
	background:#93251e; color:#fff;z-index:200;}
.menu *.active {
	visibility:visible;}
*/

.menu {
width:630px; 
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:90px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none; 
color:#fff; 
width:79px; 
height:30px; 
border:1px solid #93251e; 
border-width:1px 1px 0 0; 
background:#93251e; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:79px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:90px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:90px; 
top:0;
width:90px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-90px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ae4b3c;
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#ae4b3c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#ae4b3c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* *** */
/* Untermenü */
/* *** */

.submenu * {
color: #fff;
font-size: 13px;
text-decoration: none;
}

/* *** */
/* Teaser */
/* *** */

div#teaser h2{
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
}
img.teaserleft{float: left; margin: 0px 5px;}
img.teaserlink{height:11px; vertical-align:text-top;}
div#teaser p {font-size: 11px;}
div#teaser a {text-decoration: none;}
div#teaser1{
	background-color: #fec77f;
	width: 234px;
	height: 117px;
	margin-bottom: 10px;
}
div#teaser1 h2 {color: #a42625;}
div#teaser1 p {color: #000px;}
div#teaser1 a {color: #000px;}
div#teaser2{
	background-color: #ae4b3c;
	width: 234px;
	height: 117px;
	margin-bottom: 10px;
}
div#teaser2 h2 {color: #fff;}
div#teaser2 p {color: #fff;}
div#teaser2 a {color: #fff;}
div#teaser3{
	background-color: #faa62c;
	width: 234px;
	height: 117px;
	margin-bottom: 10px;
}
div#teaser3 h2 {color: #a42625;}
div#teaser3 p {color: #000px;}
div#teaser3 a {color: #000px;}
div#teaser4{
	background-color: #fec77f;
	width: 234px;
	height: 117px;
	margin-bottom: 10px;
}
div#teaser4 h2 {color: #a42625;}
div#teaser4 p {color: #000px;}
div#teaser4 a {color: #000px;}
div#teaser5{
	background-color: #ae4b3c;
	width: 234px;
	height: 200px;
	margin-bottom: 10px;
}
div#teaser5 h2 {color: #fff;}
div#teaser5 p {color: #fff;}
div#teaser5 b {font-size: 14px; color: #fff;}




/* *** */
/* Css-Styled Content */
/* *** */


#content table.contenttable {}
#content p.bodytext {}
#content table p.bodytext {}
#content div.csc-textpic-left {}




p.bodytext {
	color: #fff;
	font-size: 14px;}

table.contenttable * {
	color: #fff;
	font-size: 14px;
}

#content a {
 color: #fff;
}

div.csc-textpicHeader h1 {
	color: #fff;
	padding-left:10px;
}

div.csc-mailform-field {
	width: 420px;
	color: #fff;
}
.csc-mailform-field input{
	display: block;
	clear: right;
	float: right;
	width: 230px;
	border: 1px solid #fff;
	margin: 4px 0px;
}
.csc-mailform-field label{
	display: block;
	clear: left;
	float: left;
	width: 120px;
	margin: 6px 0px;
}
.csc-mailform-field textarea{
	display: block;
	clear: right;
	float: right;
	width: 230px;
	margin: 6px 0px;
}
p.mail {
	color: #fff;
	clear: both;
}

.csc-mailform-field .csc-mailform-check {
margin: 20px 218px 0px 0px;
border: 0px none;
width: 16px;
}

fieldset {border: 0px none;}