/* ------ Reset default margins and paddings ------ */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ------ Reset other elements ------ */
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
q:before,q:after { content:''; }
input, textarea, select { font-size:1em; padding:1px; }

/* ------ Grundstruktur Start ------ */

body {
	background-color: #E3EADB;
	background-image: url(pix/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
	font-size: 12px;
}

#skiplinks, .hidden, #left dfn {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}

#wrapperall {
	margin: 0 auto;
	width: 956px;
	background-image: url(pix/back_middle.jpg);
	background-repeat: repeat-y;
	
}

#top1 {
	background-image: url(pix/back_top1.jpg);
	height: 87px;
}

#top1content {
	width: 600px;
}

#top1content #constantnavitop {
	position: relative;
	top: 25px;
	left: 200px;
	width: 716px;
	text-align: right;
}

#top1content #constantnavitop form {
	display: inline;
}

#top1content a, #constantnavibottom a {
	color: #000;
	text-decoration: none;
}

#top1content a:hover, #constantnavibottom a:hover {
	text-decoration: underline;
}

#top1content #search, #submit {
	border: 1px solid #AAA;
	color: #BBB;
	padding: 2px;
	/* For IE */
	vertical-align: middle;
}

#top1content #submit {
	background-color: #CCC;
	color: #000;
	/* For IE */
	padding: 0px;
	/* For Firefox */
	padding: 1px;
}

#wrapper1 {
	width: 100%;
	padding-left: 19px;
	overflow: hidden;
	margin-top: 3px;
}

#left {
	float: left;
	width: 171px;
}

#wrapper2 {
	float: right;
	width: 745px;
	overflow: hidden;
	margin-right: 40px;
}

#content {
	width: 544px;
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom: 10px;
	line-height: 138%;
	float: left;
}

#right {
	margin-left: 574px;
	/*width ist neu.*/
	width: 168px;
	line-height: 138%;
}


#constantnavibottom {
	background-image: url(pix/back_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 33px;
}

/* ------ Grundstruktur Ende ------ */

/* ------ Navigation Start ------ */

#left a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#left li {
	display: inline;
}

#left ul li a {
	display: block;
	background-color: #555555;
	border: 1px solid #6A6A6A;
	padding: 5px 5px 5px 20px;
	color: #FFF;
	margin-bottom: 3px;
	background-image: url(pix/menu_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	line-height: 120%;
}

#left ul li.active a {
	background-color: #990000;
}
#left ul li.active ul li a {
	background-color: #6D6D6D;
}

#left ul li a:hover {
	background-color: #6B6B6B;
}

#left ul li.active a:hover {
	background-color: #CE0000;
}

/* Zweite Ebene */
#left ul li ul li a {
	background-color: #6D6D6D;
	color: #fff;
	padding-left: 29px;
	font-size: 11px;
	background-position: 14px 8px;

}

#left ul li ul li a:hover {
	background-color: #797979;
}

#left ul li ul li.active a {
	/*background-color: #CE3030;*/
	background-color: #6D6D6D;
	background-image: url(pix/menu_list_sub_active_bullet.gif);
}

#left ul li ul li.active a:hover {
	/*background-color: #F40000;*/
	background-color: #797979;
}

#headersettings {
	background-color: #6A6A6A;
	border: 1px solid #6A6A6A;
	padding: 5px;
	color: #FFF;
	margin-bottom: 3px;
	font-weight: bold;
}


#left .container {
	width: 100%;
	overflow: hidden;
	background-color: #6A6A6A;
}

#left #firstcontainer {
	border-bottom: 1px dashed #fff;
}

#left .left {
	width: 50%;
	float: left;
	text-align: right;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

#left .right {
	padding: 5px;
	line-height: 30px;
}

#left .right img {
	display: inline;
	vertical-align: middle;
}



#left #bottomleft {
	margin-top: 3px;
	background-image: url(pix/bottom_left.jpg);
	height: 29px;
}

/* ------ Navigation Ende ------ */

/* ------ Rechte Spalte Start ------ */

#right #floater {
	overflow: hidden;
	width: 100%;
	float: none;
}

#right a {
	color: #770000;
	text-decoration: none;
	border-bottom: 1px dotted #D90000;
}

#right a:hover {
	border-bottom: 1px solid #D90000;
	background-color: #F9F9F9;
}

#right h1 a {
	color: #ffffff;
	border-bottom: none;
}

#right h1 a:hover {
	border-bottom: none;
	background-color: transparent;
}

#right h1 {
	background-color: #555555;
	padding: 4px;
	color: #fff;
	line-height: 140%;
	margin-bottom: 3px;
}

#right .webcam {
	background-color: #E1E1E1;
	text-align: center;
	padding: 5px;
	margin-bottom: 3px;
}

#right .block {
	background-color: #E1E1E1;
	margin-bottom: 3px;
	padding: 3px;
}

#right .block li {
	border-bottom: 1px dashed #000;
	padding-bottom: 4px;
	padding-top: 4px;
}

#right .tx-newloginbox-pi1 {
	background-color: #E1E1E1;
	margin-bottom: 3px;
	padding: 3px;
}

#right .tx-newloginbox-pi1 li {
	border-bottom: 1px dashed #000;
	padding-bottom: 4px;
	padding-top: 4px;
}
#right .tx-newloginbox-pi1 table {
	width: 162px;
}

#right ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 13px;
	background-image: url(pix/menu_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border-bottom: none;
}

#right ul li a:hover {
	text-decoration: underline;
	border-bottom: none;
	background-color: transparent;
}

#right .csc-textpic {
	background-color: #E1E1E1;
	padding: 3px;
	margin-bottom: 3px;
} 

#right .csc-textpic .block {
	padding: 0;
	background-color: transparent;
}



#right #bottomright {
	background-image: url(pix/bottom_right.jpg);
	height: 29px;
}

/* ------ Rechte Spalte Ende ------ */

/* ------ Mitte Start ------ */

#content h1 {
	color: #990000;
	font-size: 18px;
	margin-bottom: 0.8em;
	line-height: 138%;
}

#content h2 {
	font-size: 15px;
	margin-bottom: 0.7em;
	line-height: 138%;
}

#content a {
	color: #770000;
	text-decoration: none;
	border-bottom: 1px dotted #D90000;
}

#content a:hover {
	border-bottom: 1px solid #D90000;
	background-color: #F9F9F9;
}


/* Allgemeine Formatierungen */

#content p {
	margin-bottom: 1em;
}

#content ul {
   	padding-left: 20px;
   	list-style-type: square;
}

#content ul, #content ol, #content dl {
	margin-bottom: 1em;
}

/* ------ Content-Table ------ */

.contenttable
{
    width: 98%;
}

.contenttable caption {
   font-size: 15px;
   margin-bottom: 0.7em;
   line-height: 138%; 
   font-weight: bold;
}

.contenttable th
{
    font-weight: bold;
    background-color: #CCCCCC;    
    padding: 0.2em;
    border-spacing: 2px;
}

.contenttable td
{
    border-spacing: 2px;
    background-color: #EEEEEE;
    padding: 0.2em;
}

.contenttable .tr-odd td {
    background-color: #E3E3E3;
}

.contenttable p
{
    margin: 0;
    padding: 0;
}

/* ------ Formulare allgemein ------ */

.label {
	width: 33%;
	text-align: right;
	font-weight: bold;
	padding-right: 3%;
	float: left;
}

.field {
	width: 60%;
	text-align: left;
	float: right;	
}

.field legend {
	display: none;
}

/* Formulare allgemein */

.mailform {
	margin-top: 2em;
}

.mailform div.formcontainer {
	width: 98%;
	overflow: hidden;
	padding-bottom: 6px;
}

.mailform div {
	margin-bottom: 10px;
}

.formcontainer .label {
	width: 35%;
	text-align: right;
	padding-right: 3%;
	float: left;
}

.comment .label {
}

.mailform div.radiolayout {
}

.mailform div.radiolayout .label {
	width: 35%;
	text-align: right;
	padding-right: 3%;
	float: left;
}

.mailform div.radiolayout {
	width: 98%;
	overflow: hidden;
}

.mailform div.radiolayout .label {
	width: 35%;
	text-align: right;
	padding-right: 1%;
	float: left;
}

.mailform div.radiolayout .radiofield {
       padding-left: 37%;
}

.mf-select {
	width: 60%;
}



/* ------ Linie nach Inhaltselementen ------ */
.csc-frame-rulerAfter {
	height: 1px;
	border-bottom: 1px dotted #000;
	margin-bottom: 1em;
}


/* ------ OSIRIS ------ */
#centrecontent .orgadetail table tr
{

}

#content .orgadetail table th
{
    margin: 0.1em;
    background-color: #A0C69F;    
    padding: 0.2em;
}

#content .orgadetail table td
{
    margin: 0.1em;
    background-color: #E2EDDF;
    padding: 0.2em;
}

.invisible {
	display: none;
}

.tx-civserv-pi1-searchbox {
	background-color: #E1E1E1;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 3px;
}

.tx-civserv-pi1-searchbox input {
	margin-left: 0.3em;
	margin-bottom: 0.4em;
	padding: 0.2em;
	border: 1px solid #555555;
}

.tx-civserv-pi1-searchbox-sword {
	
}

.tx-civserv-pi1-searchbox-button
{
    border: 1px solid #555555;
    background-color: #990000;
	color: #ffffff;
	text-align: center;
    padding-left: 0.4em;
    padding-right: 0.4em;
}


.tx-civserv-pi1-searchbox p {
	margin: 0;
	padding: 0;
}

.tx-civserv-pi1-searchbox strong {
	display: block;
	margin-bottom: 0.7em;
	background-color: #555555;
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
	padding: 0.3em;
}

.tx-civserv-pi1-searchbox legend {
	display: none;
}

#serviceinformation {
	background-color: #E1E1E1;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

#serviceinformation strong {
	display: block;
	margin-bottom: 0.7em;
	background-color: #555555;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 0.3em;
}
#serviceinformation br {
	display: none;
}

#serviceinformation a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 13px;
	background-image: url(pix/menu_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 9px;
	border-bottom: 1px dashed #000;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 15px;
}

#serviceinformation a:hover {
	border-bottom: 1px dashed #000;
	background-color: transparent;
}

#rightmenu {
	background-color: #E1E1E1;
	border-bottom: 3px solid #ffffff;
}

.csc-textpic {
    margin-bottom: 1.5em;
}

.searchwords {
	display: none;
}

#centrecontent fieldset {
border:1px none;
margin:0pt;
padding:0pt 0pt 0pt 15px;
}
#centrecontent legend {
display:none;
}
#centrecontent input {
margin:0pt;
padding:0pt;
}
#centrecontent label {
cursor:pointer;
}

#centrecontent label.left {
float:left;
margin-right:0.3em;
text-align:right;
width:8em;
}
#outer input[type="text"], select {
float:left;
}
#centrecontent input.right[type="checkbox"], #centrecontent input.right[type="radio"], #centrecontent input.right[type="submit"] {
margin-left:7.5em;
}
#centrecontent form br {
clear:both;
}
#centrecontent fieldset input, #centrecontent fieldset textarea {
background:#FFF none repeat scroll 0%;
border:1px solid #696969;
color:#000000;
width:20em;
}
#centrecontent input:focus, textarea:focus {
background:#FFFFFF none repeat scroll 0%;
color:#000000;
}

#centrecontent #formularabsenden {
	margin-left: 9em;
}


/* ------ Abfallkalender ------ */

#abfallkalender { }

#abfallkalender fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	padding: 10px;
}

#abfallkalender .abfall-tabelle {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 100%;
}

#abfallkalender .abfall-tabelle tr { }

#abfallkalender .abfall-tabelle th {
	background-color: #6A6A6A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#abfallkalender .abfall-tabelle th, .abfall-tabelle td{
	border: 1px solid #999999;
	padding: 2px;
}

#abfallkalender .abfall-tabelle .farbe-FF3300 {
	color: #FFFFFF;
}

#abfallkalender .abfall-tabelle .farbe-0099FF {
	color: #FFFFFF;
}

#abfallkalender .abfall-tabelle .farbe-33CC00 {
	color: #FFFFFF;
}

#abfallkalender .abfall-messagebox {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 100%;
}

#abfallkalender .abfall-messagebox th, .abfall-messagebox td{
	border: 1px solid #999999;
	padding: 2px;
}

#abfallkalender .messagehl {
	background-color: #AC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

.tx-indexedsearch-searchbox table td {
	padding: 3px;
}



/* Veranstaltungskalender */
.pagenavi {
	margin-top: 2em;
	text-align: center;
}
.tx_lumophpinclude_ .contenttable{
	font-size: 0.9em;
}


/* ------ Abfallkalender ------ */

#abfallkalender { }

#abfallkalender fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	padding: 10px;
}

#abfallkalender .abfall-tabelle {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 100%;
}

#abfallkalender .abfall-tabelle tr { }

#abfallkalender .abfall-tabelle th {
	background-color: #6A6A6A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#abfallkalender .abfall-tabelle th, .abfall-tabelle td{
	border: 1px solid #999999;
	padding: 2px;
}

#abfallkalender .abfall-tabelle .farbe-FF3300 {
	color: #FFFFFF;
}

#abfallkalender .abfall-tabelle .farbe-0099FF {
	color: #FFFFFF;
}

#abfallkalender .abfall-tabelle .farbe-33CC00 {
	color: #FFFFFF;
}

#abfallkalender .abfall-messagebox {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 100%;
}

#abfallkalender .abfall-messagebox th, .abfall-messagebox td{
	border: 1px solid #999999;
	padding: 2px;
}

#abfallkalender .messagehl {
	background-color: #AC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

.tx-indexedsearch-searchbox table td {
	padding: 3px;
}



/* Veranstaltungskalender */
.pagenavi {
	margin-top: 2em;
	text-align: center;
}
.tx_lumophpinclude_ .contenttable{
	font-size: 0.9em;
}

/* Galerie chgallery Anfang */
.tx-chgallery-pi1 .single{
	height: 163px;
	overflow: hidden;
}