/*	Subnav Sidebar
	--------------	*/

ul#subnav li {
	list-style-type: none;	
}
ul#subnav li a {
	color: #d0000c;
	display: block;
	width: 325;	
	background-color: #e8e5e0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 25px;
	list-style-position: inside;
	font-weight: bold;	
}
ul#subnav li a:hover {
	background-color: #d1cdc7;
	cursor: pointer;
}
ul#subnav a {
	text-decoration: none;
}
ul#subnav a:hover {
	text-decoration: none;
}
ul#subnav .beschreibung {
	margin-left: 15px;
	padding-top: 10px;
}
ul#subnav .beschreibung a:hover {
	text-decoration: underline;
}
ul#subnav .here .beschreibung {
	display: block !important;
}

/*	Aktuelles
	---------	*/
	
ul#aktuelles li {
	color: #d0000c;
	background-color: #e3e4e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	cursor: default;
	list-style-type: none;
}
ul#aktuelles li:hover {
	background-color: #cacbcc;
	cursor: pointer;
}
ul#aktuelles li .foldout  {
	font-size: 14px;
	color: #2b3033;
}
ul#aktuelles li .beschreibung {
	font-size: 14px;
	line-height: 20px;
	color: #2b3033;
	padding-top: 10px;
}
ul#aktuelles li .beschreibung p {
	margin-bottom: 0;	
}
ul#aktuelles .date {
	float: left;
	color: #566066;
}
ul#aktuelles .title {
	float: left;
	/* width: 215px;
	margin-left: 25px; */
	font-weight: bold !important;	
}


/*	Event-Liste Frontpage
	---------------------	*/
ul#events_frontpage {
	list-style: none;
}
ul#events_frontpage li {
	color: #d0000c;
	background-color: #e3e4e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	list-style-position: inside;
	cursor: default;
}
ul#events_frontpage li:hover {
	background-color: #cacbcc;
	cursor: pointer;
}
ul#events_frontpage li .foldout  {
	font-size: 14px;
	color: #2b3033;
}
ul#events_frontpage li .beschreibung {
	font-size: 14px;
	line-height: 20px;
	color: #2b3033;
	padding-top: 10px;
}
ul#events_frontpage li .beschreibung p {
	margin-bottom: 0;
}
ul#events_frontpage li img {
	float: left;
	padding-right: 10px;
}
ul#events_frontpage .date {
	color: #566066;
	margin-right: 10px;
}
ul#events_frontpage .title {
	font-weight: bold;	
}

/*	Ansprechpartner
	---------------	*/
	
div#ansprechpartner #bild img, div#ansprechpartner #bild_float img {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	margin-right: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#ansprechpartner #bild_float img {
	float: left;
}
div#ansprechpartner #infos {
	margin-bottom: 15px;
}

div#ansprechpartner .title {
	width: 55px;
	background-color: #27404a;
	color: #FFF;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#ansprechpartner #telefon, div#ansprechpartner #email {
	background-color: #e3e4e5;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
div#bio {

}

/*	Tags
	----	*/
	
ul#tags li {
	font-size: 14px;
	height: 22px;
	color: #2b3033;
	background-color: #e3e4e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 5px 25px 5px 25px;
	list-style-position: inside;
	cursor: default;
}
ul#tags li:hover {
	background-color: #cacbcc;
	cursor: pointer;
}
ul#tags a {
	text-decoration: none;	
	font-weight: bold;
}
ul#tags .here {
	color: #d0000c;
}

/*	Media Sidebar
	-------------	*/
	
#sidebar_media li {
	color: #2b3033;
	background-color: #e3e4e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	list-style-position: inside;
	cursor: default;
}
#sidebar_media li:hover {
	background-color: #cacbcc;
	cursor: pointer;
}
#sidebar_media a {
	text-decoration: none;	
	font-weight: bold;
}
#sidebar_media .here {
	color: #d0000c;
}
#sidebar_media ul ul {

}

/*	Why Venue
	---------	*/
div#whyvenue {
	margin-bottom: 50px;
}
div#whyvenue img {
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#whyvenue #quote {
	width: auto;
	margin-left: 125px;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #829199;
	margin-bottom: 15px;
}
div#whyvenue #quote p {
	margin-bottom: 5px;
}
div#whyvenue #titlequote {
	font-size: 12px;
}

/*	Seminare
	--------	*/
.seminare {
	margin-bottom: 50px;	
}
.seminare p  {
	color: #212426;
	margin-bottom: 15px;	
}
.seminare a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	background-color: #7ca9bf;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.seminare a:hover {
	background-color: #8dbfd9;
}
.seminare .termine_anmeldung {
	color: #d0000c;
	/* background-color: #e3e4e5; */
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 25px;
	/* padding: 15px 25px 15px 25px; */
	list-style-position: inside;
	cursor: default;	
}
.seminare .termine_anmeldung .form {
	margin-bottom: 50px;
}
