#nav
{ 	
	display: none;
}

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

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

#logo  
{ 
	display: none;
}

#copy  
{ 
	display: none;
}

#counter 
{ 
	display: none;
}

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

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

.betont_kap_fett
{
	font-size: 11pt; 
	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;
}