a {
 font-weight: bold;
 color: black;
}

a:hover {
 text-decoration: none;
} 

body {
 margin: 0px;
 background: #7CAC8A;
}

td {
 vertical-align: top;
}

.seite {
 width: 722px;
 height: 100%;
 background: url("grafiken/linien.gif") repeat-y;
}

.seiteninhalt {
 width: 720px;
}

.nav {
 height: 160px;
}

.info {
 padding-top: 30px;
 padding-left: 10px;
 font-family: "Trebuchet MS", "Arial", "sans-serif";
 font-size: 8pt;
 color: black;
} 

.textteil {
 padding-top: 20px;
 padding-left: 30px;
 padding-right: 30px;
 font-family: "Trebuchet MS", "Arial", "sans-serif";
 font-size: 10pt;
 color: black;
}

.bild {
 width: 175px;
 height: 175px;
 cursor: hand;
}
		
.bild-td {
 padding-right: 4px;
 padding-bottom: 4px;
}

.v-bild {
 width: 175px;
 height: 175px;
}			

