/* Grundelemente */
html {
	height: 100%;
}

body { 
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E9E9E9;
	/*background-color: #D1E9DA;*/ 
	margin: 0px;
	line-height: 1.4em;
	height: 100%;
	/*background: url(/img/background.jpg) repeat-x top left #D0D0D0;*/
}

p { 
	margin-top: 0px; 
	text-align: left;
}

a:link, a:visited, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #199146;
}

a:hover, a:focus { 
	text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px 10px 5px 0px;
    float: left;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
}

h1 {
	color: #000;
	font-family: Georgia, serif;
	margin-top: 0px;
	padding-bottom: 7px;
	font-size: 1.8em;
	border-bottom: 10px solid #199146;
}

h2 {
    font-size: 1.4em;
    font-family: Georgia, serif;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #D1E9DA;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 0 auto 0 auto;
    padding: 0px;
    width: 950px;
	border-width: 0px 25px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #fff;
}

#header {
    padding: 0;
    height: 135px;
    border-bottom: 3px solid #199146;
    margin-bottom: 10px;
}

#header .logolink {
    width: 145px;
    height: 65px;
    margin: 30px 0 0 0;
    border: none;
}


/**
 * NAVI
 */    
#navi {
    clear: both;
	float: left;
	width: 250px;
	height: 100%;
    background-color: #199146;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
    list-style-type: none;
}

#navi li a, #navi li span {
    display: block;
    font-weight: bold;
    padding: 5px 10px;
	color: #fff;
}

#navi li a:hover, #navi li a:focus {
    font-weight: bold;
	color: #fff;
	background-color: #147438;
    text-decoration: none; 
}

#navi li a.active,
#navi li span.active {
    font-weight: bold;
    color: #fff;
    background-color: #147438;
}


/* Zweite Ebene */
#navi ul li ul {
    border: none;
    background-color: #147438;
}

#navi ul li ul li a, #navi ul li ul li span {
    color: #fff;
    font-weight: normal;
    padding-left: 20px;
}

#navi ul li ul li a, #navi li span {
    font-weight: normal;
}

#navi ul li ul li a:hover, #navi ul ul li a:focus {
    color: #fff;
    font-weight: normal;
    background-color: #105D2D;
    padding-left: 20px;
    text-decoration: none; 
}

#navi ul li ul li a.active,
#navi ul li ul li span.active {
    font-weight: normal;
	color: #fff;
	background-color: #105D2D;
	padding-left: 20px;
}

/* Brotkrumennavigation */

div.brotkrumen {
	padding: 5px 0 5px 0;
	color: #000;
}

div.brotkrumen span { /* Trenner */
	color: #000;
}

div.brotkrumen a {
	text-decoration: none;
	color: #199146;
}

div.brotkrumen a:hover {
	text-decoration: underline;
	color: #199146;
}

/**
 * TEASER bzw. Infobereich
 */ 
        
/*#teaser {
    margin: 10px 20px 0 0;
    float: right;
    width: 240px;
    height: 100%;
}

#teaser div {
    padding: 5px 5px 5px 0;
    border-width: 1px 5px 1px 0;
	border-style: solid;
	border-color: #00ACE4;
	color: #000;
}

#teaser h3 {
	color: #00ACE2;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#teaser a {
	font-weight: bold;
}

#teaser img {
	float: left;
	border: 0;
}*/

/**
 * CONTENT
 */    
 
#content {
    background-color: #fff;
    margin: 10px 0px 10px 270px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 680px;
    padding-bottom: 15px;
}

#content img {
    border: none;
}

#content .contentliste {
    margin-left: 25px;
    padding-left: 0;
}
#content .contentliste li {
    margin-left: 0;
    padding-left: 0;
}
#content .contentliste li {
    margin-bottom: 0.8em;
}
#content .contentliste li .contentliste {
    margin-top: 0.8em;
}

/**
 * FOOTER
 */    
#footer {
    margin: 0 auto 0 auto;
    width: 950px;
    clear: both;
	text-align: center;
    border-top: 3px solid #199146;
    border-bottom: 10px solid #199146;
    background-color: #fff;
    padding: 3px;
    color: #000;
    font-weight: bold;
}

#footer a {
	text-decoration: none;
    color: #199146;
    font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
    color: #199146;
    font-weight: bold;
}
 
/* Artikelbild */
.inhaltsbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Mitarbeiter */
.mitarbeiterbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Liste */
.listenbild {
	
}

ul.listenobjekt,
ul.ergebnisliste {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #D1E9DA;
}

ul.listenobjekt li,
ul.ergebnisliste li {
	margin: 0px;
	padding: 10px 0 10px 0;
	clear: left;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D1E9DA;
}

ul.listenobjekt li img,
ul.ergebnisliste li img {
	float: left;
	margin: 0 10px 10px 0;
}

ul.listenobjekt li a, ul.listenobjekt li a:hover, ul.listenobjekt li a:active, ul.listenobjekt li a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

ul.listenobjekt li .titel {
    font-weight: bold;
}

ul.listenobjekt li.mitarbeiter {
	clear: both;
}

ul.listenobjekt li.mitarbeiter img {
	float: left;
	margin: 0 10px 10px 0;
}

ul.listenobjekt li.news {
	
}

ul.listenobjekt li.default {
	
}


/* News */
.newsbild {
	border: 1px solid green;
}

/* Kontaktformular */
form.kontaktformular {
	margin: 0;
	width: 460px;
}

form.kontaktformular div {
	padding: 10px 0 0 0;
}

form.kontaktformular div label {
}

form.kontaktformular div div.fehler,
form.loginform div.fehler {
	color: red;
	font-weight: bold;
}

form.kontaktformular div input,
form.loginform input {
	width: 450px;
	margin: 0;
}

form.kontaktformular div textarea {
	width: 450px;
}

form.kontaktformular div input.checkbox,
form.loginform div input.checkbox {
	width: 15px;
	border: none;
}

/* Loginformular */
form.loginform {
    margin: 0;
}
form.loginform input {
    margin: 0;
	width: 200px;
}

form.stoffdb {
    margin: 0;
}
form.stoffdb input,
form.stoffdb select,
form.stoffdb textarea {
    margin: 0;
	width: 400px;
}

form.stoffdb input.small {
    width: 50px;
}

input.checkbox {
    width: 15px !important;
	border: none !important;
}

textarea, input {
	font-family: Verdana, Arial;
	font-size: 1em;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

input.submitbutton {
	width: 200px !important;
	background-color: white;
	text-align: center;
	border: 1px solid;
}

fieldset {
    margin-bottom: 10px;
}
fieldset legend,
fieldset label {
    color: #000000;
}

/* Banner */
#banner {
    margin: 10px auto 10px auto;
    width: 88px;
    height: 41px;
}

big {
    font-weight: bolder;
    font-family: Georgia, serif;
}

table.contenttable {
    border: 1px solid #147438;
    margin: 10px 0 10px 0;
}

table.contenttable tr th, table.contenttable tr td {
    padding: 3px;
}

table.contenttable tr th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #147438;
    border-right: 1px solid #D1E9DA;
}

table.contenttable tr td {
    text-align: left;
    border-right: 1px solid #D1E9DA;
    border-bottom: 1px solid #D1E9DA;
}

table.contenttable tr td.border-bottom {
    border-bottom: 1px solid #147438;
}

table.contenttable tr td.last,
table.contenttable tr th.last {
    border-right: none !important;
}

table.contenttable tr.last td,
table.contenttable tr.last th {
    border-bottom: none !important;
}

table.table-left {
    float: left;
    margin-right: 10px;
}

table.table-right {
    float: right;
    margin-left: 10px;
}

div.seitennavi {
    background-color: #D1E9DA;
    padding: 4px;
    clear: both;
}

div.seitennavi div.text {
    margin-bottom: 4px;
}
div.seitennavi a,
div.seitennavi a:visited,
div.seitennavi a:active {
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
    font-weight: bold;
    text-decoration: none;
    color: #105D2D;
    border: 1px solid #105D2D;
}
div.seitennavi a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #199146;
}

div.seitennavi span {
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 0px 4px;
    font-weight: bold;
    color: #105D2D;
    border: none;
}

hr {
    height: 1px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D1E9DA;
}

select.merkliste {
    font-size: 1em !important;
    width: 230px;
    margin-bottom: 3px;
}
select.merkliste-small {
    font-size: 1em !important;
    width: 150px;
    margin-bottom: 3px;
}
input.merkliste-submit-small {
    margin: 3px;
    padding: 0px;
    font-weight: bold;
    color: #105D2D;
    border: 1px solid #105D2D;
    background-color: #ffffff;
}
input.merkliste-submit-small:hover {
    color: #ffffff;
    background-color: #199146;
    cursor: pointer;
}


form.suchbox,
form.suchformular {
    width:230px;
    margin: 0px;
    padding: 10px;
}
form.suchbox .suchfeld,
form.suchformular .suchfeld {
    width: 140px;
}
form.suchbox .submitbutton,
form.suchformular .submitbutton {
    width: 60px !important;
}