/* -------------------------------------------------
RESET
------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

div {
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------
GRUNDGERÜST
------------------------------------------------- */

body {
	background: #e8e7d5;
}

#wrapper {
	width: 940px;
	margin: 50px auto;
}

#main {
	width: 840px;
	min-height: 500px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 5px #87876d;
}

#header {
	height: 100px;
	margin-bottom: 30px;
	background: url("images/sprites.png") no-repeat 0 0;
}

	#header h1,
	#header p {
		font-family:'Open Sans', Arial, sans-serif;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
	}
	
	#header h1 {
		font-size: 32px;
		color: #fff;
		letter-spacing: 0.2em;
		padding: 20px 0 10px;
	}
	
	#header p {
		font-size: 11px;
		color: #90ccdc;
		letter-spacing: 0.6em;
	}

#nav {
	position: absolute;
	width: 200px;
	top: 160px;
	left: -10px;
}

	#nav li {
		height: 60px;
		background: url("images/sprites.png") no-repeat 0 -170px;
	}
	
		#nav li.sel,
		#nav li.sel:active	{ background-position: 0 -110px; }
		#nav li:active		{ background-position: 0 -230px; }
		
		#nav li a {
			display: block;
			height: 50px;
			padding-left: 40px;
			font: 300 18px/50px 'Open Sans', Arial, sans-serif;
			text-transform: uppercase;
			letter-spacing: 0.15em;
			text-decoration: none;
			color: #fff;
		}

#content {
	margin-left: 180px;
	font-family:'Open Sans', Arial, sans-serif;
}

	#content h2 {
		font-size: 24px;
		font-weight: 300;
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		color: #17758d;
	}
	
	#content h3 {
		font-size: 18px;
		font-weight: 400;
		padding-top: 10px;
		margin-bottom: 10px;
		color: #000;
	}
	
	#content h4 {
		font-size: 13px;
		font-style: italic;
		font-weight: 400;
		line-height: 18px;
		margin-bottom: 1em;
		color: #000;
	}
	
		#content h3.first{ padding-top: 0; }
	
	#content p,
	#content ul {
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
		color: #333;
		margin-bottom: 1em;
	}
	
		#content p em { font-style: italic; }
	
	#content li {
		padding-left: 15px;
		background: url("images/sprites.png") no-repeat 0 -295px;
	}
	
	#content a			{ color: #17758d; text-decoration: none; }
	#content a:active	{ color: #4b99ad; }
	
.kontakt img {
	display: block;
	float: right;
	width: 250px;
}