div#container{
	width: 943px;
	margin: 0 auto;
	background: url(/images/framework/container_2_lines.jpg) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 4px;
	position:relative;
}
div.clear{
	clear:both;
}
div#header{
	width: 943px;
	height: 74px;
	background: url(/images/framework/headerbg.jpg) repeat-x;
	position:relative;
}

div#header a.logo{
	display:block;
	width: 235px;
	height: 74px;
	background: url(/images/framework/logo.jpg) no-repeat;
	float:left;
}
div#stripe{
	width: 776px;
	height:1px;
	background: url(/images/framework/stripe.jpg) no-repeat;
	position:absolute;
	bottom:0;
	left: 147px;
	overflow:hidden;
}
div#beam{
	width: 943px;
	height: 24px;
	background: url(/images/framework/beam.jpg) repeat-x;
	border-bottom: 1px solid #e1e1e1;
}

ul#topMenu{
	margin: 0;
	padding: 0;
	padding-left:30px;
	padding-top: 10px;
	position:absolute;
	top:46px;
	left:177px;
}
ul#topMenu li{
	float:left;
	list-style-type: none;
}
ul#topMenu li a{
	display: block;
	float:left;
	height: 17px;
	color: #1c4872;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	margin-right: 3px;
	background: url(/images/framework/menuright.jpg);
	background-position: top right;
	text-decoration:none;
}
ul#topMenu li a:hover, ul#topMenu li a.itemOn{
	background: url(/images/framework/menuright_hover.jpg) no-repeat;
	background-position: top right;
}
ul#topMenu li a span{
	display:block;
	background: url(/images/framework/menuleft.jpg) no-repeat;
	padding-right: 10px;
	padding-left: 13px;
	height:18px;
	cursor: pointer;
	float:left;
}
ul#topMenu li a:hover span, ul#topMenu li a.itemOn span{
	background: url(/images/framework/menuleft_hover.jpg) no-repeat;
}
div#left{
	width: 207px;
	float: left;
}

div#googleAdsLeft{
	width: 207px;
	height: 200px;
	background-color:#f3f6f9;
	border-bottom: 1px solid #e1e1e1;
}

div#leftMenu{
	margin-top:32px;
	margin-left:9px;
}
div#leftMenu span{
	color:#666666;
}
ul#randomActivities{
	padding:0;
	margin: 0;
	border: 1px solid #e1e1e1;
	border-bottom:0;
	width: 187px;
	margin-top:5px;
}
ul#randomActivities li{
	list-style-type:none;
	border-bottom: 1px solid #e1e1e1;
}
ul#randomActivities li a{
	display:block;
	width: 171px;
	background-color:#f3f6f9;
	color: #666666;
	font-size:11px;
	text-decoration: none;
	padding: 7px 7px 7px 9px;
}

div#content{
	float:left;
	width: 521px;
	padding:10px;
	padding-top: 20px;
	color:#666666;
}
div#googleAdsRechts{
	width: 193px;
	float:right;
	text-align:center;
}

div#bottomPageMenu{
	position:absolute;
	bottom:0;
	margin-left:207px;
	width: 541px;
	text-align: center;
}
div#bottomPageMenu ul{
	margin:0;
	padding:0;
}
div#bottomPageMenu ul li{
	list-style-type: none;
	display:inline;
	margin-right: 5px;
}
div#bottomPageMenu ul li a{
	color: #666666;
	text-decoration:none;
}