*{
    font-size:14px;
}

h1 {font-size:13px;text-decoration:underline;}
h2 {font-weight:normal;font-size:12px;}
html{
    font-family:arial, sans-serif; font-size:12px;
}

#container{
    margin:auto;
    width:880px;
    height:100%;
}
#header{
    background:url('../images/head.jpg') no-repeat;
    height:250px;
}
#links{
    float:left;
    width:320px;
    padding-bottom:10px;
    padding-left:70px;
height:70%;}
#content{
     float:left;
     width:420px;
     font-size:13px;
     padding-left:50px;
    line-height:1.5;}
#pic{margin:2px 0px 15px 0px;
     height:220px;
     width:315px;
     }
ul li{margin-left:15px;}

 a:link, a:visited, a:hover, a:active {
    color:#666666;
 }
 
 a.ext {background:url('../images/pfeil.jpg') no-repeat;padding-right:19px;background-position:right;}
 
 #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
    text-decoration:none;
    color:#666666;}
 
#nav{width:400px;}
#nav ul li { list-style-type:none;margin-left:0;}
#nav ul li a {
    display:block;
    background:url('../images/button.jpg') no-repeat;
    height:24px;
    
    padding-left:15px;
    padding-top:3px;
    font-size:14px;
    font-weight:bold;
 }

 #nav a:hover {
    color:white;
}
.hide{display:none;}
.rahmen {border:1px solid silver}