body{/*Grunddesign Definierung*/
		margin-top:0px;
		margin-bottom:0px;
		margin-left:5px;
		margin-right:5px; 
		background-color:#FFE1BD;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;
		}

hr{
		height: 1px;
		border:0pt none;
		width: 90%;
		color: #8B4513;
		background-color: #8B4513;
		}

.smalltext{/*kleiner Text*/
		font-weight:bold;
		font-size: 11px;
		}

.last_post_time{/*kleiner Text*/
		font-size: 11px;
		}


table{/*allgemeine Tabellen definition*/
		font-size: 11px;
		}

.owntable{
		border:1px solid #8B4513;
		border-collapse:collapse;
		}

.menue_header{/*Haupttabelle Überschrift*/
		font-weight:bold;
		font-size: 13px;
		color:#8B4513;
		border:1pt solid #8B4513;
		padding: 1px 1px;
		background-color:#D2B48C;
		display:block;
		letter-spacing:2px;
		}

.menue_title{/*Haupttabelle Überschrift*/
		font-weight:bold;
		font-size: 10px;
		color:#000000;
		border:1pt solid #8B4513;
		border-top:none;
		background-color:#FFF8DC;
		padding:3px;
		display:block;
		text-align:center;
		}

.content_table{
		background-color:#FFF8DC;
		border:1pt solid #8B4513;
		padding:3;
		}

h3{/*Große Überschrift*/
		font-size: 14px;
		color: #8B4513;
		display: inline;
		font-weight:bold;
		}

h2{/*Große Überschrift*/
		font-size: 18px;
		color: #8B4513;
		}

h1{/*Große Überschrift*/
		font-size: 20px;
		color: #8B4513;
		letter-spacing:4px;
		}

a.h1:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h1:hoover{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h1:active{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h1:visited{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h2:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h2:hoover{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h2:active{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h2:visited{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h3:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h3:hoover{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h3:active{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}

a.h3:visited{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color: #8B4513;
		text-decoration:none;
		}
		
a:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color:black;
		text-decoration:none;

		}
		
a:active{ /*für gerade angeklickte Verweise*/
		font-weight: bold;
		color:black;
		text-decoration:none;

		}
		
a:visited{ /*für Verweise zu bereits besuchten Seiten*/
		font-weight: bold;
		color:black;
		text-decoration:none;

		}
		
a:hover{ /*für Verweise, während der Anwender mit der Maus darüber fährt*/
		font-weight: bold;
		color:#8B4513;
		text-decoration:none;
		}

.b:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;color:black;text-decoration:none;font-size: 10px; 
		}
.b:active{ /*für gerade angeklickte Verweise*/
		font-weight: bold;color:black;text-decoration:none;font-size: 10px;  
		}
.b:visited{ /*für Verweise zu bereits besuchten Seiten*/
		font-weight: bold;color:black;text-decoration:none;font-size: 10px;
		}
.b:hover{ /*für Verweise, während der Anwender mit der Maus darüber fährt*/
		font-weight: bold;color:#8B4513;text-decoration:none;font-size: 10px;
		}