/* CSS Deutsch Russische Gesellschaft in Hamburg */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#293D7D;}
#main{ 
	position: absolute;
	width: 1000px;
	height: 800px;
	z-index: 10;
	left: 50%;
	margin-left: -500px;
	top:10px;
	background-color:#B0CFE8;
	}

#mitteblau{ 
	position: absolute;
	width: 589px;
	height: 100%;
	z-index: 15;
	left: 242px;
	top:0px;
	background-color:#558FD5;
	}
#hellblaudeckel{ 
	position: absolute;
	width: 589px;
	height: 128px;
	z-index: 20;
	left: 0px;
	top:42px;
	background-color:#B0CFE8;
	}
#headeins{ 
	position: absolute;
	width: 311px;
	height: 104px;
	z-index: 30;
	left: -185px;
	top:47px;
	}
#headzwei{ 
	position: absolute;
	width: 264px;
	height: 90px;
	z-index: 30;
	left: 138px;
	top:60px;
	}
#headdrei{ 
	position: absolute;
	width: 286px;
	height: 118px;
	z-index: 30;
	left: 416px;
	top:60px;
	}
#menu{ 
	position: absolute;
	width: 160px;
	height: 400px;
	z-index: 50;
	left: 55px;
	top:228px;
	}
#footer{ 
	position: absolute;
	width: 513px;
	height: 80px;
	z-index: 50;
	left: 277px;
	bottom:0px;
	}
#wappen{ 
	position: absolute;
	width: 54px;
	height: 56px;
	z-index: 50;
	left: 18px;
	top:4px;
	}
#textfeldfooter{ 
	position: absolute;
	width: 440px;
	height: 40px;
	z-index: 50;
	left: 83px;
	top:22px;
	}
#inhalt{ 
	position: absolute;
	width: 500px;
	height: 440px;
	z-index: 70;
	left:275px;
	top:233px;
	}

