/* 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: 850px;
	margin: 75px auto;
	overflow: hidden;
	}
	
.navi {
	margin-top: 97px;
	cursor: pointer;
	}

#content {
	width: 545px;
	height: auto;
	background-color: #ffffff;
	margin: 0 0 0 191px;
	}
	
	
li {
	display: block;
	width: 515px;
	padding: 15px;
	height: 215px;
	margin-bottom: 50px;
	}
	
#visual {
	width: 337px; height: 233px;
	background-image: url(img/visual.png);
	position: relative; z-index: 10;
	top: -100px;
	margin-left: 623px;
	}

#line {
	width: 623px; height: 7px;
	float: left; margin-top: 53px;
	background-image: url(img/line.png);
	}
	
.warning {
	display: block;
	width: 515px;
	background-color: #cc6699;
	color: #fff;
	border: 1px solid #993366;
	position: relative;
	left: 206px; top: -635px;
	}


/*textformatierung*/

h6 {
	font-variant: small-caps;
	font-size: 24px;
	margin-bottom: 10px;
	}
	
a, a:active {
	color: #333333;
	text-decoration: none;
	}
	
a:hover { text-decoration: underline; }



/*hacks fot the fucking internet explorer*/
* html #visual {
top: -171px;
	}
	
img, div { behavior: url(iepngfix.htc); }
