/* CSS RESET */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM STYLES */

body {
background: url(../img/background.png) repeat-x;
font-family: Verdana;
font-size: 11px;
}

#outterwrapper {
width: 744px;
margin: 55px auto;
}

#wrapper {
border: 1px solid #e7ddc8;
overflow: hidden;
}

h1 {
display: block;
height: 80px;
background: url(../img/logo.png) no-repeat white;
text-indent: -9999px;
}

#menu {
background: url(../img/menubg.png) repeat-x bottom #deec7a;
height: 38px;
padding-left: 65px;
}

#menu a {
text-indent: -9999px;
display: block;
height: 38px;
float: left;
}

#menu a.home {
background: url(../img/menusprite.png) no-repeat;
width: 104px;
}

#menu a.historie {
width: 130px;
background: url(../img/menusprite.png) no-repeat -104px 0;
}

#menu a.service {
width: 122px;
background: url(../img/menusprite.png) no-repeat -234px 0;
}

#menu a.webshop {
width: 132px;
background: url(../img/menusprite.png) no-repeat -356px 0;
}

#menu a.contact {
width: 126px;
background: url(../img/menusprite.png) no-repeat -488px 0;
}

#menu a.home:hover {
background: url(../img/menusprite.png) no-repeat 0px 100%;
}

#menu a.historie:hover {
background: url(../img/menusprite.png) no-repeat -104px 100%;
}

#menu a.service:hover {
background: url(../img/menusprite.png) no-repeat -234px 100%;
}

#menu a.webshop:hover {
background: url(../img/menusprite.png) no-repeat -356px 100%;
}

#menu a.contact:hover {
background: url(../img/menusprite.png) no-repeat -488px 100%;
}

#content {
background: url(../img/contentbg.png) repeat-x white;
padding: 54px 31px 0;
min-height: 566px;
}

#content a {
color: black;
}

h2 {
font-family: Arial, Helvetica, Tahoma, sans-serif;
color: #b3c532;
font-size: 1.636em;
letter-spacing: 1px;
margin-bottom: 20px;
}

h3, p {
line-height: 22px;
}

p {
margin-bottom: 28px;
}

#copyright {
float: right;
font-size: 9px;
text-align: right;
margin-top: 8px;
line-height: 12px;
height: 55px;
}

#copyright a {
color: black;
font-weight: bold;
}

