body {
	background-color: black;
	margin: 20px 20px 20px 20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	font-size:28px;
	font-weight:900;
	color:#E9E87D;
	}

h2 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#FFFFFF;
	}

h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#FFFFFF;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	color:#FFFFFF;
	}	

.info {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	color:#FFFFFF;
	}

td {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:black;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
a:link {font-size:11px; color:black;}
a:visited {font-size:11px; color:black;}
a:hover {
	font-size:11px;
	color: black;
	text-decoration: underline;
}

a.menu:link {
	font-size:11px;
	color:black;
	line-height:2em;
	font-weight:bold;
}
a.menu:visited {
	font-size:11px;
	color:black;
	line-height:2em;
	font-weight:bold;
}
a.menu:hover {
	font-size:11px;
	color: black;
	text-decoration: underline;
	line-height:2em;
	font-weight:bold;
}

a.footer:link {
	font-size:10px;
	color:black;
	line-height:2em;
}
a.footer:visited {
	font-size:10px;
	color:black;
	line-height:2em;
}
a.footer:hover {
	font-size:10px;
	color: black;
	text-decoration: underline;
	line-height:2em;
}

/* Tabel vedr. aktiviteter */
.list_border {
	border-bottom:1px solid white;
	}

.list_border_dashed {
	border-bottom:1px dashed white;
	}
	
/* Formularer */
input.sign_up {
	color:#FFFFFF;
	border:3px solid #E9E87D;
	background-color:#C10007;
	}

.aktivitetsknap {
	color:#FFFFFF;
	border:1px solid #E9E87D;
	background-color:#C10007;
  	height:15px;
  	width:60px;
}

/* Fix IE float billede bug */
img { border:1px solid black; }

.footer_border { border-top:1px dashed white; }

/* Indhold. */

.space_main {
	padding: 0 10px 0 15px;
}

.space_nav_left {
	padding: 0 10px 0 15px;
}

.space_nav_right {
	padding: 0 5px 0 15px;
}

.header {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background-image:url(../../images/gx_top_header_long.jpg);
	background-repeat:no-repeat;
	height: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 80px;
	}
html>body #top {
	height: 80px; /* ie5win fudge ends */
	}

.content {
	/*position:relative;  Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	background-color:#C10007;
	color:white;
	min-width:120px;
	margin:19px 210px 20px 210px;
	padding:0;
	z-index:3;
	}

/* Venstre navigation */

#nav_left {
	position:absolute;
	width:170px;
	top:120px;
	left:40px;
	border:0px dashed white;
	color:#FFFFFF;
	background-color:#C10007;
	padding:0;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#nav_left {width:148px;}

/* Højre navigation */

#nav_right {
	position:absolute;
	width:170px;
	top:120px;
	right:40px;
	border:0px dashed white;
	color:#FFFFFF;
	background-color:#C10007;
	padding:0;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
	}
/* Again, "be nice to Opera 5". */
body>#nav_left {width:148px;}