#banner {
height:100px;
background-repeat:no-repeat;
margin:0px auto;
width:760px;
align:center;
}

body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#000000;
 text-align:center;
 
 /*#background-image:url(vintage_gold.jpg);
 #background-repeat:repeat;               */


}
input{
margin:5px;
background-color:#D8D8D8;
border:1px dashed red;
}

select{
margin:5px;
background-color:#D8D8D8;
border:1px dashed red;
color:#990000;
}
table{

align:center;
text-align:left;
border-spacing:10px
}

th{
color:#990000;
font-size:13px;
}
td{
color:#E0E0E0;
font-size:13px;
}


h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:12px;color:#990000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:#CC0000;
  font-size:13px;
}
a:active, a:hover
{   
  color:#990000;
}
/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#000000;
  text-decoration:none;
  margin:auto;
 
}
a.menu:active, a.menu:hover
{ 
  color:#CC0000;
  text-decoration:none;
}

#links {
    width: 30%;
    float: left;
}
#mitte {
    width: 69%;
    float:left;
}
#menu {
width:760px;
height:20px;
color:#000000;
background-color:#E0E0E0;
text-align:center;
padding:10px 0px 2px;
margin:auto;

}
/* Der Inhalt */
#content {

background-color:#000000;
color:#E0E0E0;
width:760px;
margin:auto;
text-align:left;
bottom:0px;
min-height:550px;
line-height:150%;
}

#box_content {

background-color:#000000;
color:#E0E0E0;
width:760px;
text-align:left;
margin-top:20px;
}

#box_title {
text-align:center;
color:#c41313;
font-weight:bold;
font-size:15px;
margin-bottom:10px;
margin-top:15px;
padding-top:5px;
padding-bottom:5px;
}

