/* Grundelemente */
html {}

body { 
	font-size: 0.75em;
	font-family: Arial, Verdana;
	color: #231F20;
	background-color: #E9E8E8; 
	margin: 0px;
	padding: 0px;
	height: 100%;
}

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

a:link, a:visited, a:active { 
	font-weight: normal; 
	text-decoration: underline;
	color: #231F20;
}
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: #231F20;
	font-size: 1.2em;
}

h2 {
    font-size: 1em;
	font-family: Arial, Verdana;
	color: #231F20;
	font-weight: bold;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 10px auto 10px auto;
    padding: 0;
    width: 1000px;
	border-width: 1px;
	border-style: solid;
	border-color: #231F20;
	background: url(/img/background_content.gif) repeat-y #fff;
}

#header {
    padding: 0;
    height: 118px;
    background: url(img/top_header.jpg) no-repeat right #fff;
}

#header .logolink {
    width: 175px;
    height: 105px;
    margin: 7px 0 0 795px;
    border: none;
}

/**
 * TOPNAVI
 */

#topnavi {
    margin: 0 auto 0 auto;
    width: 1000px;
    border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #231F20;
	background-color: #fff;
}

#topnavi ul {
    padding: 0;
    margin: 0;
    height: 22px;
}

#topnavi li {
	margin: 0;
	float: left;
	list-style-type: none;
	height: 22px;
}

#topnavi li.first {
    width: 372px;
}

#topnavi li a, #topnavi li span, #topnavi li a:active {
    display: block;
    height: 20px;
	padding: 4px 20px 0 20px;
	margin-top: -1px;
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
}
#topnavi li a:hover, #topnavi li a:focus {
    text-decoration: underline;
}

#topnavi li a.active,
#topnavi li span.active {
	color: #fff;
	background-color: #8CBB4C;
}

#topnavi li.first a.active, 
#topnavi li.first span.active {
    background: none;
    color: #231F20;
}

/**
 * TEASER / Navi bzw. Infobereich
 */        
#navi-teaser {
    margin: 0;
    padding: 30px 0 0 0;
    float: right;
    width: 183px;
    height: 100%;
}

#navi-teaser div {
	color: #231F20;
	margin: 10px 15px 20px 15px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #231F20;
	clear: both;
}

#navi-teaser div h3 {
	color: #231F20;
	font-weight: bold;
	font-size: 1em;
	margin: 15px 0 5px 0;
}
#navi-teaser div h3 a {
	text-decoration: none;
}

#navi-teaser a {
	font-weight: bold;
}

#navi-teaser img {
	float: left;
	border: 0;
}

/**
 * NAVI
 */    

#navi-teaser ul {
	margin: 0;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #231F20;
}
#navi-teaser li {
    list-style-type: none;
    border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #231F20;
	/*background-color: #fff;*/
}
#navi-teaser li a, #navi-teaser li span, #navi-teaser li a:active {
	display: block;
	padding: 5px 20px 5px 25px;
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}
#navi-teaser li a:hover, #navi-teaser li a:focus {
	text-decoration: underline;
}
#navi-teaser li a.active,
#navi-teaser li span.active {
    color: #fff;
	background-color: #8CBB4C;
}


/* Zweite Ebene */
#navi-teaser ul li ul {
    /*
    border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #231F20;
	*/
	border: none;
}
#navi-teaser ul li ul li {
    border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ffffff;
}
#navi-teaser ul li ul li a, #navi-teaser ul li ul li span, #navi-teaser ul li ul li a:active {
    color: #231F20;
    font-weight: normal;
    padding-left: 35px;
    background: url(/img/navi_pfeil.gif) no-repeat #fff 25px 10px;
    text-decoration: none;
}
#navi-teaser ul ul li a:hover, #navi-teaser ul ul li a:focus {
    padding-left: 35px;
    text-decoration: underline;
}
#navi-teaser ul ul li a.active,
#navi-teaser ul ul li span.active {
	color: #fff;
	padding-left: 35px;
	background: url(/img/navi_pfeil_active_2.gif) no-repeat #8CBB4C 25px 10px;
}

/* Brotkrumennavigation */
div.brotkrumen {
	display: none;
}

/**
 * PICTURE
 */
#picture {
    clear: both;
	float: left;
	width: 372px;
	padding: 0;
	margin: 0;
	border: none;
}
#picture img {
	margin: 0;
	border: none;
}

#picture-info {
    position: absolute;
    margin: 357px 0 0 0;
    color: #ffffff;
    width: 372px;
    height: 15px;
    text-align: center;
}
#picture-info-background {
    position: absolute;
    margin: 357px 0 0 0;
    width: 372px;
    height: 15px;
    background-color: #000000;
    filter:alpha(opacity=50); /* IE */
    -moz-opacity:0.5; /* Gecko-Browser */
    opacity:0.5; /* Opera 9+ */
}

#picture-info a,
#picture-info a:hover,
#picture-info a:visited,
#picture-info a:active {
    color: #ffffff;
    text-decoration: none;
}

a.picture-button-zurueck,
a.picture-button-zurueck:visited {
    display: block;
    position: absolute;
    margin: 360px 0 0 10px;
    width: 24px;
    height: 24px;
    background: url(/img/bildbutton_zurueck.gif) transparent 0px 0px;
    text-decoration: none;
}
a.picture-button-zurueck:hover {
    background: url(/img/bildbutton_zurueck.gif) transparent -24px 0px;
}
a.picture-button-zurueck:active {
    background: url(/img/bildbutton_zurueck.gif) transparent -49px 0px;
}

a.picture-button-vor,
a.picture-button-vor:visited {
    display: block;
    position: absolute;
    margin: 360px 0 0 338px;
    width: 24px;
    height: 24px;
    background: url(/img/bildbutton_vor.gif) transparent 0px 0px;
    text-decoration: none;
}
a.picture-button-vor:hover {
    background: url(/img/bildbutton_vor.gif) transparent -24px 0px;
}
a.picture-button-vor:active {
    background: url(/img/bildbutton_vor.gif) transparent -49px 0px;
}

/**
 * CONTENT
 */
#content {
    margin: 0 183px 10px 372px;
    /*padding: 50px 20px 10px 20px;*/
    padding: 0;
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 445px;
    margin: 0px;
}

#content-margin {
    margin: 30px 20px 20px 20px;
}

#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: 980px;
    clear: both;
    height: 60px;
    padding: 20px 0 0 20px;
    color: #231F20;
    font-weight: bold;
}
.footer-bg-de {
    background: url(/img/background_footer_de.gif) no-repeat #fff;
}
.footer-bg-en {
    background: url(/img/background_footer_en.gif) no-repeat #fff;
}
.footer-bg {
    background: url(/img/background_footer.gif) no-repeat #fff;
}

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

#footer .links {
    float: left;
    width: 372px;
}
#footer .mitte {
    float: left;
    width: 425px;
}
#footer .rechts {
    float: right;
    width: 180px;
}

/* Artikelbild */
.inhaltsbild {
	float: left;
	margin: 0 5px 5px 0;
}

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

/* Liste */
.listenbild {
	
}

ul.listenobjekt {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
ul.listenobjekt li {
	margin: 0px;
	padding: 10px 0 10px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #231F20;
}
ul.listenobjekt 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: #231F20;
    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: 360px;
}
form.kontaktformular div {
	padding: 10px 0 0 0;
}
form.kontaktformular div label {
}
form.kontaktformular div div.fehler {
	color: red;
	font-weight: bold;
}
form.kontaktformular div input {
	width: 350px;
	margin: 0;
}
form.kontaktformular div textarea {
	width: 350px;
}
form.kontaktformular div input.checkbox {
	width: 15px;
	border: none;
}
form.kontaktformular div input.submitbutton {
	width: 150px;
	background-color: white;
	border: 1px solid #231F20;
	text-align: center;
}

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

/* Banner */
#banner {
    display: none;
}

/* Suchbox im Header */
form.suchbox {

}

a.zurueck {
    float: right;
}



.jScrollPaneContainer {
    margin-bottom: -10px !important;
}