body {		
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}
.red { color: #E80E0E; }
.verweise {
 text-align: left;
 position: relative;
 left: 10px; 
 color: #000000;
 font-size: 10pt;
 font-weight: bold;	 
}
.unter_verweise {
 text-align: left;
 position: relative;
 left: 17px; 
 color: #000000;
 font-size: 10pt;
 font-weight: bold;	 
}
a:link {
	text-decoration: underline;
	color: #333333;
	font-size: 10pt;	
	font-weight: 600;
}
a:visited {
	text-decoration: underline;
	color: #333333;
	font-size: 10pt;	
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
	color: #EC1F35;
	font-size: 10pt;
	font-weight: 600;	
}
/* Links links: */
.verweise a {
 text-decoration: none;
 color: #E80E0E;
 font-size: 11pt;
 font-weight: bold;
}
.verweise a:visited {
	text-decoration: none;
	color: #E80E0E;
	font-size: 11pt;
	font-weight: bold;
}
.verweise a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	background-color: #E80E0E;
}
.unter_verweise a {
 text-decoration: none;
 color: #E80E0E;
 font-size: 11pt;
 font-weight: bold;
}
.unter_verweise a:visited {
	text-decoration: none;
	color: #E80E0E;
	font-size: 11pt;
	font-weight: bold;
}
.unter_verweise a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	background-color: #E80E0E;
}
/* Text-Links: */
p a:link {
	text-decoration: underline;
	color: #FF0000;	
	font-weight: 100;
	font-size: x-small;
}
p a:visited {
	text-decoration: underline;
	color: #FF0000;
	font-weight: 100;
	font-size: x-small;
}
p a:hover {
	text-decoration: underline;
	color: #FF0000;	
	font-weight: 100;
	font-size: x-small;
}
.inhalt p a:link {
	text-decoration: underline;
	color: #FF0000;	
	font-weight: normal;
	font-size: medium;
}
.inhalt p a:visited {
	text-decoration: underline;
	color: #FF0000;
	font-weight: normal;
	font-size: medium;
}
.inhalt p a:hover {
	text-decoration: underline;
	color: #FF0000;	
	font-weight: normal;
	font-size: medium;
}