
/* BulletinBoard Plugin start */
.bulletinboard ul, .bulletinboard ul, .bulletinboard ul li {margin:0; padding:0; list-style:none outside none}
.bulletinboard ul.all_categories > li {float:left}
.bulletinboard ul.all_categories > li {margin-right:50px}
.bulletinboard ul.all_categories > li:last-child {margin-right:0}
.bulletinboard ul.all_categories ul {padding-left:30px}
.bulletinboard dt {float:left; clear:left; width:200px}
.bulletinboard dd {float:left; margin-left:0}
.bulletinboard dd input[type=text] {width:250px}
.bulletinboard ul.errors {color:red}
.bulletinboard fieldset {padding:10px; margin:0}
#tos-element {clear:left; width:30px}
#tos-label {clear:none; width:auto}
#submitted-label {display:none}
#submitted-element {clear:left}
/* BulletinBoard Plugin end */

/* Comments Plugin start */
p.error, ul.error {color:red}
#comments {width:300px}
#comments fieldset {padding:10px; margin:0}
#comments textarea {width:95%; height:250px}
#comments input[type=text] {width:96%}
#comments ul, #comments ul, #comments ul li {margin:0; padding:0; list-style:none outside none}
#comments dt {width:200px}
#comments dd {margin-left:0}
#comments ul.errors {color:red}
#comments #dont_publish-element, #comments #tou-element {float:left; clear:left; width:30px}
#comments #dont_publish-label, #comments #tou-label {float:left}
#submit-label {display:none}
#submit-element {clear:left}

/*allRating*/
.ratingClear { clear:both;}
div.rating { overflow: visible;}
div.rating a.ratingSegment { cursor:pointer; padding: 0px 1px; width: 10px; float:left;}
div.rating a.ratingSegmentCancel{ cursor:pointer; background: url('/plugins/Comments/static/img/cancel.png') no-repeat; height: 15px; width: 15px; margin: 0px 4px; float:left; display:none;}
div.rating a.ratingEditDisabled { cursor:default; }
div.rating div.ratingSegmentContainer { float:left; z-index: 1;}
div.rating div.ratingHoverContainer { z-index: 100; background: #F2F2F2; color: #000; border: 1px solid #999; padding: 8px 4px; display:none; width: auto; position:absolute;}
div.rating div.ratingHoverContainer label { display:block; margin: 4px; }
div.rating a.ratingSegmentNonActive.tinystar { background: url('/plugins/Comments/static/img/tinystar-off.png') no-repeat; height: 15px; width: 15px;}
div.rating a.ratingSegmentActive.tinystar { background: url('/plugins/Comments/static/img/tinystar-on.png') no-repeat; height: 15px; width: 15px;}
/* Comments Plugin end */

/* Contact Plugin start */
p.error, ul.error, ul.error li, ul.error ul {color:red;list-style: none outside none; margin: 0 0 5px 0;padding: 0}
#contactForm fieldset {padding:10px; margin:0}
#contactForm #subject {width:550px}
#contactForm textarea {width:550px; height:250px}
#contactForm input[type=text], #contactForm select {width:250px}
#contactForm div.half {width:49%; float:left}
#contactForm div.full {width:99%}
#contactForm div.half label {display:block; width:49%}
#contactForm div.full label {display:block; width:99%}
#contactForm label.error {color:red}
#contactForm label.error span {color:red}
/* Contact Plugin end */

/* Contacts Plugin start */
.pluginContacts .visitenkarteDetail a[rel="prettyPhoto"] {float: right;padding: 0 0 10px 10px;}

.pluginContacts .navi { margin-bottom: 10px; }
.pluginContacts .navi ul { clear:left; list-style:none outside; margin:0; padding:0; overflow:hidden; }
.pluginContacts .navi ul li { float:left; }

.pluginContacts ul.visitenkarten { clear:left; list-style:none outside; margin:0; padding:0; overflow:hidden; }
.pluginContacts ul.visitenkarten li { float:left; }
.pluginContacts ul.visitenkarten li p { margin:0; padding:0 10px 10px 0; }
.pluginContacts ul.visitenkarten li a[rel="prettyPhoto"] { float:right; padding:0 10px 5px 0; }
/* Contacts Plugin end */

/* Cookbook Plugin start */
.cookbook ul, .cookbook ul, .cookbook ul li {margin:0; padding:0; list-style:none outside none}
.cookbook ul.all_categories > li {float:left}
.cookbook ul.all_categories > li {margin-right:50px}
.cookbook ul.all_categories > li:last-child {margin-right:0}
.cookbook ul.all_categories ul {padding-left:30px}
.cookbook dt {float:left; clear:left; width:200px}
.cookbook dd {float:left; margin-left:0}
.cookbook dd input[type=text] {width:250px}
.cookbook ul.errors {color:red}
.cookbook fieldset {padding:10px; margin:0}
#tos-element {clear:left; width:30px}
#tos-label {clear:none; width:auto}
#submitted-label {display:none}
#submitted-element {clear:left}
/* Cookbook Plugin end */

/* Events Plugin start */
.events_calendar thead tr {background-color:#333; color:#FFF}
.events_calendar tbody tr {background-color:#EEE; color:#000}
.events_calendar table {width:200px; text-align:center}
.events_calendar .current_day {background-color:#FF0000; color:#FFF}
.events_calendar .highlight {background-color:#CCC}
.events_calendar table a {color:#000}

.events_list fieldset {padding:10px; margin:0}

.events_list .more {margin-left:20px}

.events_list dd {margin:0}
/* Events Plugin end */

/* Navigation Plugin start */
/* Allgemein */
ul.navigation a { text-decoration: none; }
ul.navigation, ul.navigation ul { margin: 0; padding: 0; list-style: none; }
/* LEVEL ONE */
ul.navigation { position: relative; }
ul.navigation li { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.navigation a:hover { color: #000; }
ul.navigation a:active { color: #ffa500; }
ul.navigation li a { display: block; padding: 4px 8px; border-right: 1px solid #333; color: #222; }
ul.navigation li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.navigation li.hover, ul.navigation li:hover { background: #F3D673; color: black; position: relative; }
ul.navigation li.hover a { color: black; }
/* LEVEL TWO */
ul.navigation ul { width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.navigation ul li { font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none; }
/* IE 6 & 7 Needs Inline Block */
ul.navigation ul li a { border-right: none; width: 100%; display: inline-block; } 
/* LEVEL THREE */
ul.navigation ul ul { left: 100%; top: 0; }
ul.navigation li:hover > ul { visibility: visible; }

/* Häuser Navigation */
ul.journal {margin:0; padding:0; width:612px}
ul.journal li {margin:0 6px 10px; padding:0; list-style:none; display:block; width:192px; float:left; left:-6px; height:96px; position:relative; -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3); box-shadow:0 0 5px hsla(0, 0%, 0%, 0.3)}
ul.journal a {text-decoration:none}
ul.journal span {position:absolute; bottom:0; left:0; width:182px; line-height:20px; padding:0 5px; color:white; background:url('/plugins/Navigation/static/img/bg_navigation.png') repeat 0 0 transparent}
/* Navigation Plugin end */

/* News Plugin start */
.pluginNews ul { clear:left; list-style:none outside; margin:0; padding:0; overflow:hidden; }
.pluginNews ul li { float:left; }
.pluginNews ul li p { margin:0; padding:0 10px 10px 0; }
.pluginNews ul li p.thumbnail { float:left; padding:0 10px 5px 0; }

.pluginNews .detail > a[rel="prettyPhoto"] { float:left; padding:0 10px 10px 0; }
/* News Plugin end */

/* PluginAPI Plugin start */
/* AllgemeingÃ¼ltige CSS Angaben Start */
body {font-size: 62.5%}
/* AllgemeingÃ¼ltige CSS Angaben Ende */
/* PluginAPI Plugin end */

/* SearchGoogleMini Plugin start */
/* --------------------------------- */
/* Google Mini                       */
/* --------------------------------- */
	
	/* Allgemeine Angaben */
	
	#googlemini {
	margin: 0px; padding: 0px;
	width: 99%;
	/* font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif; */
	/* font-size: 1.0em; */
	color: #000000;
	text-align: left;
	}
	
	#googlemini a {
	text-decoration: underline;
	color: #006699;
	}
	
	#googlemini blockquote {
	margin: 0px 0px 0px 0px;
	}
	
	/* Oberer Bereich der Suchergebnisseite */
	
	.gm_topsearchbox {
	text-align: left;
	}
	
	.gm_topsearchbox .gm_sb_searchbox {
	padding: 0px 5px 10px 0px;
	float: left;
	}
	
	.gm_sb_advsearch {
	/* font-size: 0.8em; */
	}
	
	.gm_sb_secureradio {
	clear: left;
	/* font-size: 0.9em; */
	}
	
	.gm_sb_swr {
	padding: 0px 0px 15px 0px;
	/* font-size: 0.9em; */
	}
	
	.gm_sb_swr span {
	font-weight: bold;
	}
	
	.gm_maintitle {
	float: left;
	margin: 0px; padding: 0px 0px 10px 0px;
	/* font-size: 1.3em; */
	color: #006699;
	display: none;
	}
	
	.gm_searchdetails {
	margin: 0px; padding: 0px 0px 10px 0px;
	/* font-size: 1.0em; */
	text-align: left;
	}
	
	.gm_searchdetails span {
	font-weight: bold;
	}
	
	.gm_topnavi {
	clear: left;
	float: left;
	margin: 0px; padding: 0px 0px 15px 0px;
	}
	
	.gm_topnavi a {
	/* font-size: 1.0em; */
	color: #006699! important;
	}
	
	.gm_sortby {
	/* font-size: 1.0em; */
	text-align: right;
	}
	
	.gm_sortby a {
	/* font-size: 1.0em; */
	}
	
	/* KeyMatches */
	
	.gm_keymatches {
	clear: left;
	margin-bottom: 20px;
	}
	
	.gm_keymatch {
	margin-bottom: 5px; padding: 3px;
	background-color: #C8E2EF;
	}
	
	.gm_km_title {
	margin: 0px; padding: 0px;
	float: left;
	font-weight: bold;
	}
	
	.gm_km_title a {
	/* font-size: 1.0em ! important; */
	/* color: #000000 ! important; */
	}
	
	.gm_km_keymatch {
	text-align: right;
	/* font-size: 1.0em; */
	font-weight: bold;
	color: #0099cc;
	}
	
	.gm_km_url {
	clear: left;
	/* font-size: 1.0em; */
	color: #0099cc;
	}
	
	/* Search Results */
	
	.gm_results {
	clear: left;
	margin-bottom: 20px;
	}
	
	.gm_result {
	margin-bottom: 10px; padding: 3px;
	}
	
	.gm_rs_title {
	margin: 0 0 5px;
	padding: 0px;
	font-weight: bold;
	white-space : normal;
	/* overflow : hidden; */
	}
	
	.gm_rs_title a {
	/* font-size: 1.0em; */
	color: #006699! important;
	}
	
	.gm_rs_title span {
	color: #0099cc;
	}
	
	.gm_rs_snippet {
	margin: 0px; padding: 0px;
	/* font-size: 0.9em; */
	}
	
	.gm_rs_snippet span {
	font-weight: bold;
	color: #0099cc;
	}
	
	.gm_sr_meta {
	/* font-size: 0.80em; */
	}
	
	.gm_sr_meta span {
	font-weight: bold;
	color: ;
	}
	
	.gm_rs_url {
	/* font-size: 1.0em; */
	color: #006699;
	}
	
	.gm_rs_crowdedlink {
	/* font-size: 0.80em; */
	}
	
	/* Unterer Bereich der Suchergebnisseite */
	
	.gm_bottomnavi {
	margin-bottom: 20px;
	/* font-size: 1.0em; */
	text-align: center;
	}
	
	.gm_bottomnavi a {
	font-weight: bold;
	/* font-size: 1.0em; */
	color: #006699! important;
	}
	
	.gm_bottomnavi span {
	font-weight: bold;
	color: #000000;
	}
	
	.gm_bottomsearchbox {
	text-align: center;
	}
	
	.gm_bottomsearchbox .gm_sb_advsearch {
	margin: 10px;
	}
	
	/* Erweiterte Suche */
	
	.gm_as_maintitle {
	padding: 0px; margin: 0px 0px 10px 0px;
	/* font-size: 1.3em; */
	font-weight: bold;
	color: #000000;
	}
	
	.gm_as_title {
	padding: 0px; margin: 4px 0px 4px 0px;
	/* font-size: 1.10em; */
	font-weight: bold;
	color: #000000;
	}
	
	.gm_as_top, .gm_as_middle, .gm_as_bottom, .gm_as_securediv, .gm_as_reversediv {
	margin: 0px 0px 15px 0px;
	}
	
	.gm_as_label {
	clear: left;
	float: left;
	width: 16em;
	margin: 4px 0px 4px 0px;
	/* font-size: 1.0em; */
	}
	
	.gm_as_label span {
	font-weight: bold;
	}
	
	.gm_as_inputdiv {
	margin: 0px 0px 4px 0px;
	}
	
	.gm_as_submit {
	margin: 0px 0px 0px 6px;
	width: 6em;
	}
	
	.gm_as_input, .gm_as_select {
	width: 16em;
	}
	
	.gm_as_filetypediv {
	clear: left;
	margin: 0px 0px 4px 0px;
	/* font-size: 1.0em; */
	}
	
	.gm_as_filetype {
	float: left;
	padding: 4px 0px 0px 4px;
	width: 14em;
	}
	
	.gm_as_filetype span {
	font-weight: bold;
	}
	
	.gm_as_sitesearchdiv {
	clear: left;
	margin: 0px 0px 4px 0px;
	/* font-size: 1.0em; */
	}
	
	.gm_as_sitesearch {
	float: left;
	padding: 4px 0px 0px 4px;
	width: 14em;
	}
	
	.gm_as_sitesearch span {
	font-weight: bold;
	}
	
	.gm_as_smallselect {
	float: left;
	clear: left;
	width: 9em;
	}
	
	.gm_as_bigselect {
	margin: 0px 5px 0px 0px;
	width: 14em;
	}
	
	.gm_as_secure {
	float: left;
	padding: 4px 10px 0px 0px;
	/* font-size: 1.0em; */
	font-weight: bold;
	}
	
	.gm_as_secureradio {
	/* font-size: 1.0em; */
	}
	
	.gm_as_reversediv {
	padding: 10px 0px 0px 0px;
	}
	
	.gm_as_reverse {
	clear: left;
	float:left;
	padding: 6px 10px 0px 0px;
	/* font-size: 1.0em; */
	}
	
	/* Sonstiges */
	
	.gm_searchbox {
	width: 16em;
	}
	
	.gm_synonym {
	margin-left: 3px;
	clear: left;
	/* font-size: 1.0em; */
	color: #0099cc;
	}
	
	.gm_filtertext {
	/* font-size: 1.0em; */
	font-style: italic;
	}
	
	.gm_noresulttext {
	clear: left;
	/* font-size: 1.0em; */
	}
			  
	.gm_noresulttext span {
	font-weight: bold;
	}
	
	.gm_stopwords {}
	
	.gm_errorpage {
	/* font-size: 1.0em; */
	}
/* SearchGoogleMini Plugin end */

/* Showcase Plugin start */
.pluginShowcase {
	padding:0;
	width:600px;
	margin-bottom:10px;
	border:none;
}
.pluginShowcase .ui-tabs-panel {
	padding:0;
}
#ct_topTeaserHomeNavi {
	list-style:none outside none;
	margin:0;
	padding:0;
	position:absolute;
    right:0;
	background:none;
	border:none;
}
#ct_topTeaserHomeNavi li {
	background:none #1E170D !important;
	border:none;
	border-left:1px solid #fff;
	float:left;
	margin:0;
	padding:4px 10px;
	z-index:1000;
	top:0;
	opacity:0.6;
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;
}
#ct_topTeaserHomeNavi li.current {
	opacity:1;
	filter:alpha(opacity=100);  
	-moz-opacity:1.0;
}
#ct_topTeaserHomeNavi li.first {
	border-left:medium none;
}
#ct_topTeaserHomeNavi li a {
	display:block;
	color:#fff;
	text-decoration:none;
}
#ct_topTeaserHomeNavi li a:hover {
	text-decoration:underline;
}
#ct_topTeaserHomeNavi li.current a:hover {
	text-decoration:none;
}
/* Showcase Plugin end */

