/***************************************
 *** Containers
 ***************************************/

body {
    width: 100%;
    margin: 0;

    overflow-y: scroll;

    background-color: #263f5d;

    background-image: url(background.png);
    background-repeat: repeat-y;
    /* background-position: 20px 0px; */
    
    background-image: -moz-linear-gradient(left, #486fa9, #263f5d 600px);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #486fa9),color-stop(600px, #263f5d));
}

#container {
    position: relative;
    margin: 0 auto;
    width: 320px;
}

#body {
    position: absolute;
    left: 0;
    width: 320px;
    font-family: verdana,arial,helvetica,clean,sans-serif;
}

#logo {
    position: relative;
    float: left;
    width: 136px;
    height: 100px;
    margin-top: 12px;
    margin-bottom: 0;
    z-index: 10;
}

#top {
    background-image: url(topbar.png);
    background-repeat: repeat-x;
    
    /* position: fixed; */
    
    text-align: right;
    
    background-image: -moz-linear-gradient(top, #fea41c, #fd631b);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fea41c),color-stop(1, #fd631b));
}

#footer {
    text-align: center;
    font-size: 7pt;
    color: #ccc;
    padding-top: 5px;
    padding-bottom: 3px;
}

#footer a {
    text-decoration: none;
    color: #ccc;
}

#logo a img {
    border: none;
}

/* content container side borders */

#logo,
#navigation ul li,
#contentbody {
    margin-left: 5px;
    margin-right: 5px;
}

#title {
    display: block;
    margin: 0 auto;
    padding: 1px 0;
    text-align: center;
}

#title h1 {
    display: block;
    margin: 0;
    font-size: 16pt;
    font-weight: bold;
    line-height: 2em;
    color: white;
    clear: none;
    word-spacing: 1.6em;
}

#content {
    position: relative;
}

#navigation {
    position: relative;
}

#navigation ul {
    /* tabbed */
    position: relative;
    left: 0;
    top: 0;
    text-align: right;
    
    /* general */
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#navigation ul li {
    display: inline-block;
    padding: 0;
    padding-bottom: 20px;
}

#navigation ul li.active {
    background-image: url(index.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}


#navigation ul li a {
    /* tabbed */
    display: inline-block;
    width: auto;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    -moz-box-shadow: 3px 3px 3px #222;
    -webkit-box-shadow: 3px 3px 3px #222;
    box-shadow: 3px 3px 3px #222;

    /* general */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;

    padding: 3px 10px;
        
    background-color: #da612f;
    background-image: url(buttonbg.png);
    
    background-image: -moz-linear-gradient(top, #fea41c, #da612f 15px);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fea41c),color-stop(15px, #da612f));
}

#navigation ul li a:hover {
    background-color: #da612f;
    background-image: url(navbuttonbghover.png);
    background-image: -moz-linear-gradient(top, #feae36, #fea41c 5px, #da612f 15px);
}

#navigation ul li.active a {
    background-image: none;
    background-color: #ffffff;
    color: #fd631b;    
}

.contentbox {
    background-color: #ffffff;
    min-height: 200px;
    
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    
    margin: 0;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 3px 3px 3px #222;
    -webkit-box-shadow: 3px 3px 3px #222;
    box-shadow: 3px 3px 3px #222;
    
    background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #e5e5e5));
}

/***************************************
 *** Top
 ***************************************/

#top {
    font-family: verdana,arial,helvetica,clean,sans-serif;
    font-size: 10pt;
    padding: 4px 8px;
}

#top span.error {
    font-weight: bold;
    color: #a90000;
    margin-right: 20px;
}

#top input.text {
    margin-left: 5px;
    margin-right: 5px;
    
    padding: 2px 1px;
    
    border: 1px solid #aaa;
   
    background-image: url( white60.png );
    background-repeat: repeat;
    background-color: transparent;
    
    -moz-box-shadow: 2px 2px 2px #7a561f;
    -webkit-box-shadow: 2px 2px 2px #7a561f;
    box-shadow: 2px 2px 2px #7a561f;
}

#top input.button {
    position: relative;
    top: 0;
    left: 0;

    text-decoration: none;
    color: black;
    font-weight: normal;
    font-family: verdana,arial,helvetica,clean,sans-serif;
    font-size: 10pt;
    letter-spacing: 0em;
    vertical-align: baseline;
    
    margin-left: 20px;
    
    padding: 2px 10px;

    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 2px 2px 2px #7a561f;
    -webkit-box-shadow: 2px 2px 2px #7a561f;
    box-shadow: 2px 2px 2px #7a561f;

    background-color: #E57D00;
}

#top input.button:hover {
    background-color: #ffba68;
}

#top input.button:active {
    background-color: #ffba68;
    
    position: relative;
    top: 1px;
    left: 1px;
    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************************
 *** Sidebar
 ***************************************/

#login {
    margin-top: 200px;
    
    padding: 10px 20px;

    border-width: 4px;
    border-style: solid;
    border-color: #fd631b;

    background-color: #55555a;

    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    
    -moz-box-shadow: 3px 3px 3px #222;
    -webkit-box-shadow: 3px 3px 3px #222;
    box-shadow: 3px 3px 3px #222;
    
    color: white;
    font-family: verdana,arial,helvetica,clean,sans-serif;
}

#login h2 {
    font-size: 16pt;
    text-transform: uppercase;
}

#login span.label {
    display: block;
    font-size: 13pt;
    font-weight: bold;
}

#login span.description {
    font-size: 9pt;
    font-weight: normal;
}

#login span a {
    color: white;
}

#login input.text {
    width: 100%;
    background-image: url(textfield.png);
    border: none;
    padding: 3px;
}

#login p.login {
    margin-top: 39px;
    text-align: center;
}

#contentbody .button {
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: verdana,arial,helvetica,clean,sans-serif;
    font-size: 12pt;
    
    padding: 5px 15px;

    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 3px 3px 3px #222;
    -webkit-box-shadow: 3px 3px 3px #222;
    box-shadow: 3px 3px 3px #222;

    background: #fea41c;
    background: -moz-linear-gradient(top, #fea41c 0%, #c6582b 36%);
    background: -webkit-linear-gradient(top, #fea41c 0%,#c6582b 36%);
    background: linear-gradient(to bottom, #fea41c 0%,#c6582b 36%);
}

#contentbody .button:hover {
    background: #feac2f;
    background: -moz-linear-gradient(top, #feac2f 0%, #da612f 36%);
    background: -webkit-linear-gradient(top, #feac2f 0%,#da612f 36%);
    background: linear-gradient(to bottom, #feac2f 0%,#da612f 36%);
}

#contentbody .button:active {
    background: #feac2f;
    background: -moz-linear-gradient(top, #da612f 0%, #feac2f 36%);
    background: -webkit-linear-gradient(top, #da612f 0%,#feac2f 36%);
    background: linear-gradient(to bottom, #da612f 0%,#feac2f 36%);

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************************
 *** Content
 ***************************************/

.hidden {
    display: none;
}

.nobr {
    white-space: nowrap;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#contentbody {
    position: relative;
    clear: both;
}

#contentbody h1 {
    display: none;
}

#contentbody h2 {
    padding-top: 16px;
    padding-bottom: 0;
    margin: 0;

    font-size: 15pt;
    font-weight: bold;
    text-align: center;

    color: #263f5d;
}

#contentbody h2 strong {
    font-weight: bolder;
}

#contentbody h3 {
    color: #fd631b;
    font-size: 12pt;
    margin-top: 16px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
}

#contentbody h4 {
    color: #fd631b;
    font-size: 10.5pt;
    margin: 2px 0;
}

#contentbody h5 {
    color: #fd631b;
    font-size: 9pt;
    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
}

#contentbody ul {
    margin: 0;
    padding-left: 20px;
}

#contentbody p {
    padding-left: 20px;
}

#contentbody p,
#contentbody ul,
#contentbody .label {
    color: #263f5d;
    font-weight: normal;
    font-size: 11pt;
    margin-top: 0;
    line-height: 1.5em;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
}

#contentbody p.emph {
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    /* color: #ff6600; */
    margin-top: 18px;
    margin-bottom: 0;
}

#contentbody p.figure {
    text-align: center;
    margin: 20px 0;
}

#contentbody a {
    color: #4b7ebd;
}

#contentbody a img {
    border: 1px solid #aaa;
}

#contentbody a:hover img {
    border: 1px solid black;
}

/* bloecke */

#contentbody div.block {
    clear: both;
    margin: 23px 0;
}

#contentbody .floatleft {
    float: left;
    margin-right: 12px;
}

#contentbody .floatright {
    float: right;
    margin-left: 12px;
}

#contentbody div.order a {
    position: absolute;
    right: 8px;
    top: 8px;
    
    /* width: 114px;
    height: 43px;
    
    background-image: -moz-linear-gradient(top, #fea21c, #fd641b);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fea41c),color-stop(1.0, #fd641b));
    
    background-image: url(ordernow.png); */

    text-decoration: none;
    color: white;
}

#contentbody div.order a em {
    /* visibility: hidden; */
    font-style: normal;
}

#contentbody p.order {
    clear: both;
    margin-top: 50px;
}

#contentbody .twocol .block {
    float: left;
    clear: none;
}

/* lvis tab */

#lvis .twocol .left {
    width: 50%;
    margin-right: 10px;
}

#lvis .twocol .right {
    width: 47%;
    margin-left: 10px;
}

#lvis div.order a {
    position: relative;
    float: right;
    margin-right: -20px;
}

#lvis p {
    margin-top:  0;
    margin-bottom: 6px;
    padding-left: 0;
}

#lvis h2 {
    font-size: 11pt;
    font-weight: bold;
    text-align: center;

    padding-top: 6px;
}

#lvis ul {
    list-style-type: square;
}

#lvis #komfort {
    position: relative;
}

#lvis #sicherheit .floatright {
    padding-right: 14px;
}

#lvis #energie ul {
    margin-left: 198px;
}

/* vorteile tab */

#vorteile div.reduced {
    width: 560px;
}

#vorteile div.floatright {
    margin-top: 30px;
}

/* service tab */

#service div.block {
    padding: 0;
    margin: 20px 0;
}

#service #service2 {
    clear: none;
}

#service #service2 h4 {
    margin-top: 13px;
}

/* technik tab */

#technik .reduced {
    width: 560px;
}

/* wir tab */

#wir h4 span.titel {
    color: black;
    font-size: 10pt;
}

/* impressum */

#impressum {
    padding-left: 100px;
    padding-right: 100px;
}

/* kontakt formular */

#kontakt .twocol .left,
#bestellen .twocol .left {
    width: 58%;
    margin-right: 10px;
}

#kontakt .twocol .right,
#bestellen .twocol .right {
    width: 38%;
    margin-left: 10px;
}

#kontakt #kontaktimg,
#bestellen #kontaktimg {
	padding-top: 23px;
	padding-left: 20px;
}

.kontaktform form {
}

.kontaktform table {
    margin: 0 auto;
    border: none;
    width: 100%;
}

.kontaktform .label {
    text-align: right;
    width: 15ex;
}

.kontaktform .text {
    background-image: url(textfield.png);
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #ddd;
    width: 100%;
    min-width: 130px;
}

.kontaktform .error {
    text-align: center;
    padding: 0;
    color: #c30000;
    font-size: 8pt;
    vertical-align: top;
}

.kontaktform .submit {
    text-align: center;
}

.kontaktform .footnote {
    font-size: 80%;
}

#kontakt a:hover img,
#bestellen a:hover img,
#impressum a:hover img {
    border: none;
}

#kontakt a img,
#bestellen a img,
#impressum a img {
    border: none;
}

/* impressum */

#impressum div.block {
    padding: 0;
    margin: 12px 0;
}
