/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus { outline: 0; }
ul { list-style: none; }
ol { padding-left: 2em; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
td { vertical-align: middle; }
/* CSS RESET END */

html { height: 100%; }
img {	display: block; }
i { color: #666; font-style: normal; }
.description { color: #666; font-size: 11px; margin-bottom: 1em; }
.clearer { clear: both; }

img.left  { float: left; margin: 0 10px 8px 0; }
img.right { float: right; margin: 0 0 8px 10px; }
img.inline{ display: inline; }

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-repeat: repeat-x;
	height: 100%;
	font: 12px "Lucida Grande", Segoe, Verdana, sans-serif;
}
input, select, textarea {
  font: 12px "Lucida Grande", Segoe, Verdana, sans-serif;	
}

#container {
	margin: 0 auto;
	width: 740px; 
	min-height: 100%;
	background: #fff;
	position: relative;
}

/* HEADER */
#head {
	width: 740px; height: 105px;
	background: url(../gfx/topbar.jpg) no-repeat;
}
#head h1 {
	position: absolute;
	top: 22px; left: 26px;
	width: 273px;	height: 70px;
}
#head h1 a {
	display: block;
	width: 100%; height: 100%;
	overflow: hidden;
	line-height: 400px;
}


/* MENU */
#menu {
	width: 720px;
	background: #1f0800 url(../gfx/menu.jpg) no-repeat;
	font-size: 11px;
	padding: 0 10px;
}
#menuul {
	width: 720px; height: 30px;	
	line-height: 1.0;
}
#menu ul ul {
	position:	absolute;
	top: -999em;
	z-index: 99;
	
	width: 16em; /* left offset of submenus need to match (see below) */
	background: url(../gfx/menu-baggrund.png);
	padding: 0 1px 1px 1px;
}
#menu ul ul li {
	display: block;
	width: 100%;
	height: auto;
}
#menu ul ul li a {
	padding: 6px 15px;
	height: auto;
}
#menu ul ul li a:hover {
	background: #fff; color: #000;
}
#menu ul ul li a:active {
	background: #ccc;
}

#menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
	display: block;
	float: left;
	position:	relative;
	height: 30px;
}
* html #menu li {
	width: 10px; 
	white-space: nowrap;
	z-index: 2;
}
#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu ul a {
	display: block;
	padding: 9px 16px 0px 16px;
	margin: 0 !important;
	height: 21px;
}
#menu ul a.selected {
  color: #fff; 
  background: #000;
}
#menu ul ul a.selected {
  background: #111;
}
#menu ul a.separator {
  border-bottom: 1px solid #333;
}

#menu li:hover a.top, #menu li.sfHover a.top, #menu li a.top:hover {
	background: #000;
	color: #fff;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left:	0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
}
#menu li:hover li ul,
#menu li.sfHover li ul {
	top: -999em;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
	top: 0; left:	16em; /* match ul width */
}

/* CONTENT */
div#content {
	background: #fff url(../gfx/baggrund1.jpg) no-repeat; 
	padding: 10px;
	min-height: 180px;
}

.box {
	margin: 10px;
	background: #FFE0D6 url(../gfx/box-body-light.jpg) no-repeat;
	width: 180px;
}
.box_head {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
	background: #120500 url(../gfx/box-head.jpg) no-repeat;
	text-align: left;
}
.box_body {
	font-size: 11px;
	font-weight: normal;
	padding: 6px;
	text-align: left;
}
.menubox { padding: 0; }


.largebox {
	float: none;
	margin: 10px;
	background: #FFFFFF url(../gfx/boxlarge-body-whitest.jpg) repeat-x;
}
.largebox_head {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
	background: #120500 url(../gfx/boxlarge-head.jpg) repeat-x;
	text-align: left;
}
.largebox_body {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	padding: 6px;
	text-align: left;
}
.message {
	padding: 10px;
	font-style: italic;
	color: #666;
}

.eventpage { padding: 20px; }
.eventpage .topwide { margin: -20px -20px 0 -20px; padding: 20px 20px 10px 20px; }
.eventpage div.wide { margin: 0 -20px; padding: 0 20px; }

.eventpage .eventtop .date { color: #777; margin-bottom: -6px; }


img[width="740"] { margin: 0 -10px; }
img[width="740"]:first-child { margin-top: -10px; } 

.eventpage img[width="740"] { margin: 0 -40px; }
.eventpage img[width="740"]:first-child { margin-top: -40px; }

.box_body img[width="500"],
.largebox_body img[width="500"] { margin: 0 -6px; }

.box_body img[width="500"]:first-child,
.largebox_body img[width="500"]:first-child { margin-top: -6px; }

.eventpage img[width="500"] { margin: 0 -20px 0 -20px; }
.eventpage img[width="500"]:first-child { margin-top: -20px; }

.eventpage_large img[width="700"] { margin: 0 -20px 0 -20px; }
.eventpage_large img[width="700"]:first-child { margin-top: -20px; }




hr {
	width: 100%;
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	margin: 1em 0;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	line-height: 24px;
}
.h1, h3 {
font-size: 18px;
font-weight: bold;
margin: 0.5em 0 0.5em 0;
line-height: 24px;
}
.h2, h4 {
font-size: 16px;
font-weight: bold;
}
h4 {
	margin: 24px 0 12px 0;
}
.h3 {
font-size: 12px;
line-height: 18px;
font-weight: bold;
}


.button, .button:link, .button:visited {
display: block;
width: 70px;
white-space: nowrap;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #641a00;
background: #120500 url(../gfx/boxlarge-body-whitest.jpg);
text-decoration: none;
border: 1px solid #641a00;
padding: 4px;
cursor: pointer;
}
.button:hover {
	color: #FFFFFF;
	background: #641a00;
}
.button:active {
	color: #FFFFFF;
	background: #120500 url(../gfx/box-head.jpg);
}


.button_dark, .button_dark:link, .button_dark:visited {
display: block;
width: 70px;
white-space: nowrap;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #641a00;
background: #120500 url(../gfx/boxlarge-body-whiter.jpg);
text-decoration: none;
border: 1px solid #641a00;
padding: 4px;
cursor: pointer;
}
.button_dark:visited {
	color: #641a00;
	text-decoration: none;
}
.button_dark:hover {
	color: #FFFFFF;
	background: #641a00;
}
.button_dark:active {
	color: #FFFFFF;
	background: #120500 url(../gfx/box-head.jpg);
}


div#logolinkdiv {
	display: block;
	position: absolute;
	top: 30px;
	left: 26px;
	width: 273px;
	height: 62px;	
}
a#logolink:link , a#logolink:visited , a#logolink:hover , a#logolink:active {
	display: block;
	width: 273px;
	height: 62px;
	cursor: pointer;
	text-decoration: none;
}
a#logolink div {
	display: block;
	width: 273px;
	height: 62px;
	cursor: pointer;
}

#titleblock {
	background: black;
	position: relative;
	width: 740px;
	height: 105px;
}


form { margin: 0; padding: 0; }
.group {
	padding-bottom: 0.5em;
}
.text, .textarea {
	border: 1px solid #190601;
	padding: 2px;
	color: #000;
	background: #fff;
	margin: 0px;
	width: 100%;
	font-size: 11px;
}
input.text { 
	background: #fff;
	height: 1.2em;
}
.text:hover, .textarea:hover {
	outline: 1px dotted #ccc;
}
.text:focus, .textarea:focus, input:focus {
	outline: 1px dotted #A5320A;
}

div.text   { 
	background: transparent;
	border-width: 0px;
	padding: 3px;
}

select#input_day0 , select#input_year0 { 
	border: 1px solid #190601;
	padding: 2px;
	color: #000;
	margin: 0px;
	background: #fff;
	font-size: 11px;
}

label {
	font-weight: bold;
	display: block;
	padding: 0 0 1px 0;
}
.afgangbuttons {
	float: right;
	width: 104px;
	padding-top: 1em;
}
.afgangbuttons label {
	font-weight: normal;
}
div.submit {
	padding: 1em 0 0 0;
	clear: both;
}
div.submit input {
	width: 162px;
	margin: 0 auto;
	border-width: 1px; border-style: solid;
}

* html input#S { height: 1.75em; }
* html input#time { height: 1.75em; }
* html div.submit { padding-top: 0.5em; }
