/* 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; text-decoration: 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 Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.5em;
}

body{
    background: white;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #666;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

h1{
    color: #002141;
    font-size: 14px;
    margin: 0 0 1em 0;
}

h2{
    color: #002141;
    font-size: 13px;
    margin: 0;
}

h3{
    font-size: 12px;
    margin: 0;
}

a {
    color: #2A4C5A;
}

a:hover {
    color: #002141;
    text-decoration: none;
}

/* Grundgerüst */
#container {
    position: relative;
    width: 780px;
    background: transparent url(../bilder/bg_container.png) repeat-y;
}

#header {
    height: 176px;
    background: #81B9EE url(../bilder/bg_header.jpg) no-repeat;
}

#homelink {
    position: absolute;
    top: 38px;
    left: 560px;
}

#navigation {
    position: relative;
    height: 40px;
    background: #002141 url(../bilder/bg_navigation.png) no-repeat;
}

#content {
    position: relative;
    padding: 20px;
    height: auto;
    _height: 250px;
    min-height: 250px;
}

#footer {
    position: relative;
    height: 34px;
    background: #4b4b4b url(../bilder/bg_footer.png) no-repeat;
    padding: 0 20px;
}

#footer p {
    line-height: 34px;
    margin: 0;
    width: 480px;
    float: left;
}

#footer p , #footer a {
    color: #fff;
    text-decoration: none;
}

#producedby {
    float: right;
    width: 200px;
    margin-top: 8px;   
}

/* Ende Grundgerüst */

/* Navigation */
.navigation {
    list-style: none;
}

ul.navigation {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    display: inline;
    float: left;
}

#navigation ul li a {
    display: block;
    float: left;
}

/* Ende Navigation */

/* Inhalt */

.maincol, #kontaktform {
    width: 500px;
    float: left;
    margin-right: 20px;
}

.newsbox, #anschrift {
    float: left;
    padding-left: 19px;
    border-left: 1px solid #999;
    width: 220px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;    
}
html>.newsbox {
    width: 200px;
}

.newsbox a, a.mehr, .mehr a {
    padding-right: 15px;
    background: transparent url(../bilder/pfeil.png) right center no-repeat;
}

#content ul {
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#content ul li {
    background: url(../bilder/pfeil.png) left center no-repeat;
    padding-left: 15px;
    position: relative;
}

.repeater {
    margin-bottom: 1.4em;
}

.repeater h2 {
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

/* 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 #999;
    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 */

.tabellenrahmen {
	border: 1px solid black;
	border-collapse: collapse;
}
.tabellenrahmen thead td, .tabellenrahmen thead th {
	background-color: #002141;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: white;
	padding: 4px;
}
.tabellenrahmen td {
	border: 1px solid black;
	padding: 4px;
	margin: 0;
}

.repeater img{
    border: 1px solid black;
}

.opt{
	padding: 0 5px 0 5px;
}
.lieferspektrumUl ul{
	padding: 0px;
	margin: 0px;
}
