* {
	padding: 0;
	margin: 0;
}
	
body {
	background: url(img/bg.jpg) repeat-x #00384f;
	color: #79aec3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
			
#site {
	width: 850px;
	margin-left: -425px;
	position: absolute;
	top: 0px;
	left: 50%;
}
			
#navigation {
	height: 36px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 96px;
}
			
#navigation ul li {
	float: left;
	list-style-type: none;
}

#navigation ul li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	text-transform: uppercase;
	padding-top: 6px;
}
			
#navigation ul li a:hover {
	color: #ff6c00;
}
			
#navigation ul li .current {
	color: #ff6c00;
}
			
#header {
	height: 132px;
	background: url(img/header.jpg) no-repeat;
}
			
#main {
	background: url(img/contentbg.jpg) no-repeat;
}
			
#content {
	padding-top: 20px;
	width: 520px;
}
			
#content h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	background: url(img/headline.gif) no-repeat center left;
	padding-left: 16px;
	margin-bottom: 16px;
}
			
#content .copy {
	padding-left: 16px;
	margin-bottom: 26px;
	padding-bottom: 16px;
	background: url(img/textbg.gif) no-repeat bottom left;
}
			
#content .copy a {
	color: #79aec3;
	text-decoration: underline;
}
		
#content .copy a:hover {
	color: #ff6c00;
	text-decoration: none;
}

#content .copy li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}

#content .copy img {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

#zitat {
	width: 520px;
	height: 120px;
	background: url(img/zitate/zitate.php) no-repeat;
}
			
#kontakt {
	float: right;
	position: absolute;
	left: 575px;
	top: 255px;
	color: #00384f;
	width: 190px;
}
			
#kontakt h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	color: #356d86;
}

#footer a {
	color: #356d86;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}