/* ManjoGraphics 2010 */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	background-color: #ffffff;
	line-height: 1.4em;
	}


#side {
	z-index: 0;
	width: 960px; height: 530px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -205px 0 0 -480px;
/*	background-color: #CCCCCC;*/
	overflow: hidden;
	}
	
.navi {
	margin-top: 97px;
	cursor: pointer;
	}

#back{
	z-index: -10;
	position: absolute;
	top: 342px; left: 415px;
	float: left;
	cursor: pointer;
	}	
	
#next {
	z-index: -10;
	position: absolute;
	top: 342px; left: 465px;
	float: left;
	cursor: pointer;
	}
	
/*#back:hover {
	position: relative;
	left: -1px;
	}
#next:hover {
	position: relative;
	left: 1px;
	}*/

#content {
	width: 545px; height: 245px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0 0 0 191px;
	}
	
#wrapper {
	margin: 15px;
	height: 215px;
	width: 515px;
	overflow: hidden;
	}
	
ul {
	list-style: none;
	}
	
li {
	display: block;
	width: 515px; height: 215px;
	float: left;
	background-color: #ffffff;
	}
	
#visual {
	width: 337px; height: 233px;
	background-image: url(img/visual.png);
	position: relative; z-index: 10;
	top: -160px;
	margin-left: 623px;
	}

#line {
	width: 623px; height: 7px;
	float: left; margin-top: -7px;
	background-image: url(img/line.png);
	}

/*textformatierung*/

h6 {
	font-variant: small-caps;
	font-size: 24px;
	margin-bottom: 10px;
	}
	
a, a:active {
	color: #cc6699;
	text-decoration: none;
	}
	
a:hover { text-decoration: underline; }



/*hacks fot the fucking internet explorer*/
* html #visual {
top: -171px;
	}
	
img, div { behavior: url(iepngfix.htc); }