A.blogSection:visited  {
	color: #fdb913;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: uppercase;
}

A.blogSection:link   {
	color: #fdb913;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: uppercase;
}

A.blogSection:hover  {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	background-color: #1e90b3;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

A.blogSection:active  {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

A.blogSectionBlue:visited  {
	color: #1e90b3;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: uppercase;
}

A.blogSectionBlue:link   {
	color: #1e90b3;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: uppercase;
}

A.blogSectionBlue:hover  {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	background-color: #1e90b3;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

A.blogSectionBlue:active  {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}


#blogSection_topBar {
	background-image: url(../../grafik/forside/orangeTop_03.png);
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 345px;
	height: 22px;
	background-repeat: no-repeat;
}
#blogSection_content {
	background-image: url(../../grafik/forside/contentFelt_33.png);
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 345px;
	height: 154px;
}
#blogSection_bottomBar {
	background-image: url(../../grafik/forside/contentFelt_36.png);
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 345px;
	height: 20px;
	background-repeat: no-repeat;
}
#blogTextContainer {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 305px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #424242;
}
#blogTitelContainer {
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 305px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #fdb913;
}
#blogDatoContainer {
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 305px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #78962c;
}
.blogTextForside {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #424242;
}
.blogTitelForside {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #fdb913;
}
.blogDatoForside {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #78962c;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:300px;	
	min-height:100px;
	border:1px solid #666;
	margin-top: 300px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../../grafik/jQuery/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#f37b10;
		font-size:15px;
		margin:0 0 -10px 0;
	}


