@charset "ISO-8859-1";

#platz { 
width:780px;
height:100px;
margin:auto;
text-align:right;
vertical-align:bottom;
}

#raum { 
height:70px;
}

#aussen {
width:780px;
height:565px;
margin:auto;
text-align:left;
border-right: 1px #D1D1D1 solid;
border-left: 1px #D1D1D1 solid;
border-top: 1px #D1D1D1 solid;
border-bottom: 1px #D1D1D1 solid;
}


#banner {
width:100%;
height:175px;
float:left;
background-color:#1A1A1A;
text-align:right;
}

#seitenstreifen {
width:28.2%;
height:355px;
float:left;
}

#links {
width:20.5%;
height:365px;
float:left;
background-color:#454545;
}

#rechts {
width:79.5%;
height:365px;
float:left;
background-color:#0E0E0E;
overflow:hidden;
margin: 0px 0px 0px 0px;
}

#bottom-links {
width:20.5%;
height:25px;
float:left;
background-color:#1A1A1A;
}

#bottom-rechts {
width:79.5%;
height:25px;
float:left;
background-color:#000000;
margin:0px 0px 0px 0px;
}

#main {
width:71.8%;
height:365px;
float:left;
background:#454545;
}

#hallo {
height:20px;
margin:0px 10px 0px 10px;
}

#inhalt {
height:95%;
overflow:auto;
margin:0px 10px 0px 10px;
}


#weiter {
width:71.8%;
height:25px;
float:left;
text-align:right;
background:#1A1A1A;
}

#bottom-menu {
width:28.2%;
height:25px;
float:left;
}

.buttons {
font-size:14px; 
border:2px #323232;
background-color:#F2F2F2;
color:#323232; }


tr, p, div {
  font-family:Trebuchet MS, sans-serif;
  font-size:11px;
  color:#F7F7F7;
}

h1 {
  font-family:Trebuchet MS, sans-serif;
  font-size:25px;
  color:#E5E4E4;
  display:inline;
}

h2 {
  font-family:Trebuchet MS, sans-serif;
  font-size:16px;
  color:#ffffff;
  display:inline;
}

a:link {color:#DFDFDF; text-decoration:none}
a:visited {color:#DFDFDF; text-decoration:none}
a:active {color:#EF0031; text-decoration:none}
a:hover {color:#EF0031; text-decoration:underline}