html, body {
    background: #000;
    margin: 0;
    padding: 0.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
	/*background:#000 url(../grafik/balk_ob.gif)  repeat-x;*/
}
#site {
    float: left;
    width: 99%;
    margin: 0;
    padding: 0;
    border: 0px solid #cc3300;
	background:#000 url(../grafik/balk_ob.gif)  repeat-x;
}
#head {
    float: left;    
    /*background: #333;*/
    width: 100%;
    margin: 0;
    /*padding: 3px 0px 2px 0px;*/
	padding: 0;
    border: 0px solid #ff9900;
}
#head img {
	border: 0;
}
/*#head_theme {
    float: left;
    margin: 0;
    padding: 0.2em;
    color: #fff;
	font-size: 11px;
    border: 0px solid #fff;
}*/
/*#head_hilfe {*/
	/*background: #333;
	margin-left: 12em;
	background:#333333 url(../grafik/balk_ob.gif);
    background-repeat: repeat-x;*/
	/*background:#000 url(../grafik/balk_ob.gif)  repeat-x;
	margin: 0;
    padding: 0;
    border: 1px solid #ff9900;
}
#head_hilfe img {
	border: 0;
}*/
#content_main {
    float: left;
    width: 400px;
    margin: 0;
    padding: 12px 0 12px 0;
    border: 0px solid #ff9900;
}

#wahl {/* auswahl in index.php*/
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 22px;
    border: 0px solid #ff9900;
}
#wahl img {
	border: 0;
}
h1 {
	font-size: 1.2em;
    font-weight: 700;
	width: 100%;
}

form {
	
	margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 11px;
}
.formbu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ccc;
        border: 2px outset #dddddd;
	font-weight: 400;
	color: #000;
}
.select {
	background-color:#dddddd;
        width:8.4em;/*100px*/
        border:1px solid #dddddd;
        font-size: 12px;
        color: #000;
}
#foot {
    float: left;
    background: #333;
    width: 100%;
    margin-top: 1em;
    padding: 0.2em;
    border: 0px solid #ff9900;
}
a.lang {/* grau zu weiss */color: #999999; font-size: 11px; text-decoration: none;}/*666*/

a.lang:hover {color: #fff;}

a.link_line {/*start*/color: #ffffff; font-size: 12px; font-weight: 400; text-decoration: underline;}

a.link_line:hover {color: #767676;}

a.link_none {/*start*/color: #ffffff; font-size: 12px; font-weight: 400; text-decoration: none;}

a.link_none:hover {color: #767676;}

aa.link_nav_hi{/*quicklinks in popup hilfe*/color: #00cc99; text-decoration: none;}
a.link_nav_hi:hover {color: #fff; }

a.link_nav_in{/*quicklinks in popup info*/color: #009900; text-decoration: none;}
a.link_nav_in:hover {color: #fff; }

a.link_nav_te{/*quicklinks in popup texte*/color: #00FFFF; text-decoration: none;}
a.link_nav_te:hover {color: #fff; }

a.link_nav_me{/*quicklinks in popup meing*/color: #cc0099; text-decoration: none;}
a.link_nav_me:hover {color: #fff; }

a.link_nav_empf{/*quicklinks in popup empfehlg*/color: #FFCC00; text-decoration: none;}
a.link_nav_empf:hover {color: #fff; }

a.weiter_white {/*start*/color: #ffffff; font-size: 12px; font-weight: 400; text-decoration: underline;}

a.weiter_white:hover {color: #333;}

/**** RollOver fuer index.php = Auswahlseite am anfang (Info) */
a.screen, a.screen:visited {
font-size: 11px;/*neu*/
color: #fff;
text-decoration: none;/*neu*/
position:relative; 
z-index:1;
}
a.screen span {
position:absolute;
visibility:hidden; /* hide the image */
/*width: 20em;*/
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:4em; /* position:the image */
top:-2em;
padding: 0.2em;
text-decoration: none;
color: #fff;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
color: #767676;
}
a.screen:hover span {
visibility:visible; /* make the image visible */
height:2em; /* now give it a height 150px*/
cursor:pointer; /* for IE */
z-index:500; 
color: #000; 
background: #ffffcc;
}

#debug {
    float: left;
    width: 100%;
    margin-top: 80px;
    padding: 0;
    color: #767676;
    border: 0px solid #ff9900;
}
