body
{
  font-family:verdana, helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size:90%;
}

h1, h2, h3
{
  font-size: 128%;
  font-weight: bold;
  color: #ce0000;
}

h2
{
  font-size: 118%;
}

h3
{
  font-size: 108%;
}

a
{
  color: #ce0000;
  text-decoration:none;
  font-weight: bold;
}

#kopf
{ 
  position:relative;
  top: 0px;
  left:60px;
  width:980px;
  height:150px;
}

#inhalt
{
  position:relative;  
  margin-left:210px;
  width:688px;
  line-height: 145%;
  color:#333333;
}

#werbung
{
  position:absolute; 
  left:920px;
  top:150px;
  width:160px;
}

#sprachkatalog
{
  margin-bottom:20px; 
  width:160px; 
  height:60px; 
  background-image: url(sprachkatalog.gif);
}

#sprachkatalog div
{
  margin-left:51px; 
  padding-top:8px; 
  color:white; 
  font-size:8pt; 
  font-weight:bold;
}

.kasten_oben
{
  width:160px;
  height:10px; 
  background-image: url(kasten_oben.gif);
}

.kasten_mitte
{
  width:160px; 
  background-image: url(kasten_mitte.gif);  
}

.kasten_mitte div
{
  width:140px;
  margin-left:10px;
}

.kasten_unten{
  width:160px;
  height:10px;
  margin-bottom:20px;
  background-image: url(kasten_unten.gif); 
}

#topnav
{
  position:relative;
  left:210px;
  height:50px;
  width:688px; 
}

#topnav ul
{
  list-style-type:none;
  margin:0;
  padding:0;
  float:left;
}

#topnav ul li
{
  display:inline;
}

#topnav a {
    background: url('button_ende_gelb.gif') no-repeat top right;
    color: #CE0000;
    text-decoration: none;
    display: block;
    float: left;
    height: 24px;
    margin-right: 20px;
    padding-right: 10px; 
    font-weight:bold; 
    font-size:12px; 
}

#topnav a span {
    background: url('button_start_gelb.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding-left:10px; padding-right:0; padding-top:5px; padding-bottom:5px
}

#topnav ul li:hover a {
    background: url('button_ende_rot.gif') no-repeat top right;
    color: #ffcc33;
}

#topnav ul li:hover a span {
    background: url('button_start_rot.gif') no-repeat;
}

#topnav ul li.selected a {
    background: url('button_ende_rot.gif') no-repeat top right;
    color: #ffcc33;
}

#topnav ul li.selected a span {
    background: url('button_start_rot.gif') no-repeat;
}

#navigation
{
  float: right;
  position:absolute;
  top: 260px;
  left: 0;
  height: 300px;
  width: 200px; 
}

#navigation ul
{
  margin: 0;
  padding:10px;
  list-style-type:none;
}

#navigation ul li
{
  padding-bottom:2px;
  text-align:right;
  font-weight:bold;
  color: #9c0000;
}


#navigation a
{
  font-size: 90%;
  text-decoration: none;
}

#navigation ul li:hover a
{
  text-decoration: underline;
}

#navigation ul li.selected a
{
  text-decoration: underline;
}

#fuss
{
  position:relative;
  width:688px;
  padding-top:9px;
  margin: 0px auto;
  margin-top:30px;
  font-size:80%;
  color:#ce0000;
}


#fuss a
{
  text-decoration:underline;
}