/*
mørk:	212701
lys:	646d28
mellem: 9c9552
*/

* {
	margin : 0;
	padding : 0;
}

html {
	color : #333333;
	background: url('/userdata/gfx/bg.png') repeat-y;
	background-color: #212701;
	background-position: center;
	font-size: 75%;
	font-family: arial, verdana, sans-serif;
}

#top {
	float: center;
	width: 640px;
	}

#top p {
	float: right;
	font-weight: normal;
	font-size: 9px;
	margin-bottom: 5px;		
}

#top a {
	color: #212701;
	text-decoration: none;
}

#header {
	float: left;
	width: 640px;
	border-bottom: 1px #9c9552 solid;
}

#header a {
	text-decoration: none;
	color: #212701;
}

#header h1 {
	font-size: 18px;
	color: #212701;
	margin-top: 10px;	
}

#header h2 {
	font-weight: normal;
	font-size: 9px;
	margin-bottom: 2px;		
}

#main {
	position:relative;
	margin : auto;
	max-width : 640px;
	min-width : 640px;
	width : auto !important;
	width : 640px;
}

#text {
	float: left;
	height : auto !important;
	width: 500px;
}

#text p {
	font-weight: normal; 
	margin-bottom: 10px;	
	}

#text h1 {
	color: #646d28;
	font-size: 110%;
	margin-bottom: 10px;	
	margin-left: 10px;	
	}

#text h2 {
	color: #646d28;
	font-size: 90%;
	margin-bottom: 10px;
	}
	
#text ul {
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url('/userdata/gfx/list.png');
}

img.right {
	float: right;
} 

#bar {
	float: left;
	background-color: 9c9552;
	height: 100px;
	width: 1px;
	font-size: 1px;
	margin: 5px;
	height : 300px;
}

#menu {
	float: left;
	width: 128px;
}

#menu ul {
	padding-left: 10px;
	list-style-type: none;
	font-weight: normal;
}

ul.gem {
	display: none;
}

#menu a {
	color: #212701;
	text-decoration: none;
}

#menu a:hover {
	color: #212701;
	text-decoration: underline;
}

#menu h1 {
	color: #646d28;
	font-size: 110%;
	margin-bottom: 10px;	
	margin-left: 10px;	
	}

	

