@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* required for centering the page in IE */
	margin: 10px 0 0 0;
	padding: 0px;
	background-color: #CCC;
}

#centerLayer {
    width: 100%;
	max-width: 650px;
    margin: 0 auto;
    }

h2 { font: normal 22.0pt Tahoma, Arial, Helvetica; color: #9A0F36; }

h1 { font-size:36px;}
	
p {
	text-align:center;
	color:#006;
 	font: normal 12.0pt Tahoma, Arial, Helvetica;
	line-height: 130%;
	margin: 30px 0 10px 0;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #006;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #F00;
	font-weight: bold;
}

p.head{
 	font: bold 22.0pt Tahoma, Arial, Helvetica;
	color:#006;
	font-style:italic;
	margin: 20px 0 10px 0;
}

.schatten {
-webkit-box-shadow: 5px 5px 7px 0px #666; /* WebKit */
-moz-box-shadow: 5px 5px 7px 0px #666; /* Firefox */
box-shadow: 5px 5px 7px 0px #666; /* Standard */
}
