/* CSS Document */
html {
}

	body { 
		height: 100%;
		width: 100%;
		
	 	margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #666666;
		background-color: #333333;
	}
	#outer_container { 
		height: 100%;
		width: 100%;
		background: url("main/templates/dngalan_template/images/bg_body.gif") repeat-x;
		border: 0px solid purple;
		text-align: center;
	}
	#inner_container {
		text-align: left;
		width: 958px;
		height: auto;
		margin: 0px auto;
		margin-bottom: 50px;
		border: 0px solid black;
		background:url(images/bg_container_middle.gif);
		/*background-image: url("main/templates/dngalan_template/images/bg_container.png");*/
		position: relative;
	}
	#header {
		width: 100%;
		height: 166px;
		background:url(images/bg_header-2.png) no-repeat;
		position:relative;
	}
	#main_outer_container {
		background:url(images/bg_container_middle.gif) no-repeat;
	}
	#main_inner_container {
		background:url(images/bg_container_top2.gif) no-repeat;
		width:100%;
		padding-top:15px;
	}
	#left_bar, #left_middle_bar, #right_middle_bar {
	/*	background:url("main/templates/dngalan_template/images/bg_horizontal_divider.png") no-repeat;
		background-position:top right;
	*/	text-align:center;
		border:0px solid green;
		width:25%;
	}
	#right_bar {
		text-align:center;
	}
	
	.newsfeed_container {
		width:24%; height:100%;/*height:100%;*/
		float:left;
		border:0px solid green;
	}
	.inner_feed {
		text-align:left;
		padding:20px 20px 20px 30px;
		border:0px solid #FF0000;
	}
	.feed_title {
		font-size:12px;
		margin-bottom:5px;
		padding-bottom:0px;
		border:0px solid #000000;
	}
	.feed_link {
		color:#000000;/*
		color:#990000;*/
		font-weight:normal;
	}
	
	#footer {
		border: 0px solid black;
		width: 100%;
		height: 177px;
		clear: both;
		color: #454546;
		font-size:10px;
		text-align:left;
		background:url(images/bg_footer2.gif) no-repeat;
		position:relative;
		/*background: url("main/templates/dngalan_template/images/bg_footer.png") no-repeat;
		background-color: #009966;*/
	}
	#footer_upper {
		position:absolute;
		top: 75px;
		left: 29px
	}
	#footer_inner {
		position:absolute;
		top:155px;
		width: 100%;
		color:#000000;
		text-align:center;
	}
	#footer_inner a {
		color:#000000;
	}
	#footer_inner a:visited {
		color:#003366;
	}
	
	/* General styles */
	a {
		color: #5a93c9;
		text-decoration: none;
	}
	a:hover {
		text-decoration:underline;
	}
	img {
		border:0px;
	}
	table {
		font-size:12px;
	}
	h1, h2, h3, h4, h5, h6 {
	}
	h1 {	font-size:24px;	padding:0px; margin:0px;}
	h2 {	font-size:20px;	}
	h3 {	font-size:16px;	}
	h4 {	font-size:14px;	}
	h5 {	font-size:12px;	}
	h6 {	font-size:10px; font-weight:bold; }

/* Speciellt */
/*
div#cssnewsbox-maincontainer, div#dnyouthfrontid-maincontainer, 
div#cssnewsbox-maincontainer div#cssnewsbox {
}
div#cssnewsbox-maincontainer div#cssnewsbox div.rsscontainer{
}div.rsstitle, 
div.rsstitle a, 
div.rssdate {
	display:none;
}
div.rssdescription {
}
#csspaginatediv {
	padding-left:30px;
}*/