/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{
	float:left;
	background-image:url(KKOM_forside.png);
	width:114px;
	height:648px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#topfelt{
	float:right;
	width:630px;
	height:100px;
	background-color:#FFFFFF;
	position:relative
}
#menu{
	position:absolute;
	left:194px;
	top:52px;
	width: 600px;
	height: 15px;
	text-align: left;
	float: left;
}
#indhold{
	position:absolute;
	left:194px;
	top:292px;
	width: 500px;
	text-align: left;
	float: left;	
}
#rubrik{
	position:absolute;
	left:194px;
	top:250px;
	width:500px;
	height:30px;
	text-align:left;
	float:left;

}
#footer{
	float:right;
	width:630px;
	background-color:#FFFFFF;
	padding-top: 180px;
}
.brodtekst/*TEXT STYLES*/
 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.orangeprik
 {
	color: #F60;
	font-family: Arial;
	font-size: 11px;
}
.smallgraytext  {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	font-family: ARIAL;
}
.rubriktext  {
	font-size: 23px;
	font-weight:BOLD;
	color:#000000;
	font-family: ARIAL;
}
.mellemrubriktext  {
	font-size: 16px;
	font-weight:BOLD;
	color:#000000;
	font-family: ARIAL;
}
.smallgraytext a{
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	font-family: ARIAL;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallblacktext {
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	font-family: Tahoma, sans-serif;
}
#indhold-scroll {
	position:absolute;
	left:194px;
	top:292px;
	width: 500px;
	text-align: left;
	float: left;
	height: 400px;
} 
