body {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
margin-left: auto;
margin-right: auto;
//background-color: orange;
width: 980px;
height:auto;
}

#header {
width: 100%;
height: 70px;
/*background-color:#ff0;*/
margin-bottom: 10px;
}
#footer {
width: 100%x;
height: 40px;
#background-color: green;
clear: both;
font-size: 10px;
}
#menue-top {
width: 100%;
height: 40px;
background-color:#ff0;
float: left;
margin-bottom: 10px;
}


#menue-left {
width: 100px;
height: 70%;
background-color:#ff0;
float: left;
margin-bottom: 10px;
}
#content {
#width: 850px;
height:70%;
#background-color:#faa;
#float: right;
font-size: 14px;
text-align: center;
color: blue;

}


