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


/* ############### RESET ############### */

* {
	margin: 0;
	padding: 0;
	}	
	
	/* ############### ALLGEMEIN ############### */
	
	
html, body {
	height:100%;
		}

body {
  text-align: center;	/* IE 5/6 Quirks-Mode Hack zum zentrieren der Seite */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #000000;
  background-image: url(images/bgmain.jpg);
  
  }
  
#wrapper {
  margin: 0 auto;
  width: 900px;
  height: 600px;
  background-image: url(images/bg.jpg);
  background-position: center;
}

#head {
	margin-left: 30px;
	margin-top: 20px;
	width: 120px;
	height: 74px;
	background-image: url(images/head.png);
	position: absolute;
}

#nav {
	list-style-type: none;
	margin-left: 420px;
	text-decoration: none;
	position: absolute;
	margin-top: 140px;
	padding-left: 10px;
}



#cntspan {
	margin-left: 59px;
	margin-top: 160px;
	width: 764px;
	height: 406px;
	background-image: url(images/bgcnt.jpg);
	position: absolute;
}


#cnt1 {
	margin-left: 5px;
	margin-top: 10px;
	width: ;
	height: ;
	position: absolute;
}

ul {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding-left: 10px;
}

p {
	text-align: left;
	
}

h4 {
	text-align: left;
}

.items {
	margin-left: 370px;
	margin-top: 20px;
	width: 400px;
	height: 400px;
	position: absolute;
}
