html{
    height: 100%;
}
body, table, td, li, p{
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    color: #333333;
}
body{
    background: #fff /*url(../bilder/layout_hintergrund.png) repeat-x*/;
    text-align: center;
    padding: 0;
    margin: 0;
	margin-top:5px;
}


#container{
    background: url(../bilder/layout_background.png) repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 1000px;
	padding:0px;
}

#container #header{
    background: #fff url(../bilder/layout_header.jpg);
   /* margin-top: 5px;*/
    height: 148px;
}

#logo {
    padding-left:30px;
    padding-top:30px;
}
#container #header ul, #container #header ul li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}
#container #header ul{
    position: absolute;
    right: 20px;
}
#container #header ul li{
    padding: 0 5px;
}
#container #header ul li a{
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}
#container #header ul li a:hover, #container #header ul li a.active{
    color: #ff0000;
}

#container #navigation{
    background: #fff url(../bilder/layout_nav.png);
    position: relative;
    height: 36px;
	width:100%;
	
}
#container #navigation ul, #container #navigation ul li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
	display:block;
	
}
#container #navigation ul{
    position: absolute;
    left: 210px;
}
#container #navigation ul li{
    background: url(../bilder/layout_nav_spacer.png) top right no-repeat;

}
#container #navigation ul li.right{
    background: none;
}
#container #navigation ul li a{
    text-decoration: none;
    line-height: 36px;
    margin-right: 4px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    color: #333333;
}
#container #navigation ul li a:hover, #container #navigation ul li a.active{
    background: url(../bilder/layout_nav_hover.png);
}

#container #shopnav{
    margin: 0 20px 0 11px;
    position: relative;
    display: inline;
    width: 190px;
    float: left;
}

#inhalt{
    margin: 20px 20px 20px 0;
    position: relative;
    width: 490px;
    float: left;
	min-height:450px;
	_height:450px;

}
#inhalt h1{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin: 0 0 10px 0;
    position: relative;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: #ff0000;
}
#inhalt h2{
    margin: 0 0 0.3em 0;
    font-weight: bold;
    font-size: 11px;
}
#inhalt h2.caption{
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
}
#inhalt h2.subheadline{
    font-size: 10px;
}
#inhalt h3{
    font-weight: bold;
    font-size: 11px;
}
#inhalt ul, #inhalt li{
    list-style-image: url(../bilder/li.gif);
	
}
#inhalt ul{
    margin: 0 0 1em;
	padding-left:15px;
}
#inhalt ul li{
    margin: 0 0 0 10px;
}
#inhalt ul ul{
    padding-left: 20px;
    margin: 5px 0;
}
#inhalt ul ul li{
    margin: 0;
}
#inhalt ul.navigation li{
    margin: 1px 0;
}
#inhalt ul.navigation li a{
    text-decoration: none;
}


#container #information{
    margin-top: 20px;
    width: 240px;
    float: left;
}
#container #information .box{
    background: url(../bilder/teaser/box_background.png) repeat-y;
    margin-bottom: 20px;
}
#container #information .box .boxcontent{
    background: url(../bilder/teaser/box_top.png) no-repeat;
    height: auto;
    _height: 135px;
    min-height: 135px;
    padding: 0 5px 0 15px;
    line-height: 15px;
}
#container #information .box .boxcontent h1{
    padding: 5px 0 10px;
    font-size: 12px;
    color: #666666;
    margin: 0;
}
#container #information .box .boxcontent p{
    color: #666666;
    margin: 5px 0;
}
#container #information .box .boxcontent ul{
    margin: 10px 0 5px 10px;
    list-style: none;
    padding: 0;
}
#container #information .box .boxcontent ul li{
    margin: 0 0 5px 0;
    padding: 0;
}
#container #information .box .boxcontent ul li a{
    color: #666666;
}
#container #information .box .boxcontent ul li a:hover, #container #information .box .boxcontent ul li a.active{
    text-decoration: none;
    color: #ff0000;
}
#container #information .box .boxcontent ul li ul{
    margin: 5px 0 10px 10px;
}
#container #information .box .boxcontent label{
    color: #666666;
    width: 100px;
    margin: 0;
}
#container #information .box .boxcontent input{
    padding: 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    width: 130px;
}
#container #information .box .boxbottom{
    background: url(../bilder/teaser/box_bottom.jpg) no-repeat;
    height: 12px;
}

#footer{
    background: url(../bilder/layout_footer.png) top no-repeat;
    padding-top: 30px;
}
#footer p, #footer a{
    color: #666666;
    margin: 0 0 0.5em 0;
}



p{
    margin: 0em 0 1em;
    padding: 0;
}
a{
    color: #666666;
}
a:hover{
    text-decoration: none;
}
a img{
    border: none;
}
form{
    display: inline;
}


.thedate{
    float: right;
    font-weight: normal;
}

img.floatleft, img.floatright, .floatleft img, .floatright img{
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.floatleft{
    margin: 0 15px 10px 0;
    display: inline;
    float: left;
}
.floatright{
    margin: 0 0 10px 15px;
    display: inline;
    float: right;
}
.floatright img{
    margin-bottom: 10px;
}
.repeater{
    margin: 0;
}
.clearall{
    clear: both;
}
.button{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    margin: 0px 10px 5px 0px;
    text-decoration: none;
    font-size: 11px;
    display: block;
    color: #333333;
    padding: 2px;
    float: left;
}
a.button{
    padding: 2px 10px;
}
a.greenbutton{
    border: 1px solid #3FC563;
    color: #3FC563;
}

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

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

#kontaktform label {
    width: 130px;
}

input.text, input.password, textarea.text, select{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    margin: 0px 0px 5px 0px;
    font-size: 11px;
    padding: 2px 0;
}
input.radio, span.option{
    margin-right: 5px;
    float: left;
}
input.required, input.password.required, textarea.required{
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

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


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(../zubehoer/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;
}

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

.formmailerror{
    display: block;
}

.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{
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */



table.angebote {
	border: 1px solid #ccc;
	margin-bottom:25px;
	float:left;
	clear:left;
}

table.angebote thead {
	background-color:#ddd;
	
}
table.angebote thead td {border-bottom:1px solid #ccc;}
table.angebote td.l_grau {
	background-color:#eee;
	border-right:1px solid #ccc;
}