/* Rent kodemæssigt er de forskellige tricks hugget fra henh. http://www.bluerobot.com/web/layouts og 
http://www.alistapart.com/ Kombinationen står dog for egen regning. */

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	scrollbar-base-color: #EAEAEA; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #666666;
	scrollbar-highlight-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
}

h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 900;
	color: #990000;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h3
{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #999;
}

.guest
{
	color: #ff0066;
}

.Content>p
{
	margin: 0px;
}

.Content>p+p
{
	text-indent: 30px;
}

#collage
{
    text-align: center;
}

hr
{
	border: 1px dashed black;
}

a
{
	color: #000000;
	font-size: 12px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-weight: 600;
	text-decoration: none;
}

a:link
{
	color: #990000;
}

a:visited
{
	color: #666666;
}

a:hover
{
	background-color: #EAEAEA;
}

	/* All the content boxes belong to the content class. */
.content
{
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 10px 210px 10px 180px;
	border: 1px solid black;
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#menu
{
	position: absolute;
	width: 145px;
	top: 10px;
	left: 10px;
	border: 1px solid black;
	background-color: #EAEAEA;
	font-size: 14px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	padding: 8px;
	z-index: 2;
	/* Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 145px;
}

	/* "be nice to Opera 5" rule */
body>#menu
{
	width: 145px;
}

#menu2
{
	position: absolute;
	width: 170px;
	top: 10px;
	right: 10px;
	border: 1px dashed black;
	background-color: #EAEAEA;
	padding: 10px;
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
}

	/* Again, "be nice to Opera 5". */
body>#menu2
{
	width: 170px;
}
