/* @override 
	http://www.gloede.redroot.de/fileadmin/templates/css/gloede.css
	http://www.gloede.redroot.de/fileadmin/templates/css/gloede.css
	http://www.events.redroot.de/fileadmin/templates/css/gloede.css
*/

/* Abstände alle auf 0 setzen */
* {
	
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
}

html {
	text-align: center;
	background-color: #f5f5f5;
}

h1 {
	margin-top:  30px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 25px;
}
#seite {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1010px;
	xborder: 1px solid #000;
	margin-top: 10px;
}

div#obengloede {
	background-color: #1a472b;
	height: 110px;
	margin-bottom: 6px;
}

div#obengloede #logo {
	float: right;
	margin-top: 35px;
	margin-right: 45px;
}

div#obenevents {
	background-color: #5f6152;
	height: 110px;
	margin-bottom: 6px;
}

div#obenevents #logo {
	float: right;
	margin-top: 35px;
	margin-right: 45px;
}

div#obengastro {
	background-color: #1a472b;
	height: 110px;
	margin-bottom: 6px;
}

div#obengastro #logo {
	float: right;
	margin-top: 35px;
	margin-right: 45px;
}

div#seitenrahmen {
	background-color: #fff;
	border: #b6b6b3 1px solid;
	border-top: none;
	width: 1008px;
	float: left;
	/* Fix fuer IE nicht vergessen */
	min-height: 550px !important;
	xheight:  550px;
}

/* @group Menü oben */

div#menue {
	height: 32px;
	border-bottom: 1px solid #b6b6b3;
}

div#menue ul {
	list-style-type: none;
}

div#menue ul li {
	display: inline;
}

div#menue ul li a {
	display: block;
	float: left;
	background: url(../images/bg_reiter.gif) no-repeat;
	width: 142px;
	height: 26px;
	text-align: center;
	padding-top: 7px;
	margin-right: 2px;
}


div#menue ul li a:hover {
	background: url(../images/bg_reiter_hover.gif) no-repeat;
}
div#menue ul li a#active {
	background: url(../images/bg_reiter_active.gif) no-repeat;
}

/* @end */

div#kopfzeile {
	float: left;
	margin-left: 235px;
	margin-bottom: 10px;
	padding-top: 10px;;
}

div#kopfzeile #rootline a {
	color: #333;
	font-weight: normal;
}

div#kopfzeile #rootline a:hover {
	text-decoration: underline;
}

/* @group Menü links */

div#links {
	clear: left;
	width: 230px;
	float: left;
	xbackground-color: #fff;
	xborder-left: #b6b6b3 1px;
	margin-left: 30px;
	width: 170px;
}

div#links ul {
	list-style-type: none;
	xmargin-left: 10px;

}

div#links ul li {
	border-top:  1px solid #dadad9;
	line-height: 2.6em;
}
div#links ul li a {
	display: block;
	padding-left: 10px;
	background: url(../images/icon_menue_rechts.gif) no-repeat 155px;

}

div#links ul li a.active {
	background: url(../images/icon_menue_unten.gif) no-repeat 152px;

}

div#links ul li a:hover {
	background-color: #f2f2f2;
}

div#links ul li ul li {
	border-top: 0;
	xpadding-left: 25px;
	xmargin-left: -10px;
}

div#links ul li g li a {
	padding-left: 25px;
	background: none;
}

div#links ul li ul li a:hover {
	background-color: #f2f2f2;
}


div#links ul li ul li a.active {
	background: url(../images/icon_menue_rechts_v.gif) no-repeat 15px 9px;

}


div#links ul li ul li a.active:hover {
	background-color: #f2f2f2;
}

div#links ul li ul {
	xmargin-left: 25px;
}

div#links ul li ul li ul {
	xmargin-left: 25px;
}

div#links ul li ul li ul li a {
	xmargin-left: 25px;	
	display: block;
	padding-left: 45px;
}

div#links ul li ul li ul li a.active {
	background: url(../images/icon_menue_rechts_v.gif) no-repeat 35px 9px;
}


/* @end */


div#mitte {
	background-color: #fff;
	width: 545px;
	float: left;
	margin-left: 35px;
}

div#mitte p a {
	background: url(../images/icon_link.gif) no-repeat 0px 2px;
	padding-left: 14px;
	font-weight: bold;
}

div#mitte p img {
	margin-bottom: 20px;
}

div#mitte #textbereich ul {
	margin-left: 30px;
	margin-top: 15px;
}

div#mitte #textbereich ul li {
	font-size: 1.2em;
	
}

div#mitteabschluss {
	margin-top: 25px;
	float: left;
	border-top: 1px solid #e8e8e7;
	padding-top:  7px;
	margin-bottom: 20px;
	color: #909090;
	width: 545px;

}

div#mitteabschluss #mittelinks {
	float: left;
	margin-left: 0;
	width: 300px;
}

div#mitteabschluss a {
	color: #909090;
	font-weight: normal;	
}

div#mitteabschluss a:hover {
	text-decoration: underline;
}

div#mitteabschluss #mittelinks img#drucken {
	margin: 0 5px -2px 5px;
}

#mitteabschluss #mittelinks img#weiterempfehlen {
	margin: 0 5px -2px 5px;
}

div#mitteabschluss #mitterechts {
	float: right;
	margin-right: 20px;
}

div#mitteabschluss #mitterechts img#nach_oben {
	margin:  0 5px -2px 5px;
}

div#rechts {
	float: left;
	margin-left: 30px;
	width:  180px;
}

div#suchbox {
	float:  left;
	xmargin-left:  30px;
	width: 180px;
	text-align: right;
}

div#suchbox input#suchfeld {
	width: 155px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 4px;
	color: #CCC;
	font-size: 1.1em;
	padding: 2px 0px 2px 3px;
}

div#suchbox input#suchbutton {
	margin-right: 5px;
	margin-bottom: 5px;
}

.teaser {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.teaser #teaserkopf {
	background: url(../images/teaser_head.gif) no-repeat left top;
	width: 171px;
	height: 20px;
	padding: 0 0 0 4px;
	font-weight: bold;
	font-size: 1.1em;

	text-align: left;
}

.teaser #teaserbody {
	width: 165px;
	border-left: 1px solid #b6b6b3;
	border-right: 1px solid #b6b6b3;
	padding-left:  4px;
}

.teaser #teaserfuss {
	background: url(../images/teaser_foot.gif) no-repeat left top;
	width: 171px;
	height: 3px;
}

div.news a {
	font-weight: normal;
}

div.news div.datum {
	display: block;
	float: left;
	xpadding-right: 7px;
	xwidth: 30px;
	xborder: 1px solid #fff;
	xmin-height: 14px;
}

div.news div.newsteaser {
	margin-left: 35px;
	xdisplay: block;
	xfloat: left;
	xwidth: 140px;
	xfloat: right;
	xposition: relative;
	xleft: 30px;
	clear: right;
	xpadding-top: 1px;
	

}

div#footer {
	float: right;
	margin-right: 5px;
	margin-top:  3px;
}


div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	color:  #909090;
	font-weight: normal;
	font-size: 1.1em;
}

div#footer ul li a {
	color:  #909090;
	font-weight: normal;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

.zitat {
	font-style: italic;
	margin-left: 40px;
	line-height: 1.5em;
	font-size: 1.4em;;	
}

.zitatunterschrift {
	text-align: right;
	margin-right: 35px;
}


.bild {
	display: block;
	xwidth: 155px;
	float: left;
	clear: both;
}

.textnews {
	display: block;
	xfloat: left;
	margin-left: 160px;
	padding-left: 15px;
}

.ueberschrift1 {
	font-weight: bold;
	font-size: 1.3em;;
}

.textnews h3 {
	font-weight: bold;
	font-size: 1.5em;;
}

.datum {
	font-weight: bold;
}

.zeit {
	font-weight: bold;
}

.ort {
	font-weight: bold;
}

.newsteaser {
	
}

.newstext {
	padding: 15px 0 15px 0;
}

.newsabschluss1 {
	display: block;
	clear: left;
	xmargin-top: 10px;
	xborder-top: 1px solid #F5F5F5;
}

.newsabschluss2 {
	display: block;
	clear: left;
	margin-top: 10px;
	border-top: 1px solid #F5F5F5;
}

.newsabschluss2h {
	display: block;
	clear: left;
}



div#higlighted {
	background: #F5F5F5;
	float: left;
	width: 505px;
	padding: 20px 20px 20px 20px;
}

div.nonhighlighted {
	float: left;
	width: 505px;
	padding: 20px;
}


h1 {
	margin-top:  30px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 25px;
}
#seite {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1010px;
	xborder: 1px solid #000;
	margin-top: 10px;
}

div#obengloede {
	background-color: #1a472b;
	height: 110px;
	margin-bottom: 6px;
}

div#obengloede #logo {
	float: right;
	margin-top: 35px;
	margin-right: 45px;
}


div#obengastro {
	background-color: #1a472b;
	height: 110px;
	margin-bottom: 6px;
}

div#obengastro #logo {
	float: right;
	margin-top: 35px;
	margin-right: 45px;
}

div#seitenrahmen {
	background-color: #fff;
	border: #b6b6b3 1px solid;
	border-top: none;
	width: 1008px;
	float: left;
	/* Fix fuer IE nicht vergessen */
	min-height: 550px !important;
	xheight:  550px;
}

/* @group Menü oben */

div#menue {
	height: 32px;
	border-bottom: 1px solid #b6b6b3;
}

div#menue ul {
	list-style-type: none;
}

div#menue ul li {
	display: inline;
}

div#menue ul li a {
	display: block;
	float: left;
	background: url(../images/bg_reiter.gif) no-repeat;
	width: 142px;
	height: 26px;
	text-align: center;
	padding-top: 7px;
	margin-right: 2px;
}


div#menue ul li a:hover {
	background: url(../images/bg_reiter_hover.gif) no-repeat;
}
div#menue ul li a#active {
	background: url(../images/bg_reiter_active.gif) no-repeat;
}

/* @end */

div#kopfzeile {
	float: left;
	margin-left: 235px;
	margin-bottom: 10px;
	padding-top: 10px;;
}

div#kopfzeile #rootline a {
	color: #333;
	font-weight: normal;
}

div#kopfzeile #rootline a:hover {
	text-decoration: underline;
}

/* @group Menü links */

div#links {
	clear: left;
	width: 230px;
	float: left;
	xbackground-color: #fff;
	xborder-left: #b6b6b3 1px;
	margin-left: 30px;
	width: 170px;
}

div#links ul {
	list-style-type: none;
	xmargin-left: 10px;

}

div#links ul li {
	border-top:  1px solid #dadad9;
	line-height: 2.6em;
}
div#links ul li a {
	display: block;
	padding-left: 10px;
	background: url(../images/icon_menue_rechts.gif) no-repeat 155px;

}

div#links ul li a.active {
	background: url(../images/icon_menue_unten.gif) no-repeat 152px;

}

div#links ul li a:hover {
	background-color: #f2f2f2;
}

div#links ul li ul li {
	border-top: 0;
	xpadding-left: 25px;
	xmargin-left: -10px;
}

div#links ul li ul li a {
	padding-left: 25px;
	background: none;
	display: block;
}

div#links ul li ul li a:hover {
	background-color: #f2f2f2;
}


div#links ul li ul li a.active {
	background: url(../images/icon_menue_rechts_v.gif) no-repeat 15px 9px;

}


div#links ul li ul li a.active:hover {
	background-color: #f2f2f2;
}

div#links ul li ul {
	xmargin-left: 25px;
}

div#links ul li ul li ul {
	xmargin-left: 25px;
}

div#links ul li ul li ul li a {
	xmargin-left: 25px;	
	display: block;
	padding-left: 45px;
}

div#links ul li ul li ul li a.active {
	background: url(../images/icon_menue_rechts_v.gif) no-repeat 35px 9px;
}


/* @end */


div#mitte {
	background-color: #fff;
	width: 545px;
	float: left;
	margin-left: 35px;
}

div#mitte p a {
	background: url(../images/icon_link.gif) no-repeat 0px 2px;
	padding-left: 14px;
	font-weight: bold;
}

div#mitte p img {
	margin-bottom: 20px;
}

div#mitte #textbereich ul {
	margin-left: 30px;
	margin-top: 15px;
}

div#mitte #textbereich ul li {
	font-size: 1.2em;
	
}

div#mitteabschluss {
	margin-top: 25px;
	float: left;
	border-top: 1px solid #e8e8e7;
	padding-top:  7px;
	margin-bottom: 20px;
	color: #909090;
	width: 545px;

}

div#mitteabschluss #mittelinks {
	float: left;
	margin-left: 0;
	width: 300px;
}

div#mitteabschluss a {
	color: #909090;
	font-weight: normal;	
}

div#mitteabschluss a:hover {
	text-decoration: underline;
}

div#mitteabschluss #mittelinks img#drucken {
	margin: 0 5px -2px 5px;
}

#mitteabschluss #mittelinks img#weiterempfehlen {
	margin: 0 5px -2px 5px;
}

div#mitteabschluss #mitterechts {
	float: right;
	margin-right: 20px;
}

div#mitteabschluss #mitterechts img#nach_oben {
	margin:  0 5px -2px 5px;
}

div#rechts {
	float: left;
	margin-left: 30px;
	width:  180px;

}

div#suchbox {
	float:  left;
	xmargin-left:  30px;
	width: 180px;
	text-align: right;
}

div#suchbox input#suchfeld {
	width: 155px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 4px;
	color: #CCC;
	font-size: 1.1em;
	padding: 2px 0px 2px 3px;
}

div#suchbox input#suchfeld:focus {
	color: #000;
}

div#suchbox input#suchbutton {
	margin-right: 5px;
	margin-bottom: 5px;
}

.teaser {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.teaser #teaserkopf {
	background: url(../images/teaser_head.gif) no-repeat left top;
	width: 171px;
	height: 20px;
	padding: 0 0 0 4px;
	font-weight: bold;
	font-size: 1.1em;

	text-align: left;
}

.teaser #teaserbody {
	width: 165px;
	border-left: 1px solid #b6b6b3;
	border-right: 1px solid #b6b6b3;
	padding-left:  4px;
}

.teaser #teaserfuss {
	background: url(../images/teaser_foot.gif) no-repeat left top;
	width: 171px;
	height: 3px;
}

div.news a {
	font-weight: normal;
}

div.news div.datum {
	display: block;
	float: left;
	xpadding-right: 7px;
	xwidth: 30px;
	xborder: 1px solid #fff;
	xmin-height: 14px;
	
}

div.news div.newsteaser {
	margin-left: 40px;
	xdisplay: block;
	xfloat: left;
	xwidth: 140px;
	xfloat: right;
	xposition: relative;
	xleft: 30px;
	clear: right;
	xpadding-top: 1px;

}

div#footer {
	float: right;
	margin-right: 5px;
	margin-top:  3px;
}


div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	color:  #909090;
	font-weight: normal;
	font-size: 1.1em;
}

div#footer ul li a {
	color:  #909090;
	font-weight: normal;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

.zitat {
	font-style: italic;
	margin-left: 40px;
	line-height: 1.5em;
	font-size: 1.4em;;	
}

.zitatunterschrift {
	text-align: right;
	margin-right: 35px;
}


.bild {
	display: block;
	xwidth: 155px;
	float: left;
	clear: both;
}

.textnews {
	display: block;
	xfloat: left;
	margin-left: 160px;
	padding-left: 15px;
}

.ueberschrift1 {
	font-weight: bold;
	font-size: 1.3em;;
}

.textnews h3 {
	font-weight: bold;
	font-size: 1.5em;;
}

.datum {
	font-weight: bold;
}

.zeit {
	font-weight: bold;
}

.ort {
	font-weight: bold;
}

.veranstalter, .eintritt {
	font-weight: bold;
}


.datum, .zeit, .ort,.veranstalter, .eintritt {
	font-size: 1.2em;
}

.newsteaser {
	font-size: 1.2em;	
}

.newstext {
	padding: 15px 0 15px 0;
	font-size: 1.2em;
}

.newsabschluss1 {
	display: block;
	clear: left;
	xmargin-top: 10px;
	xborder-top: 1px solid #F5F5F5;
}

.newsabschluss2 {
	display: block;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e8e8e7;
}

.newsabschluss2h {
	display: block;
	clear: left;
}

.textnews h3 {
	font-size: 1.6em;
}


.bild img {
	margin-top: 5px;

}


div#higlighted {
	background: #F5F5F5;
	float: left;
	width: 505px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 10px;
}

div.nonhighlighted {
	float: left;
	width: 505px;
	padding: 0px 20px 0px 20px;
}

div.tx-flseositemap-pi1 {
	
}

div.tx-flseositemap-pi1 a:hover{
	text-decoration: underline;

}

div.tx-flseositemap-pi1 a{
	font-weight: bold;

}


div.tx-flseositemap-pi1 ul{
	margin-top:  0 !important;
	list-style-type: none;

}

div.tx-flseositemap-pi1 ul.list {
	font-size: 1.0em;
}

div.tx-flseositemap-pi1 ul ul.list {
	font-size: .83em;
}

div.tx-flseositemap-pi1 ul ul ul.list {
	font-size: .83em;
}


div.csc-sitemap {

}

div.csc-sitemap ul {
	padding-top: 0;
	margin-left: 0;
}

div.csc-sitemap ul li a{
	margin:  0;
	padding: 0;
	font-size: 1.2em;
}

div.csc-sitemap ul li ul{
	margin:  0;
	padding:  0;
	
}

div.csc-sitemap ul li ul li a{
	
	margin: 0;
	font-size: 1em;
}

div.csc-sitemap ul li ul li ul li a {
	font-size: .8em;
}

span.zeilekontakt {
	display: block;
	padding-bottom: 10px;
}

div#kontaktformular {
	font-size: 1.2em;
}

div#kontaktformular label {
	display: block;
	float: left;
	width: 140px;
	padding-left: 10px;
}

div#kontaktformular input#name,
div#kontaktformular input#strasse,
div#kontaktformular input#plz,
div#kontaktformular input#wohnort,
div#kontaktformular input#telefon,
div#kontaktformular input#email,
div#kontaktformular select#thema,
div#kontaktformular input#termin,
div#kontaktformular select#veranstaltungsart,
div#kontaktformular input#personenanzahl {
	width: 230px;
}


div#kontaktformular input#name:focus,
div#kontaktformular input#strasse:focus,
div#kontaktformular input#plz:focus,
div#kontaktformular input#wohnort:focus,
div#kontaktformular input#telefon:focus,
div#kontaktformular input#email:focus,
div#kontaktformular input#termin:focus,
div#kontaktformular input#personenanzahl:focus {
	background-color: #f5f5f5;
}



div#kontaktformular select#thema option,
div#kontaktformular select#veranstaltungsart {
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}


div#kontaktformular textarea#nachricht {
	width:  230px;
	height: 100px;
}

div#kontaktformular textarea#nachricht:focus {
	background-color: #f5f5f5;
}

div#kontaktformular input#absenden {
	margin-left: 310px;
}

div#balkenkontaktformular {
	background-color: #f5f5f5;
	display: block;
	padding: 3px 0 3px 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

ul#errorred {
}

ul#errorred li {

}


div#errorbox {
	background-color: #8a001c;
	color:  white;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	margin-bottom: 10px;
}

div#errorbox .fehlermeldung {
	display: block;
	padding-left: 10px
}

dl.csc-textpic-image dt {
	margin-right:  10px;

}

dl.csc-textpic-image a.lightbox  {

	background-image: url(../images/hg_bildgal.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 123px;
	display: block;
	float: left;

	text-align: center;
	padding-top: 23px;
}

dl.csc-textpic-image a.lightbox img {
	margin-left: auto;
	margin-right: auto;

}


div#textbereichstartseite {
	padding-left: 20px;
}

div#textbereichstartseite div.csc-textpic {

}

div#textbereichstartseite div.csc-textpic-imagewrap dl.csc-textpic-image{
	margin-right: 15px;
	margin-bottom: 0;

}

input#tx-indexedsearch-searchbox-sword {
	font-size: 1.2em;
}


