﻿@charset "utf-8";

html {height: 100%;}
body {
	background: url("pics/longbg.jpg") #462905 no-repeat;
	background-position: top;
	font: normal 0.9em Verdana,sans-serif; color:#000;
	height: 100%;
	margin: 0;
	padding-bottom: 1px;
}
/* Textformatierung */
a {
	color: #295684;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

p {padding: 0.2em 0 0.5em; text-shadow: #c49659 0px 0px 15px;}

h1 {font: normal 2em verdana,sans-serif;}
h2 {font: normal 1.4em verdana,sans-serif; color: #295684;}
h3 {font: normal 1.2em verdana,sans-serif;color: #295684;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 25px;}
ul {
	list-style-image: url("pics/list.jpg");
}
/* Layout */

#mlayout {
	margin: 0 auto;
	padding-top: 0px;
}
#mlayoutr {
	margin:auto;
	width: 1100px;
}
#ujetter {
	background:url("pics/ujetter.png") no-repeat;
	position: absolute;
	top: 3px;
	margin-left:830px;
	min-height: 325px;
	min-width: 241px;
}
#main {
	width: 800px;
	background: url ("pics/exempla") no-repeat;
	margin: 0 auto;
}
	
/* Banner */

#banner {
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom:20px;
	background: url("pics/headline.png") no-repeat;
	background-position: left top;
	min-height:52px;
	
}
#bleft {
	float: left;
	min-height: 50px;
	min-width: 75px;
	background: #93C;
}
#bright {
	float: right;
	min-height: 50px;
	min-width: 75px;
	background: #03F;
}
.clearer{
	clear: both;
	display: block;
	line-height: 0;
	font-size: 0;
	height: 0;	
}

/* Navigation */
.navigation {
	margin:auto;
	background:  ;
	padding-left: 30px;
	height: 30px;
	
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 2px solid #462905;
	border-bottom: 2px dashed #462905;
	float: left;
	list-style: none;
}
.navigation a {
	color: #fcfdfd;
	display: block;
	font: 1em Verdana;
	padding: 6px 8px;
	text-decoration: none;
}
.navigation a:hover {
	background: #fcfdfd;
	color: #48484a;
	text-decoration: none;
}

.navigation li.current_page_item a {
	color: #;
}
/* Maincontent */

.mainwrapper {
	margin: 10px;
	padding-left: 10px;
	padding-right: 25px;
}
.blocker {
	position: relative;
	position: top left;
	min-heigth: 40px;
}
.blogging {
	padding-left: 40px;
	margin-top: 5px;
	padding-right: 60px;
}
.breadcrumbs {
	padding: 5px;
	font-style:normal;
}
.box_left {
	padding-left: 20px;
	width: 45%;
	float:left;
	border-right: 1px dashed #000000;
}
.box_left2 {
	padding-left: 20px;
	width: 45%;
	float:left;
}
.box_right {
	margin-right: 30px;
	padding-bottom: 20px;
	width: 45%;
	float: right;
	border-bottom: 1px solid d4e2ed;
}
.treecolum_left {
	margin-right: 5px;
	padding-bottom: 20px;
	width: 30%;
	float: left;
	border-bottom: 1px solid d4e2ed;
}
.treecolum_right {
	margin-right: 5px;
	padding-bottom: 20px;
	width: 30%;
	float: right;
	border-bottom: 1px solid d4e2ed;
}
	
/* Footer */
.footer {
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 5px;
	margin-right:25px;
	border-top: 2px solid #462905;
	text-align:center;
}
	

