a:link {color:#006987; text-decoration: none;}      /* unvisited link */
a:visited {color:#006987; text-decoration: none;}  /* visited link */
a:hover {color:#006987; text-decoration: none;}  /* mouse over link */
a:active {color:#006987; text-decoration: none;}  /* selected link */

* {
	margin: 0;	
	}

html, body {

	background-color: #d2d8df; 
	/*background-image: url(http://www.haunted-studios.de/demo/asthete/images/bg-asthete.png);*/
	height: 100%;
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center; 
}

.wrapper {
/*	background: url(http://www.haunted-studios.de/demo/asthete/images/bg-asthete-05.png) repeat-y center top;   */
	width: 540px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	margin: 0px auto;
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
}


#text{
	width: 540px;
	margin: 0px auto;
	z-index: 1;
	}
	
h1 { 
	font-family: 'Dosis', sans-serif;
	font-size: 28pt;
	font-style: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 0px 0px;	
	padding: 25px 0px 0px 0px;
	}
	
h2 { 
	font-family: 'Dosis', sans-serif;
	font-size: 28pt;
	font-style: bold;
	color: #ffffff;
	text-align: left;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 40px 0px;	
	}
	
p {	
	color: #000000;
	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	}
	

img {
	border-top: 0px solid #ffffff;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	
	
	}