body {
	background-color: #D8E8EA;
}
/* Input boxes */
input, textarea {
width:300px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #305670;
	background-color: #ebf5f6;
	padding: 3px;
	}

input.h1 {
	font-size: 24px;
	font-weight: normal;
	color: #122f65;
	}

/* nyt design */
.container {
	margin:0 auto; /* center, not in IE5 */
	width: 944px;
}
#page {
	background: url('/gfx/indhold.png') left top repeat-y;
	padding-top: 62px;
}
#bund {
	height: 12px;
	background: url('/gfx/bund.png') left bottom no-repeat;
}
#toptxt > div {
	text-align: right;
	margin-top: 5px;
	margin-right: 170px;
}
#toptxt > div > a {
	text-decoration:none;
	margin-left: 25px;
}
#bottomtext > div {
	margin-top: 5px;
	margin-right: 170px;
	text-align: center;
}
#topmenu {
	height: 35px;
	width: 750px;
	text-align: right;
}
#rightmenu {
	float: right;
	width: 171px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0;
}
#rightmenu > li {
	height: 67px;
	overflow: hidden;
}
#content {
	padding-left: 25px;
	padding-bottom: 25px;
	width: 720px;
}
.clear {
	clear: both;
}

