/* SØGNING */

.searchListContainer {
	border-bottom: solid 1px #bababa;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.searchListContainer a {
}


/* NYHEDER */

.newsListContainer {
	border-bottom: solid 1px #bababa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.newsListContainer a {
}

.newsListSelectContainer {
	text-align: right;
}

.newsListSelectContainer a {
}

.newsBoxLink, .newsBoxLink:hover {
}

.newsListContent {
	float: left;
	width: 90%;
}

.newsListImage {
	float: left;
	width: 90px; /* 0px hvis der ikke skal være et billede */
}

.newsListImage img{
	float: left;
	width: 80px;
	border: 1px solid #e0dfdd;
}


/* NYHEDSIDE */

.newsPageContent {
}

.newsPageTitle {
}

.newsPageDesc {
}

.newsPageSignature {
	font-style: italic;
	font-size: 10px;
}

.newsPageImage {
}

.newsPageImage img{
}


/* Kalender */

.calendarListContainer {
	border-bottom: solid 1px #bababa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.calendarListContainer a {
}

.calendarListSelectContainer {
	text-align: right;
}

.calendarListSelectContainer a {
}

.calendarListContent {
}

.calendarListImage {
	float: left;
	width: 90px; /* 0px hvis der ikke skal være et billede */
}

.calendarListImage img{
	float: left;
	width: 80px;
	border: 1px solid #e0dfdd;
}

.calendarInfoContainer {
	border-top: solid 1px #bababa;
	margin-top: 30px;
	padding-top: 20px;
}

.calendarInfoItem {
	float: left;
	width: 49.5%;
	margin-bottom: 10px;
}

#calendarRegistationContainer {
}

.calendarRegistration_FormLeft {
	float: left;
	width: 40%;
	padding-bottom: 4px;
}

.calendarRegistration_FormRight {
	float: left;
	width: 59.5%;
	padding-bottom: 4px;
}

.calendarRegistration_FormRight .formElement {
	width: 95%;
}

.calendarRegistrationFormColumn_Button {
	clear: both;
	text-align: right;
	padding-top: 10px;
	width: 97%;
}

.calendarRegistration_BottomText {
	margin-top: 14px;
	text-align: center;
}

.calendarRegistration_Link {
	background: #008d3f url('') no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	float: right;
	padding: 5px 20px 5px 20px;
	border: solid 1px #9c9c9c;
}

.calendarRegistration_Link:hover {
	color: #ffffff;
}


/* FOTOALBUM */

.photogalleryFolderContainer {
	float: left;
	border: solid 1px #bababa;
	width: 160px;
	margin: 0px 20px 20px 0px;
	cursor: pointer;
}

.photogalleryFolderContainer_Header, .photogalleryFolderContainer_Footer {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}

.photogalleryFolderContainer_Header {
	display: none;
}

.photogalleryFolderContainer_Body {
	height: 120px;
	background: no-repeat center center;
}

.photogalleryImageContainer {
	float: left;
	border: solid 1px #bababa;
	width: 160px;
	margin: 0px 20px 20px 0px;
	cursor: pointer;
}

.photogalleryImageContainer_Header, .photogalleryImageContainer_Footer {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}

.photogalleryImageContainer_Header {
	display: none;
}

.photogalleryImageContainer_Body {
	height: 120px;
	background: no-repeat center center;
}

.photogalleryImage {
	width: 100%;
	border: solid 1px #bababa;
}

.photogalleryImageBack {
	text-align: left;
}

.photogalleryImageHeader {
	margin-bottom: 20px;
}

.photogalleryImageHeader_PrevImage {
	float: left;
}

.photogalleryImageHeader_NextImage {
	float: right;
}

.photogalleryImageFooter {
	margin-top: 20px;
}

.photogalleryFBContainer {
	float: left;
}

.photogalleryDownloadContainer {
	float: right;
}


/* NYHEDSBREV */

.newsmailContainer {
	border-top: solid 1px #bababa;
	border-bottom: solid 1px #bababa;
	padding: 20px 0px 20px 0px;
	width: 400px;
	margin: auto;
}

.newsmailResultOK {
	width: 400px;
	margin: auto;
	margin-top: 20px;
}

.newsmailResultError {
	width: 400px;
	margin: auto;
	color: red;
	margin-top: 20px;
}

.newsmailFormContainer {
	width: 270px;
	margin: auto;
}

.newsmailFormColumn_Text {
	float: left;
	clear: left;
	width: 120px;
	margin-bottom: 5px;
}

.newsmailFormColumn_Input {
	float: left;
	clear: right;
	width: 150px;
	margin-bottom: 5px;
}

.newsmailFormColumn_Input .formElement {
	width: 100%;
}

.newsmailFormColumn_Button {
	clear: both;
	text-align: right;
	padding-top: 20px;
}


/* INTRA/EXTRA LOGIN */

.intraExtraLoginContainer {
	padding: 20px 0px 20px 0px;
	width: 400px;
	margin: auto;
}

.intraExtraLoginResultOK {
	width: 400px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

.intraExtraLoginResultError {
	width: 400px;
	margin: auto;
	color: red;
	margin-top: 20px;
	text-align: center;
}

.intraExtraLoginFormContainer {
	width: 270px;
	margin: auto;
}

.intraExtraLoginFormColumn_Text {
	float: left;
	clear: left;
	width: 120px;
	margin-bottom: 5px;
}

.intraExtraLoginFormColumn_Input {
	float: left;
	clear: right;
	width: 150px;
	margin-bottom: 5px;
}

.intraExtraLoginFormColumn_Input .formElement {
	width: 100%;
}

.intraExtraLoginFormColumn_Button {
	clear: both;
	text-align: right;
	padding-top: 10px;
}


/* SITEMAP */

.sitemapContainer {
	border-top: solid 1px #bababa;
	border-bottom: solid 1px #bababa;
	padding: 20px 0px 20px 0px;
}

.sitemapItem {
	height: 22px;
	line-height: 22px;
}

.sitemapItem img {
	float: left;
	margin: 5px 5px 0px 0px;
}


/* ALFABETISK SIDEINDEKS */

.alphabeticalSiteIndexContainer {
	border-top: solid 1px #bababa;
	border-bottom: solid 1px #bababa;
	padding: 20px 0px 20px 0px;
}

.alphabeticalSiteIndexItemContainer {
	float: left;
	width: 30%;
	margin: 0px 3% 40px 0px;
}

.alphabeticalSiteIndexItemHeader {
	height: 22px;
	line-height: 22px;
	padding-bottom: 5px;
}

.alphabeticalSiteIndexItem {
	height: 22px;
	line-height: 22px;
}


/* INFOBOKSE */

#infoboxContainer_Body {
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
}

#infoboxContainer_Body .infoboxBox {
	border: solid 1px #9c9c9c;
	border-bottom-width: 2px;
	padding: 12px 12px 12px 24px;
	background: #ffffff url('../images/box_gradient.png') repeat-y left top;
	margin-bottom: 14px;
}

#infoboxContainer_Body .infoboxBoxSplit {
	float: left;
	width: 3%;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxHeader {
	font-size: 14px;
	text-transform: uppercase;
	color: #008d3f;
	margin-bottom: 12px;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody {
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody .infoboxBoxBody_Headline {
	display: none;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody .infoboxBoxBody_Headline a {
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody .infoboxBoxBody_Teaser {
	height: 50px;
	overflow: hidden;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody .infoboxBoxBody_Image {
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	/*cursor: pointer;*/
	margin-bottom: 10px;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody .infoboxBoxBody_Link {
	text-align: right;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxBody .infoboxBoxBody_Link a {
	color: #008d3f;
}

#infoboxContainer_Body .infoboxBox .infoboxBoxFooter {
	display: none;
}


/* TOPBANNER SLIDESHOW */

#topbannerSlideshowContainer {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #ffffff;
}

.topbannerSlideshow {
	width: inherit;
	height: inherit;
}

.topbannerSlideshowImage {
	width: 100%;
	height: 100%;
}

.topbannerSlideshowText {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #a5a5a5;
	padding: 3px;
}

.topbannerSlideshowText_Headline {
	font-size: 40px;
	color: #ffffff;
	display: inline;
}

.topbannerSlideshowText_Description {
	font-size: 32px;
	color: #ffffff;
	line-height: 36px;
}

.topbannerSlideshowText_Description span {
}

#RotatingTopBanner_Nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	display: none;
}

#RotatingTopBanner_Nav a {
	border: solid 2px #b6cf2f;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	font-size: 0px;
	background: transparent;
}

#RotatingTopBanner_Nav a.activeSlide {
	background: #b6cf2f;
}

#RotatingTopBanner_Nav a:focus {
	outline: none;
}

#RotatingTopBanner_Prev {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 10000;
	display: none;
}

#RotatingTopBanner_Next {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 10000;
	display: none;
}


/* DU ER HER */

.currentLocationContainer {
	font-size: 12px;
}

a.currentLocation {
	font-size: 12px;
	color: #00763a;
	text-decoration: none;
}

a.currentLocation:hover {
	text-decoration: underline;
}


/* MEDARBEJDER LISTE */

.staffList_Layout {
	float: left;
	height: 140px;
	width:33%;
}

.staffList_Layout_select {
	float: right;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	color: #4c4c4c;
	padding: 2px;
}

.staffList_StaffImage {
	float: left;
	width: 100px;
	height: 120px;
	border: 1px solid #01753C;
	margin:0px 20px 0px 0px;
}

.staffList_StaffHeader {
	font-weight: bold;
}

.staffList_StaffContent {
}

.staffList_StaffContent_list {
	border-top: 1px solid #BFBFBF;
	padding-top: 20px;
	margin: 10px 0px 0px 0px;
}


/* MEDARBEJDER VISNING */

.staffListUser_Post {
	float: left;
	width: 100%;
}

.staffListUser_Layout {
	float: left;
	width: 100%;
}


.staffListUser_Header {
	margin: 0px 0px 2px 0px;
}

.staffListUser_ContentLeftLayout {
	float: left;
	width: 170px;
}

.staffListUser_ContentLayout {
	float: left;
	width: 400px;
}

.staffListUser_ContentHeader {
	float: left;
	width: 100px;
}


.staffListUser_Content {
	float: left;
	width: 200px;
}

.staffListUser_ImageLayout {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
}

.staffListUser_ImageLayout img {
	border: 1px solid #01753C;
	width: 100%;
}


.staffListUser_GoogleMapLayout {
	float: right;
	width: 369px;
	height: 269px;
	border: 1px solid #01753C;
}

.staffListUser_Address {
	float: right;
	line-height: 20px;
}

#map_canvas {
	float: left;
	width: 367px;
	height: 267px;
}


/* GOOGLEMAP */

#GMap {
	border: 1px solid rgb(68,68,68)
}

.infoBubbleMap {
	background: rgb(255,255,255) !important;

}

.infoBubbleTab {
	background: rgb(255,255,255) !important;
	width: 80px;
}


/* AFSTEMNING */

.pollListContainer {
	border-bottom: solid 1px #bababa;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.pollBar {
	background: #e0dfdd;
	height: 16px;
}