/* CSS Document */

/* Hele skærmen */
BODY
{
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
	scrollbars:yes;
	font-size: 11px;
	color: #333333;
}
/* Websitet */
.container {
	margin:auto;
	width:956px;
}
/* Menu */
.menucontainer {
	background-color:#f5ab23;
	height:22px;
	border:0px;
}
/* Menupunkt */
.menu {
	margin-left:16px;
	margin-right:16px;
}
/* Undermenu */
.undermenucontainer {
	background-image:url(images/undermenubg.gif);
	height:22px;
	border:0px;
	float:left;
	width:942px;
}
/* Undermenu afslutning */
.undermenuright {
	background-image:url(images/undermenubg.gif);
	float:right;
	border:0px;
	width:14px;
	height:22px;
	padding:0px;	
}
/* Undermenupunkt */
.undermenu {
	margin-right:26px;
}
/* Space 12 px høj */
.spaceheight12 {
	height:12px;
}
/* Space 12 px bred 272 høj */
.spacewidth12height272 {
	width:12px;
	height:272px;
	float:left;
}
/* Indholdscontainer */
.contentcontainer {
	border:0px;
}
/* Venstrestillet indhold 272 px høj 188 px bred */
.contentleftheight272 {
	width:188px;
	height:272px;	
	border:0px;
	float:left;
}
/* Venstrestillet indhold 188 px bred */
.contentleft {
	width:188px;	
	border:0px;
	float:left;
}
/* Midterstillet indhold 272 px høj 556 px bred */
.contentmiddle {
	width:556px;
	height:272px;
	border:0px;
	float:left;
}
/* Højrestillet indhold 272 px høj 188 px bred */
.contentright {
	width:188px;
	height:272px;
	border:0px;
	float:right;
}
/* Højrestillet indhold 756 px bred */
.textcontentright {
	width:756px;
	border:0px;
	float:right;
}
/* Venstrestillet indhold 756 px bred */
.textcontentleft {
	width:756px;
	border:0px;
	float:left;	
	padding:0px;
}
/* Infobox højrestillet indhold 188 px bred */
.infoboxright {
	width:188px;
	border:0px;
	float:right;
}
/* Baggrundsbillede ramme 188 px bred */
.ramme {
	border:0px;
	background-image:url(images/border.gif);
}
/* Baggrundsbillede ramme 756 px bred */
.ramme-content {
	border:0px;
	background-image:url(images/border-content.gif);
}
/* Baggrundsbillede ramme 956 px bred */
.ramme-allpage {
	border:0px;
	background-image:url(images/border-allpage.gif);
}
/* Indhold 104 px høj */
.ramme104 {
	border:0px;
	background-image:url(images/border.gif);
	height:104px;
}

/* Indhold med 12 px afstand i siderne */
.box {
	border:0px;
	padding:0px 12px 0px 12px;
}
/* Indhold med 12 px afstand i siderne */
.gulbox {
	border:0px;
	padding:0px 12px 0px 12px;
	background-color: #f5ab23;
	color:#000000;
}
.gulbox a{	
	color:#000000;
}
.gulbox a:hover{	
	color:#ffffff;
}
/* Indhold med 20 px afstand i siderne */
.content-box {
	border:0px;
	padding:0px 20px 0px 20px;
}
/* Overskrift */
H1 {
	font-size:13px;
	font-weight:bold;
}
/* Mellemrubrik */
H2 {
	font-size:11px;
	font-weight:bold;
}
/* Afstand 12 px under og til venstre for billede */
.img { 
	margin: 0px 0px 12px 12px;
} 
/* Horizontal linie */
hr { 
	color:#f5ab23;
} 
/* Links */
a { 
	color:#333333;
	text-decoration:underline;
} 
/* Mouseover på links */
a:hover { 
	color:#f5ab23;
} 
/* Dato */
.dato{ 
	font-style: italic;
	font-size:10px;
} 
/* Hvid skrift */
.white { 
	color:#ffffff;
}
/* Formularer */
.formformat { 
	font-size: 11px;
}
