body {
	background: #fff;
	font-size: 11px;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

body#body {
	text-align: center;	
}

#page_container {
	margin: 0 auto;
	padding: 20px 0;
	width: 760px;
	height: 100%;
	text-align: left;
	background-image: url(/.composer/images/formax/background.jpg);	
}

#navigation {
	float: left;
	width: 220px;
	overflow: hidden;
	padding: 0 20px;
}

* html #navigation {
	width: 220px;
}

#navigation .menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation .menu a {
	text-decoration: none;
	color: #555;
}

#navigation .menu .active a {
	font-weight: bold;
	color: #000;
}

#navigation #menu_main {
	margin-top: 200px;
	line-height: 15px;
}

#navigation #menu_sub {
	margin-left: 20px;
	width: 130px;
	line-height: 15px;
}

#header {
	width: 475px;
	height: 83px;
	background-image: url(/.composer/images/formax/formax.gif);
}

#header #startlink {
	display: block;
	position: relative;
	top: 39px;
	left: 15px;
	width: 172px;
	height: 44px;
}

#cube {
	float: left;
}

#cube #content_container {
	float: left;
	width: 348px;
	padding: 25px;
	background: #fff;
	height: 333px;
	border: solid 1px #aaa;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	overflow: auto;
}

#content_container #content {
	height: 283px;
}

#cube #side {
	float: left;
	width: 74px;
	height: 386px;
	background-image: url(/.composer/images/formax/cube_side.gif);
}

#page_container #content.start_content {
	overflow: hidden;
}
#page_container #content.start_content p {
	width: 200px;
}

#footer {
	clear: both;
	padding-top: 5px;
}

#footer a img {
	vertical-align: bottom;
	border: none;
}

#footer #nordinst {
	padding-right: 80px;
	margin-left: 20px;
}

/*#cube #footer {
	clear: both;
	padding-top: 10px;
	height: 50px;
	text-align: center;
}

* html #cube #footer {
	height: 40px;
}*/

