* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    min-width: 960px;
    background: #f1f1f1;
  /*  background: url(images/koeln.png) no-repeat ; */
    font-family: 'Arial', 'Helvetica', 'Arial', sans-serif;
    font-size: 100%;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    background-size: 100% auto;
}

input, textarea, select, button {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 0;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
     width: 100%; height: auto;
}

small {
    font-size: 0.75em;
}




/* following code should be rethinked, especially font styles  */




/* ===============  global  =============== */
.hidden {
    display: none;
}

[data-role] {
    cursor: pointer;
}


/* ===============  page  =============== */
div#page {
    z-index: 0;
  /*  position: absolute;*/
    padding: 50px 0 0 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-width: 960px;
    min-height: 720px;
    background: #fff;
}

div#page > h1 {
    font-size: 1.5em; /* 24px / 16px */
    line-height: 1.25em;
    font-weight: 200;
    color: #66CC99;
    text-align: center;
    margin: 50px 0;
}

div#content{
    
    margin: 0px  auto;
    width: 80%;
    min-height:720px;
    min-width: 968px;
    background: url(images/bg.png) repeat-x 0 0 transparent;
    z-index: 8000;
 /*   border-right: 5px solid;
    border-right-color: #ccc;
    border-left: 5px solid;
    border-left-color: #ccc; */
    
}

/* ===============  header  =============== */
div#header {
    position:relative;
    top:40px;
    width: 100%;
    height: 40px;
    min-width: 968px;
    background:  url(images/bg_1.png) repeat-x 0 0 transparent;
    z-index: 8000;
    border-bottom: 5px solid;
    border-bottom-color: #ccc;
   
}


/* ===============  footer  =============== */
div#footer {
    display: block;
    margin: 0 px auto;
    padding: 0 0 10px 0;
    overflow: hidden;
    font-size: 1.0em; /* 12px / 16px */
    line-height: 1.5em;
    font-weight: 400;
    background: url(images/bg.png) repeat-x 0 0 transparent; 
    color: #2f2f2f;
    text-align:center;
    height:50px;
    
}

    div#footer ul {
        width: 100%; /* 14% im original */
        float: left;
        overflow: hidden;
        font-size: 0.75em; /* 12px / 16px */
        line-height: 1.5em;
        font-weight: 400;
        color: #666;
    }
    
        div#footer ul li {
            margin: 0 40px;
            
        }
        
            div#footer ul li a {
                color: #666;
                text-decoration: none;
            }
            
            div#footer ul li a:hover {
                color: #66CC99;
            }

            #spacer_left{
            float:left;
            height:30px;
            width:100%;

            }         

            .impressum{
            font-size: 1em; /* 12px / 16px */
            line-height: 2.5em;
            font-weight: 400;    
                
            }
            .disclaimer{
                
            width:500px;    
           
            font-size: 0.75em; /* 12px / 16px */
            line-height: 1.5em;
            font-weight: 400;
            }

