/* CSS Document - Daglejeren */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003300;
	background-image: url(dagl-bg.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #006633;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(bg-tekst-lys.gif);
	background-repeat: repeat;
	
}

/*Banner*/
#banner {
	height:185px;
	background-image: url(daglejeren-banner-dec-2-07.jpg);	
}

/*Navigation*/
#navContainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	height: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006633;
}

#nav {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	width: 570px;
	padding-right: 0px;
}
	
#nav ul {
	list-style-type: none;
	margin: 0px; /*Placerer links korrekt i div*/
	padding: 0px;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;	
}

#nav ul li a {
	text-decoration: none;
	color: #003300;
	font-size: 80%;	
}
#nav ul li a:hover {
	text-decoration: none;
	color: #003300;
	font-weight: bold;
}

#nav ul li a.current {
	text-decoration: none;
	color: #003300;
	font-weight: bold;
}



/*Right nav*/

#rightNav {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 100px;
	padding-right: 0px;
	margin: 0;
}
	
#rightNav ul {
	list-style-type: none;
	margin: 0px; /*Placerer links korrekt i div*/
	padding: 0px;
	text-align: left;
}

#rightNav ul li {
	display: inline;
	margin: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	
}

#rightNav ul li a {
	text-decoration: none;
	color: #003300;
	font-size: 80%;	
}

#rightNav ul li a:hover {
	text-decoration: none;
	color: #FF0099;
	color: #003300;
	font-weight: bold;
}

#rightNav ul li a.current {
	text-decoration: none;
	color: #003300;
	font-weight: bold;
}
#udskriv {
	width: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;			
}
#udskriv a {
	text-decoration: none;
	color: #003300;
	font-size: 80%;	
}

#udskriv a:hover {
	text-decoration: none;
	color: #003300;
	font-weight: bold;
}






/*Content*/
#content {
	width: 350px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
#content p {
	padding: 0px;	
}
#content a {
	color: #003300;
	
}
#content a:hover {
		color: #003300;
	font-weight: bold;	
}
#content h1 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 6px;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;	
}
#content img {
	border: 1px solid #003300;
	margin-top: 4px;
	margin-bottom: 4px;
}


/*Right container*/
#rightContent {
	float: right;
	width: 360px;
	font-size: 80%;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
#rightContent p {
	padding: 0px;				
}
#rightContent a {
	text-decoration: none;
	color: #003300;	
}
#rightContent a:hover {
		color: #003300;	
}
#rightContent h1 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 6px;
}

#rightContent h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 4px;
	color: #003300;	
}
#rightContent img {
	border: 1px solid #003300;
	margin-top: 4px;
	margin-bottom: 4px;
}
/*Clear both*/
.clearall {
	clear: both;	
}

#footer {
	height: 18px;
	font-size: 80%;
	padding: 2px;
	text-align: center;	
}
#footer a {
	text-decoration: none;
	color: #003300;
		
}
#footer a:hover {
		#003300;
	font-weight: bold;
}







