html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #444;
	background: #fff;
}

body {
	margin: 0 0 20px 0;
	background-image:url(images/site_bgnd.gif);
	background-repeat: repeat-x;
}

td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #444;
	text-align: left;
}

input, select, textarea {
	padding: 2px;
	color: #345;
}

p {
	margin: 0 0 1em 0;
}


h1 {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #246;
	padding: 0;
	margin: 0 0 0.7em 0;
}
h2 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
	color: #246;
	padding: 0;
	margin: 1em 0 0.5em 0;
}
h3 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
	color: #246;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

a {
	color: #468;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#menu {
	background-image: url(images/menu_knapper.gif);
	background-repeat: no-repeat;
}
#menu a {
	height: 24px;
	width: 128px;
	float: left;
	padding: 5px 0 0 0;
	font-weight: 700;
	text-align: center; 
	margin: 0;
	color: #666;
}
#menu a:hover {
	color: #95abca;
	text-decoration: none;
}

#spalte_tekst {
	padding: 30px;
}

#spalte_billeder {
	width: 402px;
	padding: 20px 2px 0 0;
}

#spalte_billeder img {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

