﻿/* 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 li {
    font: 12px Verdana, Helvetica, Arial , Geneva, sans-serif;
    font-weight: normal;
    color:#333333;
    line-height: 1.3em;
}

body{
    background: white;
    background-image: url(../bilder/layout_body_background.gif);
    background-position: 0px 10px;
    background-repeat:repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* Inhalt */

#inhalt ol{
    padding-left: 18px;
    margin : 10px 0;
}
#inhalt ul{
    padding-left: 18px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}

h1{
    font-weight:bold;
    font-size: 16px;
    color:#666666;
    margin: 0 0 15px 0;
}

h2{
    font-size: 14px;
    color:#e00016;
    margin: 0 0 15px 0;
}

h3{
    font-size: 13px;
    font-weight:bold;
    margin: 0 0 10px 0;
}

hr {
    border:solid #CCCCCC 0px;
    height:1px;
    background-color: #CCCCCC;
}
a {
    text-decoration: none;
    color: #999999;
}

a:hover {
    text-decoration: underline;
    color: #e00016;
}

a.auffaellig {
    color: #e00016;
    text-decoration: underline;
}

a.auffaellig:hover {
    text-decoration: none;
    color: #999999;
}

p {
    margin-bottom:10px;
}

.navigation{
    list-style:none;
}

#container{
    width:960px;
    _width:980px;
    position:relative;
    margin:25px auto;
    text-align: left;
}

/*****HEADER*START*****/

#header{
    position:relative;
    height:115px;
    width:960px;
}

#metanav li{
    float:left;
    font-size:10px;
    color:#333333;
    margin-right:10px;
}

#metanav li a{
    font-size:10px;
    color:#333333;
    text-decoration:none;
}
#metanav li a:hover , .navigation li a.active{
    text-decoration:underline;
    color:#666666;
}

#metanav{
    text-transform:uppercase;
}

#flagnav{
    margin-left:10px;
    float:left;
}

#flagnav li{
    float:left;
    font-size:10px;
    margin-right:8px;
}

#logo{
    position:absolute;
    top:40px;
    left:0;
}

#logo img{
    float:left;
    margin-right:20px;
}

#logo h1{
    float:left;
    display:block;
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    width:230px;
    color:#e00013;
}

/*****HEADER*ENDE*****/

/***NAVIGATION*START**/

#navigation{
    width:160px;
    float:left;
}

#navigation ul li {
    background-image: none !important;
}

#navigation ul li a{
    background-image:url(../bilder/layout_menu_background.gif);
    background-repeat:no-repeat;
    text-transform:uppercase;
    display:block;
    height:25px;
    font-size:11px;
    padding-top:15px;
    padding-left:20px;
    margin-bottom:10px;
}

#navigation ul li a:hover , #navigation ul li.active a, #navigation ul li.active a:hover {
    font-weight:normal;
    color:#e00016;
    background-image:url(../bilder/layout_menu_background_f2.gif);
}

#navigation_h ul li{
    text-align:center;
    float:left;
    display:block;
    /* margin-right:38px; */
    margin-top:25px;
    width:120px;
    background-image: none !important;
}

#navigation_h ul li a{
    text-transform:uppercase;
    color:#333333;
    font-size:10px;
    width: 100%;
}

#navigation_h ul li img{
    margin-bottom:2px;
}

#navigation_h ul li a:hover , #navigation_h ul li a.active{
    color:#e00016;
    text-decoration:none;
}

#navigation_h ul li a{
    display:block;
    float:left;
    height:30px;
    padding-top:55px;
    line-height:10px;
    background-repeat:no-repeat;
    background-position:center top;
}

.navh_1{
    background-image:url(../bilder/menu_horizontal/1.gif);
}

.navh_1:hover , .active .navh_1{
    background-image:url(../bilder/menu_horizontal/1_f2.gif);
}

.navh_2{
    background-image:url(../bilder/menu_horizontal/2.gif);
}

.navh_2:hover , .active .navh_2{
    background-image:url(../bilder/menu_horizontal/2_f2.gif);
}

.navh_3{
    background-image:url(../bilder/menu_horizontal/3.gif);
}

.navh_3:hover , .active .navh_3{
    background-image:url(../bilder/menu_horizontal/3_f2.gif);
}

.navh_4{
    background-image:url(../bilder/menu_horizontal/4.gif);
}

.navh_4:hover , .active .navh_4{
    background-image:url(../bilder/menu_horizontal/4_f2.gif);
}

.navh_5{
    background-image:url(../bilder/menu_horizontal/5.gif);
}

.navh_5:hover , .active .navh_5{
    background-image:url(../bilder/menu_horizontal/5_f2.gif);
}

.navh_6{
    background-image:url(../bilder/menu_horizontal/6.gif);
}

.navh_6:hover , .active .navh_6{
    background-image:url(../bilder/menu_horizontal/6_f2.gif);
}

.navh_7{
    background-image:url(../bilder/menu_horizontal/7.gif);
}

.navh_7:hover , .active .navh_7{
    background-image:url(../bilder/menu_horizontal/7_f2.gif);
}

.navh_8{
    background-image:url(../bilder/menu_horizontal/8.gif);
}

.navh_8:hover , .active .navh_8{
    background-image:url(../bilder/menu_horizontal/8_f2.gif);
}

#inhalt{
    width:800px;
    float:left;
}

#leftend {
    width: 140px;
    margin-right: 20px;
    float: left;
    margin-top:30px;
    padding-top:5px;
    border-top:5px solid #E00016;
    position:relative;
}

#footer{
    font-size:11px;
    position:relative;
    color:#999999;
    width:800px;
    margin-top:30px;
    padding-top:5px;
    border-top:5px solid #E00016;
    float: left;
}

#producedby{
    position:absolute;
    right:5px;
    bottom:0px;
}

#inhalt .teaser a , #inhalt #news_teaser a{
    text-decoration: none;
    color: #E00016;
    font-size:11px;
/*     background-image:url(../bilder/layout_arrow.gif); */
/*     background-repeat:no-repeat; */
/*     background-position: right 3px; */
/*     padding-right:8px; */
}
#inhalt .teaser a:hover , #inhalt #news_teaser a:hover {
    text-decoration: underline;
}

#inhalt .teaser .fade {
    width: 380px ;
}

#inhalt .home_combined{
    position:absolute;
    bottom:2px;
    _bottom:8px;
    right:0px;
}

#inhalt #news_teaser h3{
    margin-bottom:0;
}

#inhalt .datum{
    font-size:10px;
}

#inhalt #color h2{
    margin-bottom:5px;
}

#inhalt #color td{
    padding-bottom:2px;
    padding-right:10px;
    border-bottom:1px solid #cccccc;
}

.seitenpicker td a{
/*     font-size:11px; */
}

.leftColumn{
    float:left;
    width:630px;
}

.rightColumn{
    float:left;
    width:160px;
}









/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 150px;
    float: left;
    margin-bottom: 5px;
}

label.short{
    width:130px;
}
#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

#impressumInhalt label{
    width:200px;
}
input, textarea, select {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}
#kontaktform #txt_animal{
    display: none;
}
input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: #e00016;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: #e00016;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#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 {
    float: right;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    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 */

.box {
    border: 1px solid #ccc;
    background: #f0f0f0;
    padding: 10px;
    margin: 0 0 1em 0;
}
