
@CHARSET "UTF-8";
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}

hr {
	border-color: #404040;
	background-color: #404040;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#header {
	margin-bottom: 1em;
}

#header a {
	float: left;
	margin-bottom: 1em;
}

#navigation {
	clear: both;
	font-size: 1.4em;
}

#content {
	clear: both;
	padding-top: 2em;
}

#content #contentLeft {
	float: left;
	width: 62%;
	margin-right: 2em;
	margin-bottom: 2em;
}

#content #contentLeft table td {
	font-size: 1em;
}

#content #contentRight {
	float: right;
	width: 30em;
	color: #404040;
	font-size: 1em;
	font-weight: bold;
}

.flashError {
	background:#FF3333 url(../images/frontend/flashError.png) no-repeat scroll 5px center;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em;
	padding-left: 2.5em;
	margin-bottom: 1em;
}

.flashNotice {
	background:#A0C841 url(../images/frontend/flashNotice.png) no-repeat scroll 5px center;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em;
	padding-left: 2.5em;
	margin-bottom: 1em;
}

.flashInfo {
	background:#D9D9D9 url(../images/frontend/flashInfo.png) no-repeat scroll 5px center;
	color: #404040;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em;
	padding-left: 2.5em;
	margin-bottom: 1em;
}

.gap {
	display: block;
	margin-bottom: 3em;
}

.clear {
	clear: both;
	width: 0px;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.veranstaltungen {
	color: #A0C841;
}

.veranstaltungenBackground {
	background-color: #A0C841;
	color: #fff;
}

.veranstaltungenBorder {
	border: 1px solid #A0C841;
}

.messen {
	color: #5D9E9B;
}

.messenBackground {
	background-color: #5D9E9B;
	color: #fff;
}

.messenBorder {
	border: 1px solid #5D9E9B;
}

.seminare {
	color: #E3336D;
}

.seminareBackground {
	background-color: #E3336D;
	color: #fff;
}

.seminareBorder {
	border: 1px solid #E3336D;
}

.webinare {
	color: #FF8F33;
}

.webinareBackground {
	background-color: #FF8F33;
	color: #fff;
}

.webinareBorder {
	border: 1px solid #FF8F33;
}

.nowrap {
	white-space: nowrap;
}


#navigation a {
	text-decoration: none;
}

#navigation hr {
	height: 0.1em;
	border: 1px solid #A0A0A0;
	background-color: #A0A0A0;
}

#navigation li {
	display: inline;
	line-height: 1em;
	padding-right: 1em;
	padding-left: 1.7em;
	margin-right: 0.8em;
	background-position: left;
	background-repeat: no-repeat;
}

#navigation #navTop a {
	color: #404040;
}

#navigation #navTop li {
	background-image: url(../images/frontend/navTop.gif);
}

#navigation #navTop li.active {
	border: 1px solid #404040;
}

#navigation #navBottom {
	float: left;
}

#navigation #navBottom li {
	line-height: 1.4em;
}

#navigation #navBottom a {
	color: #404040;
}

#navigation #navBottom li.home {
	background-image: url(../images/frontend/navBottomHome.gif);
}

#navigation #navBottom li.active.home {
	border: 1px solid #A0A0A0;
}

#navigation #navBottom li.uebersicht {
	background-image: url(../images/frontend/navBottomUebersicht.gif);
}

#navigation #navBottom li.active.uebersicht {
	border: 1px solid #C6C6C6;
}

#navigation #navBottom li.veranstaltungen {
	background-image: url(../images/frontend/navBottomVeranstaltungen.gif);
}

#navigation #navBottom li.active.veranstaltungen {
	border: 1px solid #A0C841;
}

#navigation #navBottom li.messen {
	background-image: url(../images/frontend/navBottomMessen.gif);
}

#navigation #navBottom li.active.messen {
	border: 1px solid #5D9E9B;
}

#navigation #navBottom li.seminare {
	background-image: url(../images/frontend/navBottomSeminare.gif);
}

#navigation #navBottom li.active.seminare {
	border: 1px solid #E3336D;
}

#navigation #navBottom li.webinare {
	background-image: url(../images/frontend/navBottomWebinare.gif);
}

#navigation #navBottom li.active.webinare {
	border: 1px solid #FF8F33;
}

#navigation #navRight a {
	color: #404040;
}

#navigation #navRight {
	float: right;
	font-size: 0.6em;
}

#navigation #navRight li {
	line-height: 1.6em;
	background-image: url(../images/frontend/navRightDefault.gif);
}

#navigation #navRight li.active {
	border: 1px solid #A0A0A0;
}

#contentLeft {
	color: #404040;
	font-size: 1.3em;
}

#contentLeft h1 {
	background-image: url(../images/frontend/contentH1.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #A0A0A0;
	font-size: 2em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#content #info {
	background-color: #A0C841;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1.5em;
}

#content #infoText {
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
}#search {
	border: 2px solid #D9D9D9;
	margin-bottom: 0.5em;
}

#search h1 {
	background-color: #A0A0A0;
	color: #fff;
	line-height: 2em;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 1em;
	margin-bottom: 1em;
}

#search h2 {
	color: #404040;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	margin-left: 1em;
}

#searchForm #search {
	margin-left: 1em;
	height: 1.3em;
	width: 17.5em;
	margin-bottom: 0.5em;
}

#searchForm #searchSubmit {
	background-color: #A0A0A0;
	color: #fff;
	width: 5em;
	margin-bottom: 0.5em;
}

#search .searchText {
	margin-bottom: 1em;
	margin-left: 1em;
}

#search input {
	border: 1px solid #A0A0A0;
	background-color: #D9D9D9;
}

#search select {
	width: 14em;
	border: 1px solid #A0A0A0;
	background-color: #D9D9D9;
}#login {
	border: 2px solid #D9D9D9;
	padding-top: 1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#login td {
	padding-right: 0.5em;
}

#loginForm #login {
	margin-left: 1em;
	height: 1.3em;
	width: 17.5em;
	margin-bottom: 0.5em;
}

#loginForm #loginSubmit {
	background-color: #A0A0A0;
	color: #fff;
	width: 5em;
}

#login .loginText {
	margin-bottom: 1em;
	font-size: 0.95em;
}

#login input {
	border: 1px solid #A0A0A0;
	background-color: #D9D9D9;
	margin-bottom: 0.5em;
}

#login select {
	width: 14em;
	border: 1px solid #A0A0A0;
	background-color: #D9D9D9;
}#calendar {
	border: 2px solid #D9D9D9;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#calendar a {
	text-decoration: none;
}

#calendar h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
}

#calendar h2 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5em;
}

#calendar table {
	width: 100%;
	margin-bottom: 1em;
}

#calendar td {
	color: #A0A0A0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#calendar tr.currentWeek td {
	background-color: #D9D9D9;
}

#calendar td.currentDay {
	color: #404040;
	font-style: italic;
}
#header #headerAd {
	/* border: 2px solid #D9D9D9; */
	float: right;
}

#advertisement {
	border: 2px solid #D9D9D9;
	margin-bottom: 0.5em;
}

#advertisement .adText {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
#socialBookmarking {
	border: 2px solid #D9D9D9;
	margin-bottom: 0.5em;
	padding: 0.3em;
}

#socialBookmarking .adText {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
#aktuelleTermine {
	float: left;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#aktuelleTermine div {
	float: left;
	width: 11em;
	color: #fff;
	margin-right: 0.4em;
	margin-bottom: 0.1em;
}

#aktuelleTermine div h1 {
	background-image: none;
	color: #404040;
	font-size: 1em;
	margin-bottom: 0.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	width: 100%;
}

#aktuelleTermine div .termin {
	height: 14em;
	background-color: #404040;
	font-size: 1em;
	margin-right: 0em;
	padding-left: 0.3em;
	width: 100%;
}

#aktuelleTermine div .termin .text {
	font-size: 1em;
}

#aktuelleTermine div .termin h1 {
	color: #fff;
	font-weight: normal;
	padding-top: 0.7em;
	padding-left: 0em;
	padding-bottom: 0.6em;
}

#aktuelleTermine div .termin a {
	color: #fff;
}

#uebersicht td {
	background-color: #404040;
	border: 0.1em solid #404040;
	border-collapse: collapse;
	font-size: 0.9em;
	vertical-align: top;
	width: 14%;
	padding-bottom: 1em;
}

#uebersicht td.noDate {
	border: none;
}

#uebersicht a {
	color: #404040;
	text-decoration: none;
}

#uebersicht a.link {
	color: #FF0000;
}

#uebersicht td.uebersichtDay div {
	font-size: 0.9em;
	padding: 0.4em;
	margin-bottom: 0.1em;
}

#uebersicht div.empty {
	color: #fff;
	margin-bottom: 0.2em;
}

#uebersicht div.empty a {
	color: #fff;
	text-decoration: underline;
}

#uebersicht td h1 {
	background-image: none;
	background-color: #fff;
	border: 1px solid #fff;
	color: #404040;
	font-size: 1.1em;
	padding: 0.4em;
	margin-bottom: 0.1em;
}

#uebersicht td h1.today {
	background-color: #404040;
	color: #fff;
}

#uebersicht td.uebersichtDay div.premium {
	border: 1px solid #fff;
	background-image: url(../images/frontend/premiumStar.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 1em;
}

#uebersicht #premiumDescription {
	padding-left: 1em;
	color: #fff;
	font-weight: bold;
	width: 100%;
}

div.termin {
	margin-bottom: 0.5em;
}

div.terminHeader {
	padding: 1em;
	margin-bottom: 0.1em;
	height: 5em;
}

div.terminHeader h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

div .terminText {
	background-color: #404040;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	font-size: 0.8em;
	min-height: 7em;
}

div .terminText p {
	margin-top: 2em;
}

div .terminText a {
	color: #fff;
}

#premiumTermine {
	float: left;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#premiumTermine div {
	float: left;
	width: 28em;
	color: #fff;
}

#premiumTermine div {
	margin-right: 0.1em;
	padding-right: 0.1em;
}

#premiumTermine div.premiumTermineImage {
	float: left;
	width: 120px;
	margin-top: 1em;
	margin-left: 1em;
}

#premiumTermine div.premiumTermineText {
	float: left;
	width: 15em;
	margin-top: 1em;
	margin-bottom: 0.4em;
	margin-left: 1em;
}

#premiumTermine div.premiumTermineText h1 {
	background-image: none;
	color: #fff;
	font-size: 1.2em;
	padding: 0em;
}

#premiumTermine div.premiumTermineDescription {
	background-color: #404040;
	color: #fff;
	height: 6em;
	width: 27em;
	padding-top: 1em;
	padding-left: 1em;
	margin-top: 0.4em;
}

#premiumTermine div.premiumTermineDescription a {
	color: #fff;
}

#terminHeading {
	float: left;
	color: #fff;
	width: 100%;
	padding-bottom: 1em;
}

#terminHeading #terminImage {
	float: left;
	margin-top: 1em;
	margin-left: 1em;
}

#terminHeading #terminText {
	float: left;
	margin: 0.6em;
}

#terminHeading #terminText h1 {
	background-image: none;
	font-size: 2em;
	color: #fff;
	padding: 0em;
}

#terminInfo {
	width: 100%;
	margin-top: 1em;
}

#terminInfo td {
	font-size: 1.1em;
	padding-right: 0.5em;
	vertical-align: top;
}

#terminInfo td.alignRight {
	padding-right: 0em;
}

#terminInfo a {
	color: #A0A0A0;
	font-size: 0.9em;
}

#terminInfo img {
	float: left;
	margin-right: 0.5em;
}

#terminDescription {
	font-size: 0.9em;
}

#terminDescription h1 {
	font-size: 2.2em;
	background-image: none;
	padding-left: 0em;
	margin-top: 0.5em;
	margin-left: 0em;
}

#terminDescription h2 {
	font-size: 1.5em;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

#terminDescription pre {
	background-color: #404040;
	color: #fff;
	padding: 0.7em;
	margin: 0.5em;
}

#terminDescription p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#terminContact {
	font-size: 0.90em;
	margin-bottom: 2em;
}

#terminContact p {
	margin-top: 2.5em;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#terminFooter {
	background-color: #404040;
}

#terminFooter table {
	width: 100%;
}

#terminFooter td {
	background-color: #404040;
	padding: 1em;
}

#terminFooter td img {
	float: left;
	margin-right: 0.8em;
}

#terminFooter td a {
	color: #fff;
}

#anbieter {
	width: 100%;
}

#anbieter td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	font-size: 1em;
}

#anbieter td a {
	font-size: 0.9em;
	text-decoration: none;
}

#anbieter td.light {
	background-color: #D9D9D9;
}

#anbieter td.dark {
	background-color: #A0A0A0;
}

#profilHeading {
	background-color: #A0C841;
	float: left;
	color: #fff;
	width: 100%;
	padding-bottom: 1em;
}

#profilHeading #profilImage {
	float: left;
	width: 22%;
	margin-top: 1em;
	margin-left: 1em;
}

#profilHeading #profilText {
	float: left;
	width: 73%;
	margin: 0.6em;
}

#profilHeading #profilText h1 {
	background-image: none;
	font-size: 2em;
	color: #fff;
	padding: 0em;
}

#profilHeading #profilText a {
	color: #fff;
	text-decoration: none;
}

#profilInfo {
	width: 100%;
	margin-top: 1em;
}

#profilInfo td {
	font-size: 1.1em;
}

#profilInfo a {
	color: #A0A0A0;
	font-size: 0.9em;
}

#profilInfo img {
	float: left;
	margin-right: 0.5em;
}

#profilDescription {
	font-size: 0.9em;
}

#profilDescription h1 {
	font-size: 2.2em;
	background-image: none;
	padding-left: 0em;
	margin-top: 0.5em;
	margin-left: 0em;
}

#profilDescription h2 {
	font-size: 1.5em;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

#profilDescription pre {
	background-color: #404040;
	color: #fff;
	padding: 0.7em;
	margin: 0.5em;
}

#profilDescription p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#profilContact {
	font-size: 0.90em;
	margin-bottom: 2em;
}

#profilContact p {
	margin-top: 2.5em;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#profilContact a {
	color: #A0C841;
}

#profilFooter {
	background-color: #404040;
}

#profilFooter table {
	width: 100%;
}

#profilFooter td {
	background-color: #404040;
	padding: 1em;
}

#profilFooter td img {
	float: left;
	margin-right: 0.8em;
}

#profilFooter td a {
	color: #fff;
	font-size: 1.2em;
}

#uebersicht {
	table-layout: fixed;
	width: 100%;
}#partner td {
	vertical-align: top;
	padding-right: 0.5em;
	padding-bottom: 1.5em;
}

#partner td h1 {
	background-image: none;
	padding-left: 0em;
	font-size: 2em;
}
#sf_admin_container #sf_admin_content {
	font-size: 0.7em;
	margin-right: 0em;
}

#sf_admin_container label {
	width: auto;
}

#sf_admin_container input, #sf_admin_container textarea, #sf_admin_container select {
	vertical-align: top;
}

#sf_admin_container fieldset {
	border: none;
} 

#sf_admin_container fieldset h2 {
	background-color: #A0A0A0;
	color: #fff;
}

#sf_admin_container fieldset h2 img {
	float: right;
	display: block;
}

#sf_admin_container .form-row {
	border: none;
}

#sf_admin_container ul.sf_admin_actions input {
	border: none !important;
	background-color: #A0A0A0;
	background-image: none;
	color: #ffffff;
	font-family:Verdana,Arial,sans-serif;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#sf_admin_container .form-errors {
	background-color: #D9D9D9;
}

#sf_admin_container .save-ok {
	border: 1px solid #A0C841;
}

#sf_admin_container .save-ok h2 {
	background-color: #A0C841;
}

#sf_admin_content .flashNotice {
	font-size: 1.1em;
}

#sf_admin_container fieldset.collapse h2 a
{
	display:inline !important;
	float: right;
}

#sf_admin_container fieldset.collapsed h2 a
{
	display:inline !important;
	float: right;
}

#sf_admin_container .sf_admin_list th {
	background-color: #A0A0A0;
}

#sf_admin_container .sf_admin_list th a 
{
	font-weight: normal;
}

#sf_admin_container .sf_admin_list td {
	vertical-align: top;
}

#sf_admin_container .sf_admin_row_1 td {
	background-color: #D9D9D9;
}

#sf_admin_filters {
	border:2px solid #D9D9D9;
	margin-bottom: 0.5em;
}

#sf_admin_filters fieldset {
	border: none;
	font-weight: normal;
}

#sf_admin_filters fieldset h2 {
	background-color:#DEDEDE;
	color: #333;
	font-size: 1em;
	padding: 0.3em;
}

#sf_admin_filters fieldset .form-row {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	padding:10px;
}

#sf_admin_filters fieldset .form-row label {
	width: auto;
	color:#666;
	display:block;
	float:left;
	font-weight:normal !important;
	padding:0pt 1em 3px 0pt;
	text-align:left;
}

#sf_admin_filters fieldset .form-row .content {
	padding-left: 9em;
}

#sf_admin_filters input, #sf_admin_filters textarea, #sf_admin_filters select {
	border:1px solid #DDDDDD;
	font-family:Arial,sans-serif;
	font-size:11px;
	padding:3px;
	vertical-align:middle;
}

#sf_admin_filters .sf_admin_actions {
	list-style-type:none;
	margin:1em 1em;
	text-align:right;	
}

#sf_admin_filters ul.sf_admin_actions li {
	display:inline;
	list-style-type:none;	
}

#sf_admin_filters .sf_admin_actions .sf_admin_action_reset_filter {
	background: url(../images/frontend/reset.png) no-repeat scroll 3px 2px;
	background-color: #D9D9D9;
	border-right:4px solid #A0A0A0 !important;	
	padding-left: 2em;
}

#sf_admin_filters .sf_admin_actions .sf_admin_action_filter {
	background: url(../images/frontend/filter.png) no-repeat scroll 3px 2px;
	background-color: #D9D9D9;
	border-right:4px solid #A0A0A0 !important;	
	padding-left: 2em;
}

#sf_admin_container #sf_admin_edit_event_form fieldset {
	border: none;
}

#sf_admin_container #sf_admin_edit_form fieldset h2 {
	width: 100%;
	background-color: #fff;
	color: #404040;
	border: 1px solid #404040;
	padding: 0em;
}

#sf_admin_container #sf_admin_edit_form fieldset div.sfAdminHeading {
	vertical-align: middle;
	font-size: 1.2em;
	padding:0em 1.3em 0em 0em;
	margin:0em 0.3em 0em 0em;
	background-color: #000;
	display: inline;
}
