/**
* -----------------------------------------------------------------
* Nyhedssiden
* -----------------------------------------------------------------
*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color: black;
	/*font-size: 11px;*/
	/*background-color: #4E80A5;*/
	/*border: 1px solid black;*/
	width: 100%;
	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;
	font-weight: bold;
	}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	/*background-color: #ADBDCA;
	background-image: url('../design/bg_news.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	border: 1px solid black;*/
	padding-left: 20px;
	width: 100%;
	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
* -----------------------------------------------------------------
*/

.newsboxContainer {
	/*background-image: url('../design/bg_box.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	position: absolute;
	top: 480px;
	left: 585px;
	width: 265px;
	height: 110px;
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-bottom: 5px;
	border: 0px solid red;
	padding-top: 3px;
	/*padding-left: 15px;*/
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-align: left;
	}
.newsboxPicture {
	position: absolute;
	top: 435px;
	left: 850px;
	border: 0px solid blue;
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left center;
}
.newsboxOverskrift {
	font-family: arial black;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;			/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #000000; /*	top, right, bottom, left */
	margin: 	0px; /*	top, right, bottom, left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.newsboxText {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #000000;
}

.newsbox a {
	color: black;
}
.newsbox a:hover {
	color: white;
	text-decoration: none;
}
.newsbox_title {
	text-align: left;
	font-weight: bold;
	width: 60%;
	}
.newsbox_date {
	text-align: right;
	width: 40%;
	}
.newsbox_text {
	text-align: left;
	padding-bottom: 10px;
	}