body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #d7d9d6 url(../img/bg_body.gif) center repeat-y;
}

#website {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 820px;
	margin-left: -410px;
}

#titelbild {
	border-bottom: 1px solid #1c5239;
	height: 140px;
}

#contenttitel {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #1c5239;
	margin: 20px 0px 20px 0px;
}

div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
}

.bilder-links {
	margin-left: 30px;
	width: 340px;
	float: left;
}
* html .bilder-links {
	margin-left: 15px;
	width: 340px;
	float: left;
}
.bilder-links img {
	border: 1px solid #a2b09d;
}

.content {
	margin-right: 30px;
	width: 400px;
	float: right;
}
* html .content {
	margin-right: 15px;
	width: 400px;
	float: right;
}

#boxProfisLeft {
	width: 190px;
	float: left;
}
#boxProfisRight {
	width: 200px;
	float: left;
}
#boxProfisLeft p, #boxProfisRight p { margin: 0 0 15px 30px; }

#handelspartnerliste td {
	padding: 5px 0 5px 0;
}

p { line-height: 14px; }

a:link, a:visited {
	color: #292929;
}

a:focus, a:hover, a:active {
	color: #1c5239;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

#otext {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}

/* Navigation und Breadcrumb */
#breadcrumb {
	margin: 10px 0px 0px 10px;
	height: 16px;
	line-height: 16px;
}
a.breadcrumb:link, a.breadcrumb:visited {
	color: #292929;
}
a.breadcrumb:focus, a.breadcrumb:hover, a.breadcrumb:active {
	color: #1c5239;
}

#navigation {
	margin: 10px 0px 10px 0px;
	background-color: #1c5239;
	border: 1px solid #a2b09d;
	height: 30px;
}
#navigation div {
	font-size: 12px;
	font-weight: bold;
	color: #c5d2c1;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #a2b09d;
	float: left;
}
a.navigation:link, a.navigation:visited {
	color: #c5d2c1;
	text-decoration: none;
}
a.navigation:focus, a.navigation:hover, a.navigation:active {
	color: #c5d2c1;
	text-decoration: none;
}
div.sub-menue {
	position: absolute;
	top: 205px;
	width: auto;
	border: 1px solid #a2b09d;
	border-bottom: none;
	background-color: #00873a;
	display: none;
	cursor: pointer;
}
div.sub-menue div {
	border-bottom: 1px solid #a2b09d;
	padding: 10px;
}
#boxSuche {
	position: absolute;
	top: 148px;
	right: 10px;
}


/* Header */
#header {
	margin: 0 10px;
}


/* Footer */
#footer1 {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 450px;
}
* html #footer1{
	float: left;
	margin: 15px 0px 5px 5px;
	width: 450px;
}
#footer2 {
	float: right;
	margin: 10px 10px 10px 0px;
	width: 350px;
	background: url(../img/bm_footer.gif) bottom right no-repeat;
}
* html #footer2 {
	float: right;
	margin: 15px 5px 5px 0px;
	width: 350px;
	background: url(../img/bm_footer.gif) bottom right no-repeat;
}


/* Lightbox Galerien */
#boxLightbox {
	width: 770px;
	margin: 0px 0px 0px 25px;
}
	#boxLightbox li {
		font-size: 12px;
		line-height: 18px;
	}


/* Seite seminar-veranstaltungen.php */
#seminarwahl td { padding: 2px 0; }


/* Seite seminar-veranstaltung.php */
#seminar_basisinfo td { padding: 2px 0; }
#boxSeminarinhalt {
	width: 760px;
	margin-left: 30px;
	border: 1px solid #333;
	background-color: #f6ead0;
	padding: 4px;
}
	#boxSeminarinhalt td { padding: 2px 0; }

/* Seite ecotech.php Seminaranmeldung */
#seminaranmeldung { margin-top: 30px; }
#seminaranmeldung div {
	border: 2px dotted #FF0000;
	background-color: #FFCC66;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	width: 360px;
}
#seminaranmeldung ul { margin: 0 0 0 15px; padding: 0 0 0 15px; }
#pdf_downloads { margin: 15px 0 0 10px; padding: 15px 0 0 10px; }
#pdf_downloads li { list-style-type: square; line-height: 20px; }
