@charset "utf-8";
/* Basis indstillinger */

body{
	background-color: #000000;
	background: #FFFFFF url(../images/_body_bg.jpg) no-repeat top center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    color:#002f4c;		
}


/* Selve grundlayout og placeringer */

#wrapper{
	width: 736px;
	min-height:500px;
	text-align: left;
	padding-top: 0px;
}

#header{
	height: 161px;
	background: url(../images/N_header.jpg);
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 50px;
}

#main{
	width: 736px;
	background-image: url(../images/N_main_bg.jpg);
	background-repeat: repeat-y;
	fixed bottom center
}

#content{
	float: left;
	text-align: left;
}

#contentPlacement{
	width: 705px;
	min-height: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:justify;
}

#footer{
	width: 736px;
	height: 60px;
	background: url(../images/N_bund.jpg);
}

#footer p{
	margin: 0px;
	padding: 0px;
}

#footerPlacement{
	position: relative;
	top: 1px;
	left: 20px;
	color:#000000;
	text-align:justify;
}

a{
    color:#ffffff;
}

.clr{
	clear:both;
}


/*Overskriver Joomlas egne styles*/

.clear{clear:both;}

.buttonheading img{
	border: none;
}

.contentheading{
	color: #002f4c;
	font-size: 18px;
}

.contentpaneopen{
	margin-bottom: 0px;
	width: 100%;
}
.contentpaneopen td, tr{
	margin: 0px;
	padding: 0px;
}


.contentpaneopen a{
	display:inline;
	width:0px;
	border:0px;
	font-weight:100;
	float:none;
	}

/* MENU */

.hmenustyle a{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}

#topspace{
	height: 10px;
}

#topmenu{
	background-image:url(../images/N_main_menu.jpg);
	background-repeat:no-repeat;
	width:750px;
	margin-left: 15px;
	height: 35px;
}

.mainButtonsPlacement{
	position: relative; 
	top: 75px;
	left: 660px;

}

.mainButtonsPlacement img{
	border: none;
}

#submenu{
	width:500px;
	height: 15px;
	margin-top: 5px;
	margin-left: 17px;
}

.hmenustyle a:hover{
	color:#444444;
        text-decoration: underline;
}

#topmenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topmenu li{
	display: block;
	float: left;
	width:88px;
	height:32px;
	margin-top: 10px;
	text-align:center;
}

#submenu ul{
	margin: 0px;
	padding: 0px;
}

#submenu .menu li{
	display: inline;
	background-image: url(../images/N_bluedot.jpg%);
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-right: 7px;
}
