#nav
{ 	
	position: absolute;  
	/* beschreibbarer Bereich */ 
	top: 210px;
	left: -180px;
	width: 180px;
	height: 350px;
	color: black;
	padding: 8px;
	margin: 0px;
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
	font-family: 'Times New Roman', Times, Palatino, serif;
	text-decoration: none;
	background: url("grafiken/menu.jpg"); 
	background-repeat: repeat-y;
}

#nav a, #nav a:visited
{ 	
	display: block;/* The element will be displayed as a block-level element, with a line break before and after the element */
	position: relative;
	left: -3px;
	width: 175px;
	height: 50px;
	padding: 0px; 
	margin: 0px;
}

#nav a:hover
{ 	
	background: url("grafiken/menupunkt_over.gif"); 
	background-repeat: no-repeat;
	background-position:153px 8px;
}

body
{	
	position: absolute; 
 	left: 182px;
	top: -20px;
 	width: 782px;
	padding: 30px;
	margin: 0px;
	font-weight: normal; 
	font-size: 11pt;
  font-family: 'Times New Roman', Times, Palatino, serif;
  color: black;
	background: url("grafiken/hintergrund.jpg"); 
	background-repeat: repeat;
}   

body a, body a:visited
{ 	
	color: #495778;
	text-decoration: none;
	font-weight: normal;
}

body a:hover 
{ 	
	text-decoration: underline;
	font-weight: normal;
}

#logo  
{ 
	position: absolute; 
	top: 30px; 
	left: -165px; 
	width: 150px;
	height: 169px;
}

#copy  
{ 
	position: absolute; 
	bottom: 5px; 
	left: 3px; 
	height: 10px;
}

#counter 
{ 
	position: absolute; 
	bottom: 30px; 
	left: 0px; 
	width: 174px;
	height: 14px;
}

#blaettern
{ 
	color: #FFFF00;
	position: absolute; 
	top: 1040px; 
	left: 32px; 
	width: 750px;
	height: 30px;
}

.betont
{
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	text-decoration: none;
	color: #87303B;
}

.betont_kap
{
	font-size: 12pt; 
	font-weight: normal; 
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #87303B;
}

.betont_kap_fett
{
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #87303B;
}

.kap
{
	font-variant: small-caps;
}

#tab_oben
{
	border-top-color:#87303B; 
	border-top-width:1px; 
	border-top-style:solid;
}

#tab_oben_rechts
{
	border-top-color:#87303B; 
	border-top-width:1px; 
	border-top-style:solid;
	border-right-color:#87303B; 
	border-right-width:1px; 
	border-right-style:solid;
}

#tab_rechts
{
	border-right-color:#87303B; 
	border-right-width:1px; 
	border-right-style:solid;
}

#tab_titel
{
	background-color:#F5DF4F;
}

#tab_titel_rechts
{
	background-color:#F5DF4F;
	border-right-color:#87303B; 
	border-right-width:1px; 
	border-right-style:solid;
}