/* ----------TYPOGRAFI---------- */
a {
	text-decoration:underline;
	color:#3B3221;
}

a:hover{
	text-decoration:none;
	font-weight: normal;
}

h1 {
	font-size:11px;
	font-weight: bold;
	padding-bottom:5px;
	color:#404040;
}

p {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color:#404040;
}

/* ----------BODY---------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-size: 11px;
	color:#808080;
	background-color:#FFFFFF;
	background-attachment:fixed;
}

* { 
	margin:0px;
	padding:0px;
}

/* ----------CONTAINERS, GLOBAL---------- */
.wrapper {
	background-color:#FFFFFF;
	margin-left:20px;
	padding-left:20px;
	width:910px;
}

.contentwrap {
}

.standard_tekstfelt {
 	width:500px;
	float:left;
	margin-bottom:20px;
}

.top_of_page_tekstfelt {
 	width:500px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

.clearer {
	clear:both;
	}
/* denne clearer sørger for, at div'erne ikke liner op efter hinanden. 
Det korrekte ville være at bruge margin-right:(resten af wrapperens 
vidde), men det accepterer IE6 ikke. */

#footer {
	margin-top:20px;
	margin-bottom:10px;
}

#footer p {
	text-align:right;
	margin-right:20px;
}

/* ----------CONTAINERS, TOP MENU---------- */

#top_menu_wrapper {
	background-color:#FFFFFF;
	float:left;
	width:450px;
	height:55px;
}

#top_menu_header {
	background-image:url(jan_randrup.gif);
	float:left;
	width:450px;
	height:40px;
}

#top_menu_menu_wrapper {
	float:left;
	width:450px;
	height:15px;
	text-align:left;
}

#top_menu_left_text {
	float:left;
}

#top_menu_left_text a {
	text-decoration:none;
	color:#3B3221;
}

#top_menu_left_text a:hover{
	text-decoration:underline;
	font-weight: normal;
}

#top_menu_right_text {
	float:left;
	padding-left:4px;
}

/* ----------CONTAINERS, SIDEBAR WORK---------- */

#menu_wrapper {
	background-color:#FFFFFF;
	width:170px;
	text-align:right;
}

#menu_wrapper p {
	text-align:right;
}

/* ----------CONTAINERS, WORK---------- */
.tospalte_wrapper2 {
	width:910px;
	float:left;
}

.venstre_spalte2 {
	width:170px;
	margin-right:20px;
	float:left;
}

.venstre_spalte2 a {
	text-decoration: none;
	color:#3B3221;
}

.venstre_spalte2 a:hover{
	text-decoration:none;
	color:#3B3221;
}

.hojre_spalte {
	width:700px;
	padding-right:20px;
	float:right;
}

/* ----------ANDET---------- */

.pic_left { /* class, som floater billede left */
	float:left;
	margin-right:20px;
}
.pic_right { /* class, som floater billede right */
	float:right;
	margin-left:20px;
}