html{
background: #100f0f;
background: url(images/hallo.jpg) center top no-repeat;
background-size: 100% 120%;
}

/* unvisited link */
a:link {
    color: grey;
}

/* visited link */
a:visited {
    color: grey;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: grey;
}

body {
    width:100%;
    height:100%;
    margin:0;
    padding:0; 
background: #100f0f;
background: url(images/hallo.jpg) center top no-repeat;
background-size: 100% 100%;


}
#container {
    width:100%;
    min-width:1100px;
    min-height:100%;
    margin:0;
    padding:0;
background: #100f0f;
background: url(images/hallo.jpg) center top no-repeat;
background-size: 100% 100%;
}
#header {
position:absolute;
    width:100%;
height:150px
background: url(images/bgTop.png) top center no-repeat;
	background-size: 100% 100%;
}

#header #logo{
position:fixed;
//float: left;
left:0;
height:80px;
}

#header #topMenu{

float:right;
left:0px;
 width:100px;

}

.sidebar-container { position: fixed; top: 0px; width: 50%; }

.sidebar { border: 1px solid gray; padding: 0px 0px; }

.sidebar-l {float: left;}
.sidebar-r {float: right;}

#logoimg{
position: fixed;
width:1150%;
}
#body {
    padding:10px 10px 60px 10px;
 }
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:150px;  
    background: url(images/bgBottom.png) top center no-repeat;
background-size: 100% 100%;
    margin:0; padding:0;
}



#menu-row {
    overflow: auto;

        height: 100px;
    background: #000000;
background: url(images/bgTop.png) top center no-repeat;
	background-size: 100% 100%;
}
#menu-logo {
    width: 25%;
    float: left;
}
#menu-logo img {
    width: 240px;
    height: 80px;
margin:5px 0px 0px 30px;
}
#menu-content {
    width: 10%;
    height: 80px;
    float: left;
}
#menu-right {
    width: 700px;
    height: 80px;
    float: right;
margin:15px 0 0 0;

}
#menu-content li {
    display: inline;
    list-style-type: none;
    height: 128px;
}

#menu-right li {
color: grey;
    display: inline;
    list-style-type: none;
    height: 80px;
padding:0 30px 0 0;
font-size: 140%;
}

#menu-right ul li a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #bbbbbb;
    outline: none;
}

#menu-right li a:hover, #menu-content li .current {
    color: white;
    background: #000000;
}
#page-content {
width:90%;
height:62%;
margin: 3% auto;
}

#page-content #blockA{
position:relative;
width:100%;
height:100%;
margin: 0 0 0 0;
}

#left{
float: left;
width:32%;
height:100%;
}
#right{


float: right;
width:32%;
height:100%;
}

#center{
display: inline-block;
margin:0 auto;
width:32%;
height:100%;
}

#footerZ {
    position: fixed;
	width:100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
}

#leftA{
float: left;
width:450px;
}

#rightA{
float: right;
width:200px
}

#centerA{
color:grey;
display: inline-block;
width:100%;
margin:10px auto;
height:10%;
}

#texteA{
color:white;
display: inline-block;
width:100%;
margin:20px auto;
font-size: 130%;
}