* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #f0f0f0 url(images/layout_01.jpg) top left repeat-x;
	}

h1, h2, h3, h4, h5, h6 {font-weight: bold;}

a img {border: none;}

#site_wrapper {
	width: 875px;
	margin: 89px auto 0 auto;
	background: #e7e7e7 url(images/layout_04.jpg) bottom left no-repeat;
	}

#site {
	width: 875px;
	text-align: left;
	background: url(images/layout_03.jpg) bottom right no-repeat;
	}

#rechte_spalte {
	width: 290px;
	min-height: 200px;
	float: right;
	}

#inhaltsbereich {
	width: 863px;
	min-height: 200px;
	float: left;
	margin-bottom: 60px;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	background: url(images/layout_05.jpg) top left no-repeat;
	}

#breadcrumb {
	height: 62px;
	background-color: #ffffff;
	}

#breadcrumb p {
	color: #606060;
	padding: 7px 0 0 10px;
	}

#imagebilder {
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	}

#imagebilder table {
	width: 865px;
	background-color: #ffffff;
	}

#imagebilder img {
	display: block;
	height: 190px;
	}

#content {
	width: 520px;
	float: left;
	margin: 0 0 15px 0;
	padding: 25px 0 0 35px;
	color: #404040;
	min-height: 100px;
	}
	
#content h1 {
	font-size: 20px; 
	padding-bottom: 3px;
	margin-bottom: 0.6em;
	}

#content h2 {
	font-size: 16px; 
	margin-bottom: 0.6em;
	}

#content h3 {
	font-size: 14px; 
	margin-bottom: 0.6em;
	}

#content h4 {
	font-size: 12px; 
	margin-bottom: 0.6em;
	}

#content p {
	margin-bottom: 1em;
	}

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}

.bilderleiste a img {border: 0;}

.bilderleiste {
	width: 100%;
	float: left;
	margin: 25px 0 15px 0;
	}
	
.bilderleiste a {
	display: block;
	float: left;
	margin-right: 5px;
	}

.bilderleiste a img {
	width: 125px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #909090;
	}

.bilderleiste a.last {
	margin-right: 0;
	}	
			
#footer {
	width: 875px;
	margin: 0 auto;
	height: 35px;
	clear: both;
	}
	
#footer p#left {
	width: 650px;
	float: left;
	text-align: left;
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #606060;
	}

#footer p#right {
	width: 150px;
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 11px;
	color: #606060;
	}	
	
#footer p a {color: #606060;}


/*Scrolldownmenu*/

#scrolldownmenu {
	height: 54px;
	background-color: #606060;
	font-size: 12px;
	}

#navi {
	padding-top: 8px;
	width: 875px;
	background: #606060 url(images/layout_02.jpg) top left no-repeat;
	float: left;
	list-style-type: none;
	}

#navi a {color: #ffffff;}

#navi li.ebene1 {
	float: left;
	position: relative;
	margin-top: 18px;
	}

#navi li.ebene1 a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid;
	}

#navi li.ebene1 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#navi li.ebene1 a.first {border-left: none;}

#navi li.ebene1 ul {
	display:none;
	}

#navi li.ebene1:hover ul {
	list-style-type: none;
	text-align: center;
	display: block;
	position: absolute;
	top: 100%;
	padding: 5px 0 0 0;
	z-index: 1000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	opacity: .9;
	filter:Alpha(opacity=90, finishopacity=90, style=2)
	}

#navi li.ebene2 {
	float: none;
	text-align: center;
	padding: 0 5px 5px 5px;
	background-image: none;
	}

#navi li.ebene2 a {
	color: #606060;
	display: block;
	border: none;
	float: none;
	font-size: 12px;
	padding: 2px 5px;
	}

#navi li.ebene2 a:hover {
	color: #606060;
	background-color: #cccccc;
	}

#sub_1 {width: 110px; left: -11px;}
#sub_2 {width: 100%; left: -1px;}

/*End Scrolldownmenu*/

