html, body {
margin: 0;
height: 100%;
background: #FFFFFF;
} 

.wrapper {
height: auto;
min-height: 100%;
background: #fff664;
width: 850px;
margin: 0px auto;
}

/* full height hack for the more stupid browsers (IE6-) */
* html .wrapper {
height: 100%;
}

.header {
width: 900px;
background:#ffa200 url(shade_bg.png);
margin-left: -25px;
}

.header img {
margin-top: 25px;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
border-left: 0px;
border-right: 0px;
}

.menu {
height: auto;
padding-right: 8px;
padding-left: 12px;
background: url(shaded_corners.png) bottom left no-repeat;
}

.menu_item {
float: left;
width: 220px;
padding: 15px 30px 20px 30px;
font-family: calibri, arial, helvetica;
font-size: 12px;
text-align: center;
color: #FFFFFF;
}

.menu_item a {
text-decoration: none;
color: #FFFFFF;
}

.menu_item a:hover {
text-decoration: underline;
}

.menu_item a.kop {
font-size: 1.2em;
font-weight: normal;
color: #000000;
text-decoration: none;
}

.menu_item a.kop:hover {
color: #FF0000;
text-decoration: underline;
}

.menu_item img {
margin: 0px;
border: 0px;
}

.content {
font-family: calibri, arial, helvetica;
font-size: .8em;
padding:0 20px 20px 20px;
text-align: justify;
}

.content h1 {
font-size: 2em;
font-weight: normal;
color: #ffa200;
}

.content h2 {
font-size: 1.4em;
font-weight: normal;
color: #ffa200;
}

.smallheadline {
font-size: 110%;
font-weight:bold;
color:#000000;
}

.oneliner {
background-color:#FFFFFF;
width:618px;
padding: 0px;
font-size: 130%;
font-weight:bold;
font-style:italic;
color:#ff7e00;
}

p.cta {
	background-image: url(button.png);
	display: block;
	width: 148px;
	height: 75px;
	text-align:center;
	float: left;
	display: inline;
	font-size:140%;
	font-weight:bold;
	color:#FFFFFF;
}

p.cta:active {
	background-position: 0px -81px;color:#FFFFFF;text-decoration:none;
}
p.cta:hover {
	background-position: 0px -81px;color:#FFFFFF;text-decoration:none;
}
p.cta a {
	color:#FFFFFF;text-decoration:none;
}


p.ctaR {
	background-image: url(buttonred.png);
	display: block;
	width: 148px;
	height: 75px;
	text-align:center;
	float: left;
	display: inline;
	font-size:140%;
	font-weight:bold;
	color:#FFFFFF;
}

p.ctaR:active {
	background-position: 0px -81px;color:#FFFFFF;text-decoration:none;
}
p.ctaR:hover {
	background-position: 0px -81px;color:#FFFFFF;text-decoration:none;
}
p.ctaR a {
	color:#FFFFFF;text-decoration:none;
}


.clear_floats {
clear: both;
}

a {
color: #ff0000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

// width menu_item 4 items 160px
