/**
* -----------------------------------------------------------------
* Nyhedssiden
* -----------------------------------------------------------------
*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/*color: white;*/
	/*font-size: 11px;*/
	/*background-color: #4E80A5;*/
	/*border: 1px solid black;*/
	width: 500px;
	margin-bottom: 2px;
	margin-top: 5px;
	padding-left: 2px;
	padding: 5px;
	/*background-image: url('images/bg_answer.gif');*/
	background-repeat: no-repeat;
	background-position: top right;	
	/* End layout CSS */
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color: #CEE7F9;
	/*background-image: url('../design/bg_news.jpg');*/
	/*background-repeat: repeat-y;*/
	/*background-position: center center;*/
	/*border: 1px solid black;*/
	width: 500px;
	text-align: left;
	/* End layout CSS */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	/*position: relative;*/
	}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 5px;
	font-size: 11px;	
	}
/**
* -----------------------------------------------------------------
* Nyhedsboxen der bliver vist på forsiden
* -----------------------------------------------------------------
*/
.newsbox {
	/*position: absolute;*/
	/*bottom: 40px;*/
	/*right: 10px;*/
	width: 190px;
	/*border: 0px solid black;*/
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
	/*color: black;*/
	}
.newsbox a {
	color: #753001;
	text-decoration: none;
}
.newsbox a:hover {
	color: #cc7a2e;
	text-decoration: none;
}
.newsbox_title {
	text-align: left;
	font-weight: bold;
	width: 60%;
	text-transform: uppercase;
	}
.newsbox_date {
	text-align: left;
	width: 40%;
	}
.newsbox_text {
	text-align: left;
	padding-bottom: 10px;
	cursor: pointer;
	}