/* Siden */
#wrap {
	position : absolute;
	top : 3px;
	bottom : 3px;
	left : 4%;
/*
	min-width : 750px;
	max-width : 950px;
*/
	width : 950px;
	}
#top {
	position : absolute;
	top : 3px;
	left : 3px;
	right : 3px;
	height : 100px;
	}
#logo {
	width : 150px;
	margin : 5px 10px;
	float : left;
	}
#top_tekst {
	position : absolute;
	left : 160px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	}
#menu {
	position : absolute;
	top : 106px;
	left : 3px;
	width : 150px;
	bottom : 25px;
	padding : 3px;
	}
#indhold {
	position : absolute;
	top : 106px;
	left : 162px;
	right : 3px;
	bottom : 25px;
	}
#bund {
	position : absolute;
	left : 3px;
	right : 3px;
	bottom : 0px;
	}


/* Runde hjørner */
.rnd_3_3v {
	position : absolute;
	top : 2px;
	bottom : 2px;
	left : 2px;
	right : 2px;
	border : 1px solid ;
	border-width : 1px 0px;
	background-color : ;
	}
.rnd_3_2v {
	position : absolute;
	top : 1px;
	bottom : 1px;
	left : 3px;
	right : 3px;
	border : 1px solid ;
	border-width : 1px 0px;
	background-color : ;
	}
.rnd_3_1v {
	position : absolute;
	top : 0px;
	bottom : 0px;
	left : 5px;
	right : 5px;
	border : 1px solid ;
	border-width : 1px 0px;
	background-color : ;
	}
.rnd_3_2l {
	position : absolute;
	top : 3px;
	bottom : 3px;
	left : 1px;
	right : 1px;
	border : 1px solid ;
	border-width : 0px 1px;
	background-color : ;
	}
.rnd_3_1l {
	position : absolute;
	top : 5px;
	bottom : 5px;
	left : 0px;
	right : 0px;
	border : 1px solid ;
	border-width : 0px 1px;
	background-color : ;
	}
.rnd_3_0_menu {
	position : absolute;
	top : 5px;
	bottom : 5px;
	left : 5px;
	right : 5px;
	overflow : auto;
	}
.rnd_3_0_top {
	position : absolute;
	top : 0px;
	bottom : 0px;
	left : 0px;
	right : 0px;
	}
.rnd_3_0_indh {
	position : absolute;
	top : 5px;
	bottom : 5px;
	left : 5px;
	right : 5px;
	padding : 5px 5%;
	overflow : auto;
	}
.foot_txt {
	font-size : 10pt;
	font-weight : bold;
	color : ;
	}
.indhold_col {
	background-color : ;
	}


/* Menu */
.menu_item {
	position : relative;
	margin : 1px 3px;
	padding : 1px;
	}
.menu_item_v {
	position : absolute;
	top : 0px;
	bottom : 0px;
	left : 1px;
	right : 1px;
	border : 1px solid ;
	border-width : 1px 0px;
	}
.menu_item_l {
	position : absolute;
	top : 1px;
	bottom : 1px;
	left : 0px;
	right : 0px;
	background-color : ;
	border : 1px solid ;
	border-width : 0px 1px;
	}
.menu_lnk {
	position : relative;
	display : block;
	text-align : center;
	text-decoration : none;
	padding : 2px 4px;
	border : 0px;
	color : ;
	background-color : ;
	}
.menu_sel_col {
	color : #000000 !important;
	background-color :  !important;
	}
.menu_lnk:hover {
	background-color : ;
	}
.menu_sep {
	position : relative;
	height : 2px;
	background-color : ;
	}
.menu_col {
	background-color : ;
	}
.menu_hover_col {
	background-color : ;
	}

/*		Farve leg		*/
.col_show {
	width : 150px;
	text-align : center;
	padding : 3px;
	border : 1px solid ;
	margin : 1px 5px;
	cursor : pointer;
	float : left;
	}

.ramme_col {
	background-color : ;
	color : ;
	}
.felter_col {
	background-color : ;
	}

.col_select_box {
	width : 400px;
	padding : 10px;
	border : 1px solid ;
	margin : 5px auto;
	}
.col_select {
	width : 255px;
	height : 12px;
	background-color : #FFFFFF;
	border : 1px solid ;
	margin : 1px;
	float : left;
	}
#col_slide_red {
	height : 100%;
	width : 50%;
	background-color : #FF0000;
	}
#col_slide_blue {
	height : 100%;
	width : 50%;
	background-color : #0000FF;
	}
#col_slide_green {
	height : 100%;
	width : 50%;
	background-color : #00FF00;
	}
.col_but {
	position : relative;
	height : 14px;
	width : 12px;
	padding : 0px;
	margin : 1px;
	background-color : #FFFFFF;
	float : left;
	}
.col_but_bv {
	position : absolute;
	left : 1px;
	right : 1px;
	top : 0px;
	bottom : 0px;
	border-color : ;
	border-style : solid;
	border-width : 1px 0px;
	}
.col_but_bl {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 1px;
	bottom : 1px;
	border-color : ;
	border-style : solid;
	border-width : 0px 1px;
	}
.col_but_ovl {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	cursor : pointer;
/*	background-color : yellow;*/
	}
.col_but_txt {
	font-size : 6pt;
	text-align : center;
	vertical-align : middle;
	padding : 1px 0px 0px 0px;
	}
