/* CSS Document */
/* blau #4e70ac 
orange #FF9900
zartes grau #f8f8f8 */
body
{
background: #F9F9F7 url(../images/hg.gif) repeat-x;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:0.8em;
 text-align:center;
}

h1 {font-size:1.4em;color:#999999;margin-bottom:1.6em;}
h2 {font-size:1.4em;color:#FFFFFF;margin-top:40px; position:relative;}
h3 {font-size:0.9em;color:#000000;margin-top:1.6em; position:relative;background-color:#CCCCCC;}
p {margin-top:0px; text-align:justify;}

/*
a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#4e70ac;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}
a.menu:link, a.menu:visited
{
  color:#ff9200;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}*/

/* Das Menü */
#menu { 
visibility:hidden;
padding-top:150px;
font-size:1.0em;
font-weight: normal;
height:1.2em;
margin-top:0px;
  }
#menu #current {
  background:url(../images/hover.png) repeat-x bottom;
  padding-left: 12px;
  padding-right: 12px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  }
#menu #last a { margin-right: 0; }

#menu a {
background:url(../images/hg_menu.gif) repeat-x bottom;
  float: left;
  color: #666666;
  padding-top: 4px;
  height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  }
#menu a:hover {
  background: url(../images/hover.png) repeat-x bottom;
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  }
a .t_geklickt {
  background: url(../images/hover.png) repeat-x bottom;
  }
#menu li { display: inline; margin: 0; text-align: center; }
#menu ul { list-style: none; margin: 0; padding: 0; text-transform: uppercase; }


/* Der Inhalt */
#content {
/*border:1px solid #999999;
border-top:4px solid #FF9900;*/
background-color:#FFFFFF;
padding:28px 8px 8px 8px;
color:#666666;
}
/* Footer */
#footer a {
background:url(../images/hg_menu.gif) repeat-x bottom;
  float: left;
  color: #666666;
  padding-top: 4px;
  height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  }
#footer a:hover {
  background: url(../images/hover.png) repeat-x bottom;
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  }
#footer li { visibility:hidden;display: inline; margin: 0; text-align: center; }
#footer ul { visibility:hidden;list-style: none; margin: 0; padding: 0; text-transform: uppercase; }

.klein{
font-size:0.8em;
}
.link, .link:active{
color:#4e70ac;
font-weight:bold;
text-decoration:underline;
/*background-color:#f8f8f8;*/
}
.link:hover{
color:#FF9900;
text-decoration:underline;
}

.kontakt table{
border:none;
}
.kontakt td{
border:none;
}
.kontakt textarea{
width:80%;
height:90px;
}
.box input{
text-align:left;
width:10%;
margin:0px;
}

.button{
width:100px;
background:url(../images/hg_menu.gif) repeat-x bottom;
height:22px;
}
.button:hover {
  background: url(../images/hover.png) repeat-x bottom;
  }
  .warnung{
  color:#FF0000;
  font-weight:bold;
  }
