﻿body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    word-spacing: 1px;
    background-color: #FFFFFF;
}

p, a, td, h1, h2
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #4a4949;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    word-spacing: 1px;
}

p, h1, h2
{     padding-bottom:10px;

}

a{text-decoration:none;
color:#5b9fd1}

h1
{
    font-size:13px;
    font-weight:bold;
   
}

h2{
    font-size: 13px;
    font-variant: small-caps;
    text-decoration:none;
    color:#5b9fd1;
    font-weight:normal;
}

ul
{
    padding: 0px 0px 0px 20px;
    margin:0px;
}

li
{
    list-style-type: square;
    list-style-position: outside;
    padding-bottom: 10px;
}


/*Tabellen*/
td
{
    vertical-align: top;
    padding-right:5px;
}

#Alles
{
    position: absolute;
    width: 900px;
    left:60px;
    height: 100%;
    background-color: #f0efec;
    z-index: 0;
    height: 100%;
}
 
 
 #BalkenLinks
 {position:absolute;
width:60px;
    height: 100%;
background-color:white;
z-index:1;
 
 }
 
  #BalkenLinks img
  {padding-top:10px;
  
  }



/*Inhalt */
#Inhalt
{
    position: absolute;
    padding: 0px;
    width: 520px;
    top: 155px;
    left: 140px;
    z-index: 1;
    overflow:auto;
    padding-right:240px;
}

#News
{
    position: absolute;
    padding: 0px;
    width: 180px;
    top: 0px;
    left: 560px;
    z-index: 1;
}

.NewsInhalt
{
    border: 1px solid #cac9c9;
    padding: 8px;
    width: 160px;
    background-color: White;
    margin-bottom:20px;
    overflow:hidden;
}



#Hirn{
    position: absolute;
    padding: 0px;
    width: auto;
    top: 10px;
    left: 800px;
    z-index: 1;
    background-color:Transparent;
}


/*Kopf und Navigator oben */
#Kopf
{
    position: absolute;
    width: 900px;
    height: 125px;
    top: 0px;
    left: 0px;
    z-index:1;
    background-color:White;
}

#Admin
{
    position: absolute;
    width: 245px;
    height: 100px;
    top: 0px;
    left: 0px;
    z-index:1;

}

#BilderKopf{
    position: absolute;
    width: 245px;
    height: 100px;
    top: 0px;
    left: 470px;
    z-index:1;
}

#BilderKopf *
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

#Logo{
    position: absolute;
    left: 0px;
    top: 25px;
    z-index:0;
}


