body {
	font-family: arial;
	font-size:12px;
	margin:0;
	background-color:#FFA;
}

#page  { width:801px; background-color:#FFF; margin:auto; }


a {
  color:#002AA6;
  text-decoration: none;
  border-bottom:1px #002AA6 dotted;
}

img { border:0; }

#logo{
    display: block;
    width:   350px;
    height:  105px;
    float:left;
}


#navi {
    float:   left;
    width:   450px;
    height:  105px;
    background-image:url(bilder/navi_linie.gif);
}

#navi ul {
    padding:0;
    margin:0;
    list-style-type: none;
    margin-top: 60px;
}


#navi ul li {
    float:left;
    margin-left: 5px;
}

#navi ul li a {
    padding-left:15px;
    background:url(bilder/liste.gif) no-repeat top left;
    text-decoration: none;
    color: #CC0000;
	font-weight: bold;
    border:0;
}

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

#aktiv { /* aktiver link in der navigation */
    text-decoration: underline;
}

#rahmen {
    clear:both;
    width:755px; /* seitenbreite 800px minus margin-left */
    border-left: 18px solid rgb(0,42,166);
    margin-left:26px;
	background-color: #CCCCFF;
}

#inhalt {
    width:600px; 
    margin-left:50px;
}


#photo {
    height:341px;
    width:105px;
   	float:left;
    background-color: #CCCCFF;
}

#rechte_spalte {
     padding-top:20px;
	   width: 495px;
	   float: left;
}

p {
    margin:0;
    line-height: 18px;
    width:400px;
}

.liste {
    position:relative;
    list-style-type: none;
    margin:0;
    padding:0;
    margin-left:30px;
    line-height: 18px;
    width:400px;
}

.liste li {
    margin-top:10px;
    
}

.listenpunkt {
    position:absolute;
    left:-10px;
    color: #FF0000;
}


h1 {
    clear:both;
    color:#002AA6;
    font-weight: bold;
    font-size: 14px;;
}

h2 {
    color:#002AA6;
    font-weight: bold;
    font-size: 12px;;
}


#footer {
    clear:both;
    width:800px;
    height:36px;
    background-image: url(bilder/footer.gif);
}


#email {
    float:left;
    text-decoration: none;
    color:#FFF;
    padding-left:35px;
    padding-top: 5px; 
}

#email:hover {
    text-decoration: underline;
}

#footer ul {
    float:right;
    list-style: none;
    padding:0;
    margin:0;
    padding-right:110px;
    padding-top: 20px;
}


#footer ul li {
    margin-left: 10px;
    float:left;
}

#footer ul li a {
    color: #CC0000;
	font-weight: bold;
    float:left;
    text-decoration: none;
    border:0;
}

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

