@charset "utf-8";

body {
	font: 100% Verdana #ffffff;
	background: url(../images/bg2.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #ffffff;
	overflow:hidden;
}

.container {
	margin: 10px;
	width: 950px;
	background: #aaaaaa;
	text-align: left;
}

.header {
	position: absolute;
	z-index: 1;
	width: 950px;
	height: 175px;
}

.headerlogo {
	position: absolute;
	left: 0px;
}

.dummyblock {
	position: absolute;
	z-index: 2;
	background: url(../images/contentblock_dummy.jpg);
	width: 520px;
	height: 600px;
	left: 300px;
	top: 75px;
	padding-left: 50px;
}

.contentblock {
	position: absolute;
	z-index: 3;
	background: url(../images/contentbg.png);
	width: 520px;
	height: 600px;
	left: 300px;
	top: 75px;
	padding-left: 50px;
}

.menublock {
	position: absolute;
	z-index: 4;
	background: #2554C7;
	width: 200px;
	height: 400px;
	left: 150px;
	top: 125px;
}

.content {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

/* Menu items */
.menupos {
	position: absolute;
	top: 15px;
	left: 15px;
}
.menu_item {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.menu_item:hover {
	color: #dadada;
	text-decoration: underline;
}