a{
outline:none;
}

a:link {
	color:#dbca9a;
}

a:visited {
	color:#9C0B00;
}

a:hover {
	color:#857a5d;
}

a:active {
	color:#000000;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
}

p.billedtekst {
	margin: 15px 0px 0px 0px;
	font-size: 9px;
	color: #857a5d;
}

p.italic {
	font-style:italic;
}

p.bold {
	font-weight: bold;
}

img {
	border: 0;
}

html, body {
	border: none;
} 

body {
	background: url('grafik/bg.png');
	color: #dbca9a;
	text-align: center;
	overflow-y: scroll;
}

.knap {
	opacity: 0.6;
	display: block;
}

#krop {
	position:relative;
	left: 0;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
}

table, td, th{
	border: 0px solid red;
	border-collapse:collapse;
}

#indhold {
	position: relative;
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 300px;
	background-image:url('grafik/topbilleder/bg.png');
	border: none;
}
#row {
}

#collumn1 {
	text-align: center;
	width: 276px;
	/*background-color: gray;*/
}

#collumn1_tekst {
	/*background-color: black;*/
}

#collumn2 {
	position: relative;
	vertical-align: top;
	text-align: center;
	width: 304px;
	/*background-color: white;*/
	height: 100%;
}

/*#collumn2_billede {
	position: relative;
	top: 0px;
	background-color: black;
}*/

#collumn2_tekst {
	position: relative;
	top: 0px;
	vertical-align: top;
	height: auto;
	/*background-color: black;*/
}

#collumn3 {
	position: relative;
	vertical-align: top;
	width: 310px;
	/*background-color: green;*/
	text-align: left;
}

#collumn3_tekst {
	position: relative;
	top: 0;
	vertical-align: top;
	padding: 0 15px 0 5px;
	/*background-color: black;*/
}
	

#menu {
	position: relative;
	width: 900px;
	height: 50px;
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background: url('grafik/menu_bg.png');
	border: 0;
}

#kontakt {
	position: relative;
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 900px;
/*	background-color: gray;*/
}

#under {
	position: relative;
	left: 0;
	top: 0;
	display: none;
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	width: 900px;
	/*background-color: green;*/
	border: 0;
}

#kontakt_tekst {
	color: #9C0B00;
	font-size: 10px;
	height: 90%;
	width: 100%;
	text-align: left;
	margin: 2px 10px 10px 10px;
}

a.lys:link {
	color: #9C0B00;
}


