/* STYLE TIL FOTOMODUL */

body {
	background-color  : #171717;
}
.box1 {	/* Hele rammen om siden */
	position  : absolute;
	top  : 5%;
	left  : 4%;
	width  : 92%;
	height  : 90%;
	border-width  : 1px;
	border-style  : solid;
	border-color  : #ffffff;
}
table {	/* Menulinie top */
	position : absolute;
	top : 0%;
	left : 0%;
	width : 100%;
	border-collapse : collapse;
	background-color : #404040;
	table-layout : fixed;
}
#row1 {	/* Menulinie højde */
	height : 18px;
}

td {	/* Menulinie knaptekst andre */
	border-right : 1px solid white;
	border-left : 1px solid white;
	vertical-align : middle;
	color : #ffffff;
	font-family : tahoma, sans-serif;
	font-size : 8pt;
	text-align : center;
}
th {	/* Menulinie knaptekst aktuel */
	border-right : 1px solid white;
	border-left : 1px solid white;
	vertical-align : middle;
	color : #bf7d1d;
	font-family : tahoma, sans-serif;
	font-style : normal;
	font-size : 8pt;
	text-align : center;
}
.box2 {	/* N0,1&2 Styrebox til logo */
	position  : absolute;
	top  : 9%;
	left  : 4%;
	width  : 92%;
	color  : #ffffff;
	font-family  : tahoma, sans-serif;
	font-size  : 8pt;
	text-align  : center;
	z-index  : 2;
	
}
#box2-1 {  /* N0,1&2 Placeringsboks til logo */
	position  : relative;
	top  : 0%;
	width  : 300px;
	font-family  : tahoma, sans-serif;
	font-style  : normal;
	font-size  : 9pt;
	color  : #ffffff;
	text-align  : center;
}
.box6 {
	position : absolute;
	bottom : 8%;
	width : 92%;
	left : 4%;
	font-family : tahoma, sans-serif;
	font-style : normal;
	font-size : 9pt;
	color : #ffffff;
	text-align : center;
}
#box6-1 {
	position : absolute;
	bottom : 0%;
	width : 92%;
	left : 4%;
	font-family : tahoma, sans-serif;
	font-style : normal;
	font-size : 9pt;
	color : #ffffff;
	text-align : center;
}
#box6-2 {
	position : absolute;
	bottom : 0%;
	width : 12%;
	left : 3%;
	font-family : tahoma, sans-serif;
	font-style : normal;
	font-size : 9pt;
	color : #ffffff;
	text-align : right;
}

img {
	border-width : 0px;
}
a:link  {
	color : #ffffff;
	text-decoration : none;
}
a:visited {
	color : #66ff00;
	text-decoration : none;
}
a:hover {
	color : #ff0000;
	text-decoration : none;
}
