html, body { 
margin: 0;
padding: 0;
} 

body {
background:#000;
background-image: url(../_gfx/bg.jpg);
background-repeat:no-repeat; 
background-position:top center;
FONT-FAMILY: Verdana, Arial, Tahoma, sans-serif; 
font-size:13px;
color:#fff;
text-align : center;
}



#topheader {
MARGIN: 0px; 
WIDTH: 1000px;  
HEIGHT: 112px;  
padding:0; 
display:block;
text-align:center; 
}

#header {
MARGIN: 0px; 
WIDTH: 875px;  
padding:0; 
display:block;
}



#right {
MARGIN: 0px; 
WIDTH: 228px; 
padding:0;
display:block;
float:left;
}


#main {
MARGIN: 0px auto; 
margin-top:90px;
WIDTH: 1000px;  
display:block;
text-align:left; 
}


#top {
WIDTH: 1000px;  
HEIGHT: 105px; 
padding:0;
MARGIN: 0; 
}

#footer {
clear:both; 
color:#666; 
width:1000px; 
height:30px; 
margin : 0 auto 0 auto;  
}


#footer	a	{
color:#666;
text-decoration:none;
font-weight: normal;
display:block;
float:right;
font-size:11px;
padding:5px;
outline:0; -moz-outline:0;
}


#trenner{
color:#333;
font-weight: normal;
display:block;
float:left;
margin-left:4px;
margin-right:4px;
}


#stage {
width:934px; 
margin : 0 auto 0 auto; 
padding:0; 
border:#e5c26a 3px solid;
background-color:#000; 
display:block;
padding:5px 30px 30px;
min-height:600px; 
height: auto !important;   
height: 600px;
}


#clear
{
clear: both;
font-size: 0px;
line-height: 0px;
height: 0px;
padding: 0px;
border: none;
}

td{
margin:0;
padding: 0;
border:0;
font-size:13px;
} 

img {
border:0;
}

#content img {
border:#fff 1px solid;
}

#content img.KeinRahmen {
border:0;
}

#content div.csc-textpic-imagewrap{
margin:0;
padding: 0;
display:block;
} 

.csc-textpic-imagerow csc-textpic-imagerow-last div.csc-textpic-image{
padding:10px;
} 

#content div.csc-textpic-image{
/*margin:10px;*/
display:block;
float:left;
} 

#content div.csc-textpic-caption{
margin-top:10px;
font-weight: bold;
} 



/* CONTENT */
#content {
float:left;
WIDTH: 934px; 
display:block;
MARGIN: 0px auto; 
margin-top:25px;
/*padding:5px 30px 30px;*/
}

#content .headline {
font-size: 16px;
font-weight: bold;
color:#fff;
padding-bottom:10px; 
}

#content p { 
}


a{ 
font-weight:normal;
text-decoration:none;
color:#fff;
outline:0; -moz-outline:0;
}

a:hover{
font-weight: normal;
color:#999;
}

/* CONTENT 2 Spaltig */
#c_2l .headline {
font-size: 16px;
font-weight: bold;
color:#fff;
padding-bottom:10px; 
}

#c_2l {
float:left;
WIDTH: 550px; 
display:block;
margin-top:25px;
}

#c_2r {
float:left;
WIDTH: 384px; 
display:block;
margin-top:25px;
}

/* CONTENT 3 Spaltig */
#c_3l {
float:left;
WIDTH: 300px; 
display:block;
margin-top:25px;
}

#c_3m {
float:left;
WIDTH: 300px; 
display:block;
margin-top:25px;
margin-left: 17px;
margin-right: 17px;
}

#c_3r {
float:left;
WIDTH: 300px; 
display:block;
margin-top:25px;
}

#c_3l .headline,
#c_3m .headline,
#c_3r .headline
{
font-size: 14px;
font-weight: bold;
color:#fff;
padding-bottom:5px; 
}


#c_3r .headline{text-align : right;}

#c_3m .headline{text-align : center;}

#c_3l img,
#c_3m img,
#c_3r img
{
border:#fff 1px solid;
margin: 10px 0;
}


/* Formular*/

legend {border: 0px;}

fieldset {border:0px;padding-left:0px;padding-right:10px;padding-top:10px;padding-bottom:10px;}

.radiolayout {padding-top:15px;padding-bottom:15px;}

.formu {padding-top:10px;padding-bottom:10px;}

.mf-radio {border:0px;padding-right:10px;}

.mf-text {color: #000000;border: 1px solid #C0C0C0;margin:5px 0; WIDTH: 350px;}

.mf-check {border: 0px;}

.mf-select {border:0px;}

.mf-input { width:350px;
  height:18px;
  border:solid 1px #9DA4AA;
  padding:0px;
  margin:5px 0;
  }

.mf-submit {margin-top:10px; color: #ffffff;background-color: #000;border: 1px solid #fff;}

/*Formular Ende*/

#t_navi {
MARGIN: 0px auto; 
HEIGHT: 34px; 
width:700px; 
padding:0;
display:block;
background:no-repeat url(../_gfx/navi.png);
background-position:bottom center;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html #t_navi {
}

/* remove all the bullets, borders and padding from the default list styling */
#t_navi ul {
padding:0;
margin:0; 
margin-left:60px;
list-style-type:none;
}

#t_navi ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#t_navi li {
float:left;
position:relative;
padding-left: 14px;
padding-right: 14px;
}


#t_navi li.active a, #t_navi li.active a:visited
 {
	color:#b8a382;
}

#t_navi li.inactive a, #t_navi li.inactive a:visited
 {
	color:#fff;
}

#t_navi li.inactive a.drop:hover{
color:#b8a382;
}

#t_navi li.active a.drop:hover{
color:#b8a382;
}



/* style the links for the top level */
#t_navi a, #t_navi a:visited {
display:block;
font-size:16px;
text-decoration:none;  
color:#fff;
height:20px;
font-weight:bold; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #t_navi a, * html #t_navi a:visited {
}
 
/* style the second level background */
#t_navi ul ul a.drop, #t_navi ul ul a.drop:visited {
background:#000;
}
/* style the second level hover */
#t_navi ul ul a.drop:hover{
color:#b8a382;
}
#t_navi ul ul :hover > a.drop {
color:#b8a382;
}

/* style the third level background */
#t_navi ul ul ul a,  #t_navi ul ul ul a:visited {
background:#fff;
}
/* style the third level hover */
#t_navi ul ul ul a:hover {
color:#b8a382;
}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#t_navi ul ul {
/*visibility:hidden;*/
visibility:visible; 
position:absolute;
top:38px;
width:70px;
left:-60px;
}
/* another hack for IE5.5 */
* html #t_navi ul ul {
top:38px;
t\op:38px;
}
 
/* position the third level flyout menu */
#t_navi ul ul ul{
left:225px; 
top:0;
padding-top:0px;
}
/* position the third level flyout menu for a left flyout */
#t_navi ul ul ul.left {
left:-225px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
#t_navi table {position:absolute; top:0; left:0;}
 
/* style the second level links */
#t_navi ul ul a, #t_navi ul ul a:visited {
color:#fff; 
height:14px;  
font-size:10px; 
font-weight:bold; 
text-align:left;
display:block;
width:70px;
}

/* yet another hack for IE5.5 */
* html #t_navi ul ul a{
width:70px;
w\idth:70px;
}
 
 
/* style the top level hover */
#t_navi a:hover, #t_navi ul ul a:hover{
color:#b8a382; 

}

#t_navi :hover > a, #t_navi ul ul :hover > a {
color:#b8a382; 
}
 
/* make the second level visible when hover on first level list OR link */
#t_navi ul li:hover ul,
#t_navi ul a:hover ul{
visibility:visible; 

}
/* keep the third level hidden when you hover on first level list OR link */
#t_navi ul :hover ul ul{
visibility:hidden;
}
 
/* make the third level visible when you hover over second level list OR link */
#t_navi ul :hover ul :hover ul{ 
visibility:visible;
}

.active  {
color:#b8a382;
}




/*NEWS*/

#aktuelles_container {
margin-bottom:0px;
padding: 20px 20px 15px;
}

#aktuelles_container h1 {
font-size: 16px;
font-weight: bold;
text-decoration: none;
padding:0;
margin:0;
margin-bottom: 10px;
}

#aktuelles_container h2 {
font-size: 12px;
font-weight: normal;
text-decoration: none;
padding:0;
margin:0;
}


#aktuelles_container h3 {
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding:0;
margin:0;
margin-bottom: 10px;
}


#aktuelles_container p {
padding:0;
margin:0;
}

#aktuelles_container a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
/*padding-left: 11px;
background: no-repeat url(../img/pfeil_rechts.gif) left 3px;*/
}

 

#newsbild a {
background: none;
}



/* ########## */

#aktuelles_home h1 {
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding:0;
margin:0;
margin-bottom: 0px;
}

#aktuelles_home h2 {
font-size: 12px;
font-weight: normal;
text-decoration: none;
padding:0;
margin:0;
}


#aktuelles_home h3 {
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding:0;
margin:0;
margin-bottom: 10px;
}


#aktuelles_home p {
padding:0;
margin:0;
}

#aktuelles_home a {
font-size: 12px;
font-weight: bold;
text-decoration: none;
/*padding-left: 11px;
background: no-repeat url(../img/pfeil_rechts.gif) left 3px;*/
}

#aktuelles_home {
padding:0;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom:1px solid #fff;
}
