DIV#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #7b7b7b;
}

DIV#header {
	//background-image: url(../bilder/header.jpg);
	background-repeat : no-repeat;
	height: 78px;
	background-color: #2D2D2D;
	text-align: left;
}

DIV#header2 {
	height: 26px;
	background-color: #FCC604;
	line-height: 26px;
	background-image: url(../bilder/uheaderbg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: verdana, arial;
	
}

DIV#footer {
	clear: both;
	height: 26px;
	line-height: 26px;
	background-color: #FCC604;
	background-image: url(../bilder/uheaderbg.jpg);
}

DIV.content {
	padding-top: 10px;
	float: left;
	width:500px;
	//background-color: #DADADA;;
}

DIV.menu1 {
	padding-top: 10px;
	float: left;
	width: 200px;
}

DIV.menu2 {
	padding-top: 10px;
	float: left;
	text-align: center;
	//background-color: #DADADA;;
	width: 200px;
}