/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.3em;
}

body{
    background: #525252;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

h1{
    font-size: 13px;
    margin: 0 0 3em 0;
    color: #c9c9c9;
}

h1 img {
    margin-top: 1px;
}

h2{
    font-size: 12px;
    margin: 0 0 1em 0;
}

h3{
    font-size: 12px;
    margin: 0;
}

a {
    color: #F99C1C;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

/* Grundgerüst */
#container{
    margin: 20px auto;
    text-align: left;
    position: relative;
    width: 960px;
    background: transparent url(../bilder/bg_container.png) repeat-y;
}

#container2 {
    position: relative;
    background: transparent url(../bilder/bg_container2.png) no-repeat;
}

#header{
    height: 110px;
    position: relative;
}

#logo {
    position: absolute;
    left: 16px;
    top: 26px;
}

#navigation{
    position: relative;
    width: 230px;
    float: left;
    margin: 40px 30px 0 0;
}

#inhalt{
    position: relative;
    width: 590px;
    float: left;
    height: auto;
    _height: 400px;
    min-height: 400px;
}

#footer{
    height: 81px;
    position: relative;
    background: transparent url(../bilder/bg_footer.png) no-repeat;
}

#footertext {
    position: absolute;
    top: 52px;
    width: 940px;
    text-align: center;
    color: #F99C1C;
    margin: 0 10px;
    font: 10px Arial, Helvetica, Verdana, Geneva, sans-serif;
}

#footertext a {
    text-decoration: none;
    color: #F99C1C;
}

#producedby {
    position: absolute;
    top: 10px;
    left: 43px;
}

/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}

ul.navigation{
    margin: 0;
    padding: 0;
}

#navigation ul {
    margin: 0 0 40px 20px;
    font-size: 10px;
}

#navigation ul li {
    margin-top: 10px;
}

#navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#navigation ul li a.active, #navigation ul li a:hover {
    color: #F99C1C;
}

#navigation ul li a img {
    vertical-align: bottom;
}

#navigation ul li ul {
    margin: 0;
    display: none;
}

#navigation ul li.active ul {
    display: block;
}

#navigation ul li ul li {
    margin-left: 30px;
    margin-top: 5px;
}

#navigation ul li ul li ul li {
    margin-left: 10px;
}

#navigation ul li ul li ul li a {
    font-weight: normal;
}

/* Ende Navigation */

/* Inhalt */

.beschreibung {
    width: 420px;
    float: left;
}

.bilder {
    width: 152px;
    float: right;
    text-align: center;
}

.bilder img {
    margin-bottom: 1em;
}

.beschreibung label {
    float: left;
    width: 130px;
    margin-bottom: 1em;
    font-weight: bold;
}

.beschreibung .textblock {
    width: 280px;
    float: left;
    margin-bottom: 1em;
}

.teaser {
    background: #2B322E;
    padding: 10px 20px;
    margin-bottom: 1em;
}

.teaser .textblock {
    width: 240px !important;
}

#flash_home {
    float: right;
    margin-left: 10px;
    width: 345px;
    height: 346px;
    border: 1px solid #999;
}

#inhalt ul{
    padding-left: 15px;
    margin : 0 0 1em 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
    list-style: none;
    margin: 2px 0;
    
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen, .lightbox {
    border: 1px solid #999;
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    background: #3C4440;
    color: #fff;
    border: 1px solid #999;
    font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    border: 1px solid #999;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    border: 1px solid #999;
}

form input.required.completed, form input.ausfuellen.completed{
    border: 1px solid #999 !important;
}

select {
    margin-bottom: 5px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid #999;
}

input.button {
    background: #999;
    color: #3C4440;
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    cursor: pointer;
    cursor: hand;
}

form label.required {
    color: #FD634D;
}

form label.completed {
    color: #fff;
}

.ausfuellen {
    border: 1px solid #999;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: #FD634D;
    margin: 0 0 1em 0;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
    background: #3C4440;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    position: relative;
}

#anschrift label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
