body  
{
    background-color: #000000;
    text-align: center; 
    margin: 0;
    padding: 0;
    background-image: url(/fileadmin/pics/bg2.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    font-family: Georgia, Verdana;
    font-size: 14px;
}
            
#box 
{
    background-image: url(/fileadmin/pics/content.png);
    background-repeat: no-repeat;
    height: 879px;
    width: 996px;   
    background-position: top center;
    text-align: left;
  margin: 0 auto;
  padding: 0px;
}    
            
#container 
{
    background-image: url(/fileadmin/pics/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
            
#subnav 
{
    width: 550px;
    border-bottom: 2px solid #5f5d5a;
    height: 26px;
    position: relative;
    top: 120px;
    left: 200px;
}
            
#subnav a 
{
    color:    #000000;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    font-variant: small-caps;
    padding-right: 25px;
    font-size: 18px;
}
            
#subnav a:hover 
{
    text-decoration: underline;
}
            
#nav 
{
    width: 137px;
    height: 166px;   
    position: absolute;
    top: 150px;
}
            
#logo 
{
    position: absolute;
    text-align: center;
    width: 996px;   
    top: 25px;
                
}
            
            
#content 
{
    position: relative;   
    top: 130px;
    left: 200px;
    width: 550px;
    height: 650px;
    overflow: auto;
    text-align: justify;
    font-family: Verdana;
    padding-right: 20px;
  line-height: 1.4em
}
            
            
#copyright 
{
    position: absolute;
    font-size: 10px;
    top: 845px;
    width: 550px;
    color: #ffffff;
    font-family: Tahoma, Verdana;
    padding-left: 60px;
}
            
#copyright a 
{
    color: #ffffff;
    font-family: Tahoma, Verdana;
}
            
            
#teaser 
{
    height: 270px;
    width: 155px;
    position:absolute;
    margin-left: 800px;
    top: 140px;
    font-size: 12px;
    font-family: Verdana;
    overflow: auto;
    padding-right: 15px;
}

#teaser h1 {
    font-family: Georgia, Verdana;
    font-size: 17px;
    margin-bottom: 30px;
    font-style: italic;
}

#teaser .csc-header {
 padding-left: 15px; 
  display: block;
  height: 30px;
  
}

.bodytext {
  font-size: 13px;
}

.csc-header-n1, .csc-header, h1{
  display: inline;
  font-size: 20px; 
  font-weight: normal;
  position: relative;
}


