/* 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 {
    background: url(../bilder/layout_runkel_hintergrund_body.gif) repeat-y;
}

body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #333;
}

td {
	vertical-align: top;
}

body, p, li{
    line-height: 1.3em;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */
#container {
    margin: 20px 0px 0px 10px;
    text-align: left;
    background: url(../bilder/layout_runkel_hintergrund_container.gif) repeat-y;
    width: 931px;
}

#header {
    width: 931px;
    height: 143px;
}

#inhalt {
    position: relative;
    width: 931px;
    height: 1%;
    float: left;
    background: url(../bilder/layout_runkel_hintergrund_inhalt.jpg) top left no-repeat;    
}

#navigation {
    position: relative;
    width: 260px;
    float: left;        
}

#navigation .navigationInhalt {
    background: url(../bilder/layout_runkel_hintergrund_navigation.gif) no-repeat;
    width: 210px;
    height: 250px; /* 181px;*/
    margin-left: 20px;        
}

#seitenInhalt {
    width: 450px;
    float: left;
    padding-top: 30px;
    line-height: 1.5em;
}

.seitenInhaltContent {
    padding: 0px 20px 0px 20px;
}

#rechteSpalte {
    width: 221px;
    float: left;
    font-size: 11px;
    padding-top: 30px;
}

#rechteSpalte p {
    padding: 0px 10px 0px 0px;
    font-size: 11px;
    color: #666;
    line-height: 1.4em;
}

#abschlusszeile {
    background: url(../bilder/layout_runkel_hintergrund_abschlusszeile.gif) no-repeat;
    height: 28px;
    font-size: 11px;
    color: #666;
    padding: 10px 0px 0px 280px;
}

#footer {
    font-size: 10px;
    color: #666;
    width: 931px;
}

#producedby {
    padding: 3px 0px 0px 30px;
}
/* Ende Grundgerüst */

/* Navigation */
#inhalt #navigation .navigation, .navigation ul {
    width: 210px;
    list-style: none;
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#inhalt #navigation ul.navigation li {
    line-height: 30px;    
}

#inhalt #navigation ul.navigation li a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 0px;
}

#inhalt #navigation ul.navigation li a:hover, #inhalt #navigation ul.navigation li a.active {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 0px;
}
/* Ende Navigation */

/* Inhalt */
#inhalt ul{
    padding-left: 15px;
    margin : 10px;
    padding: 0px;
    list-style: none;
}

#inhalt #seitenInhalt  ul li {
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4em;
}

h1 {
    font-size: 16px;
    margin: 0 0 0.5em 0;
    color: #000066;
    font-weight: normal;
    line-height: 1.3em;
}

h2 {
    font-size: 11px;
    margin: 0 0 0.1em 0;
    color: #666;
}

strong {
    font-size: 11px;
    margin: 0 0 0.1em 0;
    color: #666;
}

h3 {
    font-size: 11px;
    margin: 0 0 0.3em 0;
    color: #999;
}

a {
    color: #5b80b2;
}

a:hover {
    color: #036;
    text-decoration: none;
}

.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;
}


/* 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: #ffffff;
    color: #000000;
    border: 1px solid black;
}

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: 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 */


/* start sonstiges */
div.border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin: 0px 10px 15px 0px;
    padding: 0px;
    line-height: 1px;
}

div.newsRepeater {
    width: 410px;
}

div.newsRepeater p.datum {
    text-align: right;
    background-color: #ccc;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    line-height: 10px;
    background: url(../bilder/layout_runkel_hintergrund_news_p_datum.gif) bottom left no-repeat;
    width: 410px;

}

div.newsRepeater p.normal {
    color: #666;
    font-size: 11px;
    background: url(../bilder/layout_runkel_hintergrund_news_p.gif) repeat-y;
    margin-top: 2px;
    padding: 8px 10px 12px 10px;

}

.produktRepeater h3 {
    background-color: #ccc;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    line-height: 10px;
    background: url(../bilder/layout_runkel_hintergrund_news_p_datum.gif) bottom left no-repeat;
    width: 410px;
}

div.produktRepeater p.normal {
    color: #666;
    font-size: 11px;
    background: url(../bilder/layout_runkel_hintergrund_news_p.gif) repeat-y;
    margin-top: 2px;
    padding: 8px 10px 12px 10px;

}

div#kontaktImpressum {
    position: absolute;
    top: 1px;
    left: 710px;
}

div#kontaktImpressum ul, div#kontaktImpressum ul li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 20px;
}

div#kontaktImpressum ul.navigation li a {
    text-decoration: none;
    font-size: 11px;
    color: #000066;
}

div#kontaktImpressum ul.navigation li a:hover, div#kontaktImpressum ul.navigation li a.active {
    font-weight: bold;
    font-size: 11px;
}

/* ende sonstiges */

table.tabList {	
}

.tabList td {	
	vertical-align: top;
	padding: 5px;
	padding-bottom: 5px;
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
}

