* {
    margin: 0;
    padding: 0;
}

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

body {
    min-width: 960px;
    background: #000000;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 100%;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
}

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;
}

small {
    font-size: 0.5em;
}

#container {
        width:100%;
        text-align: left;
        margin:50 0 0 0   auto;
        padding:0px;
        height:100%;
        background-image:url(images/bg1.jpg);
        background-repeat: no-repeat;
        background-position:center;
}
#containerheader {
	width:1322px;
        background-image:url(images/bg2head.jpg);
	text-align: left;
       margin:0px  auto;
        padding:0px;
        height:41px;

}
#containerfooter {
	width:1322px;
        background-image:url(images/bg2foot.jpg);
	text-align: left;
  	margin:0px  auto;
        padding:0px;
        height:41px;

}

#customer {
       /*width: 1322px;*/
        width:92%;
        text-align: left;
        margin:0px  auto;
        padding:0px;
      /*  height:90%;*/
       /* background-image:url(images/bg2.jpg);
        background-repeat: no-repeat;
        */
       background-image:url(images/bg2mitte.jpg);
       background-position:center;
     
}

#image-edit{
        margin-left:70px;
        width:40px;
        height:40px;
        display:block;
        background-image:url(images/buttonpfeilneu.png);
        background-repeat: no-repeat;
        background-position:center;
    
    
}
#image-delete{
        margin-left:20px;
        width:40px;
        height:40px;
        display:block;
        background-image:url(images/x1.png);
        background-repeat: no-repeat;
        background-position:center;
    
    
}

/* 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;
    margin: 0px auto;
	height: 100%;
	padding: 0px;
    background-color: #000;
}
div#page > h1 {
    font-size: 1.5em; /* 24px / 16px */
    line-height: 1.25em;
    font-weight: 200;
    color: #66CC99;
    text-align: center;
    margin: 50px 0;
}


/* ===============  header  =============== */
div#header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 55px;
    min-width: 968px;
    background: url(images/bg.png) repeat-x 0 0 transparent;
    z-index: 8000;
}


/* ===============  footer  =============== */
div#footer {
    display: block;
    margin: 100px 0 0 5%;
    padding: 0 0 10px 0;
    overflow: hidden;
}

    div#footer ul {
        width: 25%; /* 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;
            }

            
/* [gst]: footer on top */           
div#footer.footertop {
    background: none repeat scroll 0 0 rgb(241, 241, 241);
    border-top: 5px solid rgb(102, 204, 153);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 20px 0 20px 5%;
}
div#page span.loader{
     position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: -16px;
        width: 32px;
        height: 32px;
        background: url(images/ajax-loader.gif) no-repeat 0 0 transparent;
        display: block;

    
}

#header_include{
width:900px;
height:125px;
float:left;
margin-left:50px;

 }
#headline1{
height:40px;
width:330px;
border: 1px solid #a4100c;
border-right: none;
border-bottom: none;
margin-left:90px;
margin-top: 75px;
float: left;


}
#headline2{
height:40px;
width:320px;
border: 1px solid #a4100c;
border-bottom:none;
margin-left:0px;
margin-top: 75px;
float: left;


}
#logo{
width:200px;
height:123px;
background-image:url(images/logoklein.png);
float:right;
margin:10px  50px;

}

#content{
 float:left;
 width:1270px;
 text-align: left;
 margin-left:40px;

}
#save{
 float:left;
 width:90%;
/* height:55px;*/
}