/* Kontaktformular */
h1.documentFirstHeading {
	font-size: 16px;
	padding-bottom: 21px;
}

div.field {
	padding-bottom: 16px;
}

div.field label {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

div.formError {
	color: #E10000;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 3px;
}

div.formHelp {
	color: #616060;;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 3px;
}

p.documentLink {
	padding-bottom: 5px;
}

p.documentLink a,
p.documentMailTo a {
	text-decoration: none;
}

p.documentLink a:hover,
p.documentMailTo a:hover {
	text-decoration: underline;
}

/* Sitemap */
#portal-sitemap {
	margin-bottom: 3em;
}

#portal-sitemap ul {
	list-style-type: disc;
	color: #4A4A4A;
	padding:0 0 5px 14px;
}

#portal-sitemap ul.navTree > li > ul.navTree {
	list-style-type: circle;
}

#portal-sitemap li.navTreeItem {
	padding-bottom: 5px;
}

#portal-sitemap li.navTreeItem div {
	padding-top: 5px;
}

#portal-sitemap > li.navTreeItem > div{
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	border-bottom: 1px solid #CDCDCD;
}

#portal-sitemap > li.navTreeItem > div > a {
	padding-left: 14px;
}

#portal-sitemap a {
	text-decoration: none;
	color: #4A4A4A;
	cursor: pointer;
}

#portal-sitemap a:hover {
	text-decoration: underline;
  color: #999999;
	font-weight: bold;
}

/* Suche */
form.searchPage button {
	font-size: 14px;
	color: #616060;
	cursor: pointer;
	background-color:transparent;
	border:0 none;
}

form.searchPage button:hover span {
	text-decoration: underline;
}

form.searchPage span a {
	text-decoration: none;
	cursor: pointer;
}

form.searchPage span a:hover {
	text-decoration: underline;
}

/* Suche-Ergebnis + Fehlerseite-Ergebnis */
dl.searchResults dt.contenttype-document,
dl.errorResults dt {
	margin: 20px 0px 6px -19px;
	padding-left: 19px;
	padding-top: 3px;
}

dl.searchResults dt.contenttype-document a,
dl.errorResults dt a {
	text-decoration: none;
	cursor: pointer;
}

dl.searchResults dt.contenttype-document a:hover,
dl.errorResults dt a:hover {
}

/* Veranstaltungen */
div.eventDetails {
	border: 1px solid #CDCDCD;
	background-color: #D0E9FD;
	margin-left: -19px;
	margin-bottom: 14px;
	padding: 10px 19px;
}

div.eventDetails table.vertical {
	border-collapse: inherit;
}

div.eventDetails table.vertical th {
	padding-right: 30px;
	padding-bottom: 10px;
}

div.eventDetails table.vertical td {
	padding-bottom: 10px;
}

div.eventDetails a,
#parent-fieldname-eventUrl,
#category a.link-category {
	text-decoration: none;
	cursor: pointer;
}

div.eventDetails a:hover,
#parent-fieldname-eventUrl:hover,
#category a.link-category:hover {
	text-decoration: underline;
}

#category {
	padding-bottom: 15px;
	color: #616060;
}

/* Presse */
#content-news div.newsItem {
	margin-left: -19px;
	padding-left: 19px;
	padding-top: 20px;
}

#content-news h2 {
	padding-bottom: 21px;
	font-size: 16px;
}

#content-news h2 a {
	text-decoration: none;
}

#content-news h2 a:hover {
	text-decoration: underline;
}

#content-news p {
	padding: 0 0 5px 0px;
}

#content-news div.newsContent {
	padding-bottom: 25px;
}

#content-news ul.newsAbout {
	padding-bottom: 14px;
}

#content-news ul.newsFooter a {
	text-decoration: none;
}

#content-news ul.newsFooter a:hover {
	text-decoration: underline;
}

