@charset "utf-8";
/* CSS Document */

html, body {
height: 100%; /* wichtig */
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;

color:black;
background-color:#CCCCCC;
text-align:center;
margin:0;
/*background:url(../img/graybg_1.gif);*/
background:url(../img/bg_flames.jpg);
}
a:link 		{color:#000000; text-decoration:underline; }
a:visited 	{color:#000000; text-decoration:underline; }
a:hover 	{color:#000000; text-decoration:none; }



#box_100height{
position: relative;
width:999px;
margin:0 auto;
text-align:left;
min-height: 100%;
height:auto !important; /* moderne Browser */
height:100%; /* IE */
background-image:url(../img/bg_main.jpg);
background-repeat: repeat-y;
border-left:1px #000000 solid;
border-right:1px #000000 solid;
}

#box_bg_oben {background:url(../img/bg_oben.jpg); width:999px; height:171px; margin:0;}

#box_bg_headlines {background:url(../img/bg_headlines.jpg); width:999px; height:101px; margin:0;}


#box_text_headlines {padding-left:80px; padding-right:80px; }
#box_text_main {padding-left:130px; padding-right:80px; }

.clr		{clear:left;}
.form_feld	{float:left; width:100px; font-size:12px; }
.form_feld1 {float:left; }
.form_feld1 input, .form_feld1 textarea {border:1px #999999 solid; padding:2px; width:250px; font-family:tahoma; font-size:11px;}
.form_submit {
font-family: Tahoma, sans-serif; 
border: 1px solid #747474; 
font-size: 12px; 
padding-right: 10px; 
padding-left: 10px;
padding-bottom:2px;
width:80px;
height:20px;
background:url(../img/formsubmit.gif);
}

.news_kasten {border:1px #000000 solid; padding:5px; background-color:#d0d0d0; background:url(../img/bg_road.jpg); width:740px;}

.news_kasten_comment { padding:5px; background-color: #FFFFCC; width:740px; font-size:11px;}

.zeig_bilder_kasten 	{padding:3px; border:1px #000000 solid; float:left; background:url(../img/greygb_2.gif); width:205px; }

.form_nosee_l { float:left; font-weight:bold; width:100px; display:none; }
.form_nosee_r { padding-left:5px; display:none;}
