/*
-------------------------------------------------------------
Allgemeines
-------------------------------------------------------------
*/

body { 
	color: #484848;
	background: #37271e url(images/background.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;		
}

/*
-------------------------------------------------------------
Links
-------------------------------------------------------------
*/

a:link { 
	color: #00897a;
	text-decoration: none; 
}

a:visited { 
	color: #00897a;
	text-decoration: underline; 
}

a:hover, a:active {
	text-decoration: underline; 
}

/*
-------------------------------------------------------------
Global
-------------------------------------------------------------
*/

.left {	
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

p { 
	font-size: 0.85em; 
	padding: 0 0 20px 0;
	text-align: justify;
	line-height: 1.5em;
}

/*
-------------------------------------------------------------
div-Elemente
-------------------------------------------------------------
*/

div#container {
	width: 978px;
	margin: 32px auto 0 auto;
}

div#header {
	width: 978px;
	height: 205px;
	background: url(images/header.jpg) no-repeat;
}

div#header a {
	display: block;
	width: 978px;
	height: 205px;
	text-indent: -999px;
}

div#contents {
	width: 978px;
	background: url(images/contents_background.jpg) repeat-y;
}

div#navigation {
	float: left;
	width: 238px;
	height: 404px;
	padding: 20px 0 0 0;
	background: url(images/navigation_background.jpg) no-repeat;
}

div#navigation li {
	float: left;
	width: 158px;
	padding: 4px 40px;
}

div#navigation li.headLink {
	width: 198px;
	height: 22px;
	padding: 9px 0 0 40px;
	background: url(images/navigation_hover.jpg) no-repeat;
}

div#navigation a {
	color: #ffd8c2;
	text-decoration: none;
	font-size: .85em;
}

div#content {
	float: left;
	width: 570px;
	padding: 35px 80px;
	background: url(images/content_background.jpg) no-repeat;
}

div#content h2 {
	font-size: .95em;
	font-weight: bold;
	padding: 0 0 20px 0;
	color: #d85e0f;
}

div#content img {
	float: left;
	margin: 0 0 0 20px;
	border: 6px solid #bf9775;
}

div#footer {
	width: 663px;
	height: 44px;
	margin: 0 auto;
	padding: 30px 0 0 315px;
	color: #ffcaaa;
	font-size: .8em;
	text-align: right;
	background: url(images/footer.jpg) no-repeat;
}

div#footer a {
	color: #ffcaaa;
	text-decoration: none;
	padding: 80px;
}
