/**
* -----------------------------------------------------------------
* Nyhedssiden
* -----------------------------------------------------------------
*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	background-color: #e7edf1;
	width: 95%;
	margin-bottom: 2px;
	margin-top: 5px;
	padding-left: 2px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174380;
	font-weight: bold;
	/*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 */
	border: 0px solid silver;
	/*background-color: #DDE7EE;*/
	width: 95%;
	text-align: left;
	/* End layout CSS */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	/*position: relative;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174380;
	}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 5px;
	font-size: 11px;	
/*	position: relative;*/
	}
/**
* -----------------------------------------------------------------
* Nyhedsboxen der bliver vist på forsiden
* -----------------------------------------------------------------
*/
.newsbox {
	width: 150px;
	/*border: 1px solid black;*/
	/*background: white;*/
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	}
	
.newsbox a {
	text-decoration: none;
	color: #ffffff;
	}
.newsbox a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
.newsbox_title {
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	}
.newsbox_date {
	text-align: right;
	text-decoration: none;
	}
.newsbox_text {
	text-align: right;
	text-decoration: none;
	}