/* CSS Document */
html {
	  margin:0;
	  padding:0;
	  }
	  
body {
	  background: url(rohru.jpg) repeat-y top center;
	  margin:0;
	  padding:0;
	  text-align:center;
	  font-family: arial;
	  font-size: 14px;
	  line-height:20px;
	  color:#2b3ed3;
	  }
	  
a:link, a:visited {
				   color:#6699FF;
				   text-decoration:none;
				   }
a:hover {
		 text-decoration: underline;
		 }
	  
h1 {
	font-size:20px;
	font-weight:bold;
	color:#2b3ed3;
	text-transform:uppercase;
	text-align:left;
	padding-left:40px;
	}
ul, li {
		text-align:left;
		margin-bottom:10px;
		margin-left: 40px;
		}
	  
#kiste {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		width:980px;
		text-align:center;
	   	background: url(hg2.jpg) no-repeat;
		}
	   
#inhalt {
		 margin-top:0px;
		 margin-right:auto;
		 margin-left:auto;
		 padding-top:240px;
		 width: 740px;
		 padding-bottom: 40px;
		 }
		 
#inhalt p {
		   text-align: justify;
		   padding-left:40px;
		   }
		
.copy {
	   font-size:9px;
	   }
.copy a, .copy a:hover, .copy a:visited {
										 color: #2b3ed3;
										 text-decoration:none;
										 }
