/*layout & positioning */
body {
margin: 0;
padding: 0; 
height:100%;
}
#header {
position:relative;
z-index:90;
height:185px;
width:1150px;
}
.moduletable_blob {
position:relative;
z-index:100;
top:0px;
left:130px;
height:75px;
width:75px;
}
#language {
position:absolute;
top: 90px; 
left: 860px;
z-index:300;
width:150px;
height:20px;
}
#pageTitle {
width:580px;
position:absolute;
z-index:80;
top:180px;
left:240px;
}
#sidebar {
z-index:80;
height:100%;
position:absolute;
top:160px;
left:5px;
overflow:hidden; 
}
#user1 {
width:560px;
position:absolute;
top: 210px; 
left: 240px;
overflow:hidden;
}
#user2 {
width:560px;
position:absolute;
top: 210px; 
left: 240px;
overflow:hidden;
}
#content {
width:580px;
z-index:80;
position: absolute; 
top: 190px; 
left: 240px;
overflow:hidden;
}
#sidebar2 {
z-index:80;
height:100%;
position:absolute; 
top:182px;
left:840px;
overflow:hidden;
}
.fotorechts { 
float: left; 
margin: 0 15px 10px 0;  
}

.inside {padding:10px;}

/*html>body #sidebar {
position:fixed;
}*/
html>body .moduletable_blob {
position:fixed;
}
/*html>body #sidebar2 {
position:fixed;
}*/
/*html>body #pageTitle {
position:fixed;
}*/
html>body #language {
position:fixed;
}
#footer {
clear:both;
}


