html {
	background-image: url(../images/bg_tile.gif);
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	color: #154d77;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
}

.mainTable {
	background-color: #FFFFFF;
}
.header {
	height: 73px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	clear: both;
}
.menu {
	float: left;
	width: 200px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	min-height: 575px;
}
/* minimum højde for IE6 og derunder */
* html .menu {
	height: 575px;
}
.rightContent {
	width: 750px;
	float: left;
}
.element1 {
	width: 430px;
}
.element2 {
	width: 300px;
}
.elementA {
	float: left;
	width: 375px;
}
.elementB {
	float: right;
	width: 375px;
}
.elementC {
}
.elementD {
}
.elementE {
}
.clearer {
	clear: both;
}
.footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0e314d;
	margin-top: 5px;
	color: #CCCCCC;
	height: 30px;
}
.footer p {
	text-align: center;
	line-height: 30px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}