body{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Almindelige links -- Start*/
a:link{
	
}

a:hover{
	
}

a:active{
	
}

a:visited{
	
}
/* Almindelige links -- Slut*/

/* Menu opbygning -- Start*/
a.omenu{
	padding:3px;
	color: #333399;
	background-color:inherit;
	text-decoration:none;
	
}

a.omenu:hover{
	color:red;
	background-color: #ffffff;
}

a.umenu{
	font-size:0.8em;
	color: #333399;
	background-color:inherit;
	padding:0px;
	margin-left:10px;
	font-weight:normal;
}

a.umenu:hover{
	color:red;
	background:#ffffff;
}
/* Menu opbygning -- Slut*/

/* Side opbygning -- Start*/
#krop{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/*border: 2px solid #cc3333;*/
	height: 820px;
	position: relative;
	z-index: 10;
	background-image: url(../grafik/krop_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#top{
	position: absolute;
	top: 23px;
	left: 23px;
	width: 930px;
	height: 190px;
	z-index: 20;
	background-image: url(../grafik/logo.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 5px 5px 5px;
}

#menu{
	position: absolute;
	top: 160px;
	left: 30px;
	width: 190px;
	height: 390px;
	z-index: 30;
	/*border: 1px solid #333399;*/
	padding: 5px 5px 5px 5px;
	overflow: auto;
	background-image: url(../grafik/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#kontakt{
	position: absolute;
	bottom: 50px;
	left: 30px;
	width: 190px;
	height: 190px;
	z-index: 30;
	/*border: 1px solid #333399;*/
	padding: 5px 5px 5px 5px;
	background-image: url(../grafik/kontakt_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	font-size: 75%;
}

#indhold{
	position: absolute;
	top: 160px;
	left: 240px;
	width: 550px;
	height: 610px;
	z-index: 30;
	overflow: auto;
}



#galleri{
	position: absolute;
	top: 220px;
	right: 30px;
	width: 150px;
	height: 550px;
	z-index: 30;
	/*border: 1px solid #333399;*/
	background-image: url(../grafik/galleri_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#fod{
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 960px;
	height: 35px;
	z-index: 20;
	/*background-color: #40ff00;*/
	text-align: center;
	font-size: 80%;
	padding-top: 15px;
	color: #858585;
}
/* Side opbygning -- Slut */

/*Input felter og textarears -- Start*/

input.in{
	width: 500px;
	border: 1px solid #333399;
}
select.in {
	width: 500px;
	border: 1px solid #333399;
}
textarea.in{
	width: 500px;
	height: 270px;
	border: 1px solid #333399;
}
/*Bruges til at efterligne input felter*/
.inp{
	width: 500px;
	border: 1px solid #333399;
}
/*Input felter og textarears -- Slut*/



/*Profil -- Start*/
#profil_tabel{
	width:500px;
	border: none;
}
#profil_td_pic{
	width: 200px;
}

#profil_td_navn{
	width: 300px;
}
/*Profil -- Slut*/

/*Galleri bar -- Start*/

#gal_bar{
	border: none;
	height: 550px;
	width: 150px;
}
.gal_bar_td{
	text-align: center;
}
/*Galleri bar -- Slut*/

/*Galleri -- Start*/
#galleri_tab{
	width: 550px;
	border: none;
}
/*Galleri -- Slut*/

/*-- Start*/
.ind_pic{
	width: 540px;
	text-align: center;
}

#admin{
	font-size: 40px;
}

#map{
	border: 1px solid #333399;
}

.f1{
	font-weight: bold
}

.nb{
	border: none;
}
/*-- Slut*/