/* ======================================================

	=1. Allgemeine Selektoren

========================================================= */
* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

html { height: 101%; }

body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #151515;
	text-align: center;
	line-height: 24px;
	
	height: 100%;
	background: #f60 url(img/body.png) repeat-y center top;/*#900;*/
}

/* ======================================================
	=1.1 Inline-Elemente
========================================================= */
a { color: #5a666c; }

em {
	font-style: normal;
	color: #ff6406;
}

span.line {
	display: block;
	position: absolute;
	top: 10px;
	z-index: 1;
	
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.2);
}

span.red {
	left: 30px;
	
	width: 40px;
	background: #900;
}

span.orange {
	left: 80px;
	
	width: 20px;
	background: #f60;
}

/* ======================================================
	=1.2 Block-Elemente
========================================================= */
ul { list-style-type: none; }

/* ======================================================
	=1.3 Klassen
========================================================= */
.clearer {
	clear: both;
	
	font-size: 0px;
	
	width: 0;
	height: 0px;
	line-height: 0px;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/* ======================================================

	=2. Site-Wrapper      			              	   

========================================================= */
#wPage {
	position: relative;
	
	text-align: left;
	
	width: 960px;
	margin: 0 auto;
}

/* ======================================================

	=3. Header      			              	   

========================================================= */
#wHead {
	position: absolute;
	top: 18px;
	right: 32px;
	
	text-align: right;
}

	#wHead p.name {
		font-size: 30px;
		color: #900;
		line-height: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
		#wHead p.name span { font-size: 36px; }
		
	#wHead h2 {
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		
		margin: 12px 0;
	}
	
	#wHead p.adress {
		font-size: 12px;
		line-height: 18px;
	}

/* ======================================================

	=4. Content		              	   

========================================================= */
#wContent {
	width: 940px;
	min-height: 422px;
	background: #fff;
	padding: 276px 0 72px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
	margin: 10px 10px 0;
}

	#wContent h1 {
		font-size: 24px;
		color: #900;
		line-height: 28px;
	
		margin: 0 160px 0 320px;
	}

	#wContent h2 {
		font-size: 18px;
	
		margin: 18px 160px 0 320px;
	}
	
		#wContent p + h2 { margin-top: 24px; }
		
	#wContent h3 {
		font-size: 14px;
	
		margin: 12px 160px 0 320px;
	}
		
	#wContent p {	
		margin: 24px 160px 0 320px;
	}
	
		#wContent h2 + p { margin-top: 12px; }
		
		#wContent h3 + p { margin-top: 6px; }
		
		#wContent p.top {
			position: absolute;
			bottom: 40px;
			right: 0;
			
			text-align: right;
		}
		
			#wContent p.top a {
				color: #ff6600;
				background: url(img/sprite.png) no-repeat -735px 6px;
				padding-left: 20px;
			}

	#wContent ul {	
		margin: 12px 160px 0 320px;
	}
	
		#wContent ul li {
			background: url(img/sprite.png) no-repeat -240px 9px;
			padding-left: 12px;
			margin-top: 12px;
		}
		
	#wContent div.box_img {
		position: absolute;
		top: 18px;
		left: 160px;
	}
	
		#wContent div.box_img img {
			margin: 10px;
			box-shadow: 0 0 2px 2px rgba(0,0,0,0.4);
		}

/* ======================================================

	=5. Navigation		              	   

========================================================= */
#wNavigation {
	position: absolute;
	top: 276px;
	left: 0;
	z-index: 100;
	
	width: 230px;
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.4);
}

	#wNavigation ul {
		margin: 12px 24px;
	}
	
		#wNavigation ul li {
			font-weight: bold;
		}
		
			#wNavigation ul li a {
				color: #515151;
				text-decoration: none;
			}
			
			#wNavigation ul li a:hover,
			#wNavigation ul li a:active,
			#wNavigation ul li a:focus { text-decoration: underline; }

		#wNavigation ul li.active {
			color: #900;
		}
	
		#wNavigation ul ul {
			margin: 3px 0 6px 9px;
		}
		
			#wNavigation ul ul li {
				font-size: 12px;
				line-height: 18px;
				
				background: url(img/sprite.png) no-repeat 0 6px;
				padding-left: 9px;
				margin-top: 3px;
			}
			
/* ======================================================

	=6. Footer       	   

========================================================= */
#wFooter {
	width: 940px;
	margin: 5px 10px 10px;
}

	#wFooter a { color: #151515; }

	#wFooter p {
		float: left;
		
		font-size: 12px;
	}
	
	#wFooter p.copyright { margin-right: 320px; }
	
	#wFooter p.made_by { float: right; }