html, body {
	background: #c4daec url("../gfx/body_bg.jpg") repeat-x;
	/*background: #c4daec url() repeat-y;*/
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}
div#container {
	width: 1002px;
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
}
div#submenu {
	width: 1002px;
	height: 60px;
	background: url("../gfx/submenu_bg.jpg") repeat-y;
	overflow: hidden;
}
	div#breadcrumb {
		width: 950px;
		height: 20px;	
		padding: 10px 26px;	
		background: url("../gfx/breadcrumb_bg.jpg") no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
	}
		div#breadcrumb a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #cc2229;
			text-decoration: none;
		}
			div#breadcrumb a:hover {
				text-decoration: underline;
			}
div#header {
	width: 1002px;
	height: 270px;
	background: url("../gfx/header_bg.jpg") no-repeat;
	overflow: hidden;
}
	div#header img.logo {
		margin-top: 25px;
		margin-left: 75px;
		float: left;
	}
	div#header img.banner {
		float: right;
		margin-top: 6px;
		margin-right: 105px;
	}
div#content_container {
	width: 980px;
	padding: 0px 11px;
	overflow: hidden;
	background: url("../gfx/container_bg.png") repeat-y;
}
	div#content_container div#left {
		width: 750px;
		float: left;
	}
	div#content_container div#left div#content {
		width: 710px;
		padding: 20px;
		float: left;
	}
	div#content_container div#right {
		width: 230px;
		float: left;
	}
		div#content_container div#right div#mainmenu {
			width: 230px;
			padding: 0px 0px 3px 0px;
			background: url("../gfx/mainmenu_bottom.jpg") bottom no-repeat;
		}
div#footer {
	width: 1002px;
	height: 76px;
	background: url("../gfx/footer_bg.png") no-repeat;
	overflow: hidden;
}
	div#footer ul#footernav {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	list-style: none;
	overflow: hidden;
	}
	div#footer ul#footernav  li {
		display: inline;
		float: left;
		margin:0px 10px 0px 0px;
		padding:0px;
	}
	div#footer ul#footernav li a {
		display: inline-block;
	}

	div#content div.infovenster {
		border:1px solid #dedede; 
		background: #ffc url("../gfx/attention.png") no-repeat 8px 6px; 
		margin: 10px 10px;
		padding: 15px;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		color: #7F7F7F;
		overflow: hidden;
	}