.body {
        background-image: url(images/bg.gif);
        background-repeat: repeat;
}


.header{
        background: url(images/header.jpg);
        height: 150px;
        width: 696px;

}

.navtable{
	     height: 150px;
        width: 696px;
}

A:active {
color : #186c90; 
text-decoration : none; 
} 
a:link {
color : #186c90; 
text-decoration : underline; 
} 
a:visited {
color : #186c90; 
text-decoration : none; 
} 
a:hover {
color : #186c90; 
text-decoration : none; 
} 
a:active {
color : #186c90; 
text-decoration : none; 
} 
.navigation a:link {
color : #ffffff; 
text-decoration : none; 
font-size : 10px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
.navigation a:visited {
color : #ffffff; 
text-decoration : none; 
font-size : 10px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
.navigation a:hover {
color : #ffffff; 
text-decoration : none; 
font-size : 10px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
.navigation a:hover {
color : #ffffff; 
text-decoration : none; 
font-size : 10px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
background-color : #000000; 
} 

.content{
        background: url(images/content_bg.gif) repeat;
        height: 150px;
        width: 696px;


}

.footer{
        background: url(images/footer.jpg);
   height: 33px;
        width: 696px;
}
.inhalt {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        vertical-align: top;
        text-align: left;


}

h1 {

        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #008000;
}


