/* 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: 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.3em;
}

body{
    background: #ebebeb;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */
#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 958px;
    background: url( ../bilder/navigation_background.gif ) no-repeat ;
    background-color:white;
    border-left:1px solid #ff6600;
    border-right:1px solid #ff6600;
    border-bottom:1px solid #ff6600;
}

#header{
    background: url( ../bilder/kopfgrafik.gif ) no-repeat;
    height: 150px;
    margin-bottom: 15px;
}

#navigation{
    position: relative;
    width: 250px;
    float: left;
    
    padding: 10px 0px 10px 30px;
}
#contentback {
    
/*     background: red; */
}

#inhalt{
    position: relative;
    width: 650px;
    float: left;
    padding-left: 15px;
    border-left: 2px solid #ebebeb;
    
}

#footer{
    background: #ff6600;
    height: 20px;
    text-align: center;
}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
    
}

ul.navigation{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.navigation a {
    font-size: 13px;
    color:#707070;
    text-decoration: none;
}

.navigation a:hover {
    color:#ff6600;
    text-decoration: none;
}


.navigation ul li ul {
    margin-left: 25px;
}
.navigation ul li ul li ul {
    margin-left: 25px;
}

.navigation a.active {
    color: #ff6600;
}
a.active {
	color: #000;
}
/* Ende Navigation */

/* Inhalt */

#inhalt ul{
    padding-left: 15px;
    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-size: 16px;
    margin: 0 0 0.5em 0;
    color: #ff6600;
}

h2{
    font-size: 15px;
    margin: 0 0 0.1em 0;
    color: #ff6600;
    font-weight: normal;
}

h3{
    font-size: 13px;
    margin: 0 0 0.3em 0;
    color: #ff6600;
    font-weight: normal;
}

a {
    color: #ff6600;
    text-decoration: underline;
}

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

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

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


/* 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 {
    border: 1px solid #cccccc;
    background: white;
    font-size: 13px;
    padding: 2px;
}

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: 13px;
}

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: 13px;
    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: red;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    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 */

#kontaktimpressum {
    float:right;
    color: black;
    margin-top: 16px;
    margin-right: 20px;

}
#kontaktimpressum a {
    color: black;
    text-decoration:none;
    font-size:12px;
}

#nations{
    float: left;
    padding-top: 4px;
    padding-left: 25px;
}
