/*
-------------------------------------------------------------
Allgemeines
-------------------------------------------------------------
*/

html, body { 
	color: #484848;
	background: #eff3f8;
	font-family: "Trebuchet MS", 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: 968px;
	margin: 0 auto;
	padding: 0 2px;
	background: #ffffff;
}

div#header {
	width: 288px;
	height: 50px;
	padding: 54px 0 0 680px;
	background: url(images/header.jpg) no-repeat; 
	color: #fbd71e;
	font-size: 0.9em;
	font-weight: bold;
}

div#bar {
	width: 928px;
	height: 21px;
	margin: 0 0 4px 0;
	padding: 8px 0 0 40px;
	background: url(images/bar.jpg) no-repeat;
	font-size: 0.75em;	
}

div#sidebar {
	float: left;
	width: 199px;
	margin: 0 0 0 4px;
	font-size: .75em;
}

div#sidebar a {
	padding: 5px 5px 5px 10px;
	display: block;
	color: #8aa2bd;	
}

div#sidebar a:hover {
	color: #ffffff;
	background: #00897a;
	text-decoration: none;
}

div#sidebar h2 {
	width: 159px;
	height: 21px;
	padding: 12px 0 0 40px;
	background: url(images/box_header.jpg) no-repeat;
	font-size: 1em;
	font-weight: bold;
}

div#sidebar div.box {
	width: 199px;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	background: url(images/box_background.jpg) no-repeat bottom;
}

div#sidebar div.box ul li {
	margin: 0 13px;
	border-bottom: 1px solid #e8eef5;
}

div#sidebar div.box_content {
	padding: 5px 0;
	border-left: 1px solid #e8eef5;
	border-right: 1px solid #e8eef5;
}

div#content {
	float: left;
	width: 752px;
	margin: 0 0 0 7px;
}

div#content h2 {
	width: 752px;
	height: 24px;
	margin: 5px 0;
	padding: 5px 0 0 50px;
	color: #00897a;
	font-weight: bold;
	font-size: 0.95em;	
	background: url(images/content_header.jpg) left no-repeat;	
}

div#special {
	width: 713px;
	height: 210px;
	padding: 10px 0 0 40px;
	background: url(images/content_special.jpg) no-repeat; 
}

div#special a {
	float: right;
	display: block;	
	width: 88px;
	height: 17px;
	background: url(images/content_details.jpg) no-repeat;
	text-indent: -999px;	
}

div#special span {
	float: left;
}

div#special h3 {
	font-size: .85em;
	font-weight: bold;
}

div#special ul {
	width: 250px;
	color: #00897a;
	font-size: .8em;
	font-weight: bold;
	margin: 25px 0 0 30px;
}

div#special ul li {
	float: left;
	width: 250px;
	margin: 5px 0;
}

div#footer {
	clear: both;
	width: 848px;
	height: 39px;
	padding: 35px 60px 0 60px;
	font-size: .75em;
	background: url(images/footer.jpg) no-repeat;
}

div#copyright {
	width: 25%;
	float: left;	
}

div#copyright a {
	color: #00897a;
}

div#links {
	width: 75%;
	float: left;
}

div#links ul {
	float: right;
}

div#links a {
	color: #808080;	
}

div#links a:hover {
	color: #ffffff;
	background: #00897a;
	text-decoration: none;	
}

div#links ul li {
	float: left;
	padding: 0 5px;
}

/*
-------------------------------------------------------------
input-Elemente
-------------------------------------------------------------
*/

input.searchForm { 
	width: 198px;
	margin: 0 5px;
	padding: 2px;
	border: 1px solid #d3dfe3;
}

input.searchFormImage {
	width: auto;
	height: auto;
}
