

@charset "ISO-8859-2";
body{
	margin: 0;
	padding: 0;
	height: 100%;
}
#holder{
	width: 940px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -470px;
	padding: 0;
	float: left;
	min-height: 100%;
	position: absolute;
}
#head {
	width: 940px;
	height: 100px;
	float: left;
	background-color: black;
}
#head #logo{
	float: left;
}
#head #client{
	float: right;
}
#head #testpage{
	float: right;
	clear: right;
}
#mainmenu {
	float: left;
	width: 940px;
	height: 51px;
}
#submenu{
	width: 369px;
	margin: 0;
	padding: 0;
	float: left;
}
#content{
	width: 571px;
	float: left;
	clear: none; 
}
#footer{
	width: 940px;
	float: left;
	height: 25px;
	clear: both;
	position: absolute;
	bottom: 0;
}
#center{
	float: left;
	height: 300px;
	margin: 0;
	padding: 0;
	width: 940px;
}
#opening_footer{
	float: left;
	width: 940px;
	height: 50px;
}

#forumheader {
	width: 940px;
	float: left;
	clear: left;
	height: 26px;
}

#forum {
	width: 900px !important; width /**/: 940px;
	float: left;
	clear: left;
	padding: 20px;
}
#forumpagenumber {
	width: 900px;
	float: left;
	clear: left;
	height: 26px;
}

#fullwidthcontent {
	width: 900px !important; width /**/: 940px;
	float: left;
	clear: left;
	padding: 20px;
}
