﻿.roedlGreen .ChosenEvent:hover,
.roedlGreen.TopNewsWP .divRightWrap:hover,
.roedlGreen.TopArticlesWP ul li:hover,
.roedlGreen.EventsWP:hover,
.roedlGreen.EventsWP a:hover {
	background-color: #3ABE7C !important;
}

/*
.EventsLeft:hover,
.EventsRight:hover,
.EventsRight a:hover {
	background-color: #eaa21c !important;
}*/

a:link,
.ContactSize a:link,
.ContactPersonSize a:link,
.FeedbackMain a:link,
.EventReg-MB a:link,
.EventRegisterSize a:link {
	color: black;
	border-bottom: 2px solid #3ABE7C;
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
}

.first-line a:link {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

a:visited {
	color: black;
	border-bottom: 2px solid #3ABE7C;
}

a:hover {
	text-decoration: none;
	background-color: #3ABE7C;
}

/* RoedlNewsOverviewResizableWebPart */
#header > .dfwp-item:hover {
	background-color: #3ABE7C !important;
	text-decoration: none !important;
}

/* horizontal lines at the top of the page - not visible for iframe */
.MasterTable {
	border-bottom: thin solid black !important;
}
.welcome .LocationBanner > div {
	border-top: thin solid black;
}
.welcome-content > div:not(:empty)[id*="ControlWrapper"],
.article-content > div:not(:empty)[id*="ControlWrapper"] {
	padding-right: 10px;
	border-top: thin solid black;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.TopWebpart > .ms-webpart-zone {
	border-top: thin solid black;
}