html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #FFFFFF;
	behavior: url(scripts/csshover.htc); /* WinIE bis 7 behavior aufruf */
} 

acronym {border: none;}
a {text-decoration: none;}
a:link {color: #666666; }
a:visited {color: #666666; }
a:hover {color: #000000; text-decoration: underline;}

#Seite{ 
	width: 800px; 
	text-align:center;  
	margin-left:auto; 
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
}

#LogoBereich{
	position: relative;
	float: left;
	width: 800px;
	height: auto;
	text-align: center;
	margin: 50px auto 30px auto;
}
#LogoBereich .Logo{width: 450px; height: 176px; border:none;}

#Inhalt{
	position: relative;
	float: left;
	width: 800px;
	height: auto;
	margin: 20px 0 30px 0;
	text-align: left;
}

#Inhalt h1{margin: 20px auto 20px 175px; color: #666666; font-size: 22px; font-weight: bold;}
#Inhalt h2{margin: 5px auto 20px 175px; color: #000000; font-size: 18px; font-weight: bold;}
#Inhalt .text{margin: 2px auto 20px 175px; color: #666666; font-family:Arial, Helvetica, sans-serif, Courier, monospace; font-size: 12px; font-weight: normal;}
#Inhalt a {text-decoration: underline;}
#Inhalt a:link {color: #666666; }
#Inhalt a:visited {color: #666666; }
#Inhalt a:hover {color: #000000; text-decoration: underline;}


#Footer{
	position: relative;
	float: left;
	width: 800px;
	height: auto;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-top: 50px;
}
.FooterText {width: 100%; border-top: 1px solid #666666;}
.Copyright {width: 50%; text-align:left;}
.Link {width: 50%; text-align:right;}

#Footer .PleskLogo{width: 97px; height: 31px; border:none;}

#Footer a {text-decoration: none;}
#Footer a:link {color: #666666; }
#Footer a:hover {color: #000000; text-decoration: underline;}
#Footer a:visited {color: #666666;}