body, p, h1, h2, h3, h4, h5, h6, blockquote, a, div, span, strong, em, td, th, tr, address {
	font-family: "Trebuchet MS",  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-stretch: normal;
	text-decoration: none;
	font-size:100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}

body {
	scrollbar-face-color: #ADADAD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color:#666666 ;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #9FCAD2;
	scrollbar-darkshadow-color: #ababab;
	background: #ffffff;
}


/*
#####################################################################
Überschriften
#####################################################################
*/

h1 {
  font-size: 16px;
  font-weight: bold;
}

h2  {
  font-size: 15px;
  font-weight: bold;
}

h3  {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 13px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}
/*
#####################################################################
Ende Überschriften
#####################################################################
*/


/*#####################################################################
Text-Links
#####################################################################*/
.normtext {
  font-size: 0.8em;
}

a.textlink:link {
  font-weight: bold;
  font-size: 0.8em;
}

a.textlink:visited {
  font-weight: bold;
  font-size: 0.8em;
}

a.textlink:hover {
  color: #666666;
  font-weight: bold;
  font-size: 0.8em;
}

a.textlink:active {
  color: #666666;
  font-weight: bold;
  font-size: 0.8em;
}
/* 
########################################################################
Ende Text Links
########################################################################
*/

.footer   { 
	padding-top: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	width: 100%;
	height: 20px;
}
.content   { 
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.contenttext   { 
	font-size: 12px;
}
.content2   { 
	font-size: 12px;
}

.pressebox   { 
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
