/* jeffrey */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: #dde3ea;	
}
#body {
	width:998px;
	margin-left: auto;
	margin-right: auto;	
	background: #C8DDF0 url(../img/bg_page.gif) no-repeat center bottom;
}

#navigation {
	width:100%;
	height:60px;
	background: #0A2C72;
	float:left;	
}

#page {
	width:100%;
	height:500px;
	float:left;
	background:#C8DDF0 url(../img/background/withBubble.png) no-repeat center bottom;;
}
#page-wide {
	width:100%;
	height:500px;
	float:left;
	background:#C8DDF0 url(../img/background/wideNoBubble.png) no-repeat center bottom;
	overflow: auto;
}
#page-wide div#inside {
	margin: 10px 10px 0;
}
#content {
	width:650px;
	margin-top:24px;
	float:right;	
}
#content .inner {
	/*background:#fff;*/
	padding-right:50px;
	margin-right:0px;
}
#content .inner .scroll
{
	height:410px;
	width:600px;
	position:absolute; /* wird fuer google maps gebraucht*/
	margin-top:4px;
	margin-bottom:4px;
	padding-right:5px;
	overflow:auto;
}

#footer {
	bottom: 0;
	width:998px;
	float:left;
	height:60px;
	background:#0A2C72 url(../img/logo.gif) no-repeat  right 8px;	
}
#flags {
	margin: 18px;
	width: 200px;
}
.avartar {
	float:left; 
	margin-top:146px; 
	height:355px; 
	width: 300px;
	position:absolute; 
	background:transparent url(/fileadmin/tpl/img/avatar.png) no-repeat bottom left;
}


