/**
	ALLGEMEINE STYLEDEFINITIONEN								
*/
body {
	border: 0;
	margin: 25px 0 0 0;
	padding: 0;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	color: #4F4F4F; 
	text-align: center;
	
}
h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4F4F4F;
	background-color: #FFF;
}
h2 {
	margin: 15px 0 15px 0;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #c02d2d;
	background-color: #FFF;
	border-bottom: 1px dotted #616161;
}

h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F4F4F;
	background-color: #FFF;
}
h4 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
strong {
	font-size: 11px;
	font-weight: bold;
}
.highlight {
	color: #C02D2D;
	font-size: 11px;
	font-weight: bold;
}

/**
	ALLGEMEINE STYLEDEFINITIONEN LINKS
*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4F4F4F;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	color: #4F4F4F;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	color: #4F4F4F;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #4F4F4F;
}

/**
	ALLGEMEINE STYLEDEFINITIONEN TOP / CONTENT / FOOTER 					
*/
#contentwrapper {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 865px;
  text-align: left;
}
#maincontent {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	width: 865px;
	background: White url(../images/mainbg.gif) repeat-y;
	float: left;
}
#header {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/yellowline.gif) top left no-repeat;
	width: 865px;
	float: left;
}
#left {
	margin: 10px 0 0 10px;
	padding: 0;
	border: 0;
	width: 260px;
	voice-family: "\"}\""; 
	voice-family:inherit;
 	width: 250px;
	float: left;
}
#middle {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	width: 290px;
	voice-family: "\"}\""; 
	voice-family:inherit;
 	width: 290px;
	float: left;
}
#right {
	margin: 10px 0 0 10px;
	padding: 0;
	width: 290px;
	voice-family: "\"}\""; 
	voice-family:inherit;
 	width: 280px;
	float: left;
}
#footer {
	padding: 10px 0 10px 0;
	margin: 0;
	border: 0;
	background: url(../images/footerbg.gif) bottom left no-repeat;
	width: 865px;
	float: left;
}
#copyright {
	margin: 0;
	padding: 0 15px 20px 10px;
}
.left {
	float: left;
	text-align:left;
}
.right {
	float: right;
	text-align:right;
}
.center {
	text-align: center;
}
.spacer {
	margin: 0 0 20px 0;
	clear: both;
}

.highlightblock {
	border: 1px solid black;
	background-color: #C02D2D;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;	
	width: 200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
 	width: 200px;
	text-align: center;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}