/* ====== Farben ======= */
/* Grün Rahmen 			=		#008000 */
/* Grün Headline 		=		#79A342 */


/* ====== Allgemein ======= */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Roboto',Arial, sans-serif;
	font-size: 14px;
	color: black;
}

a {
	color: black;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0px;
	/*line-height: 20px;*/
}

h1 {
	color: #79A342;
	font-size: 22px;
	font-weight: 700;
}

h2 {
	margin: 1em 0px 0.5em 0px;	
	color: #73a5d6;
	color: #5A5A5A;
	font-size: 18px;
	font-weight: 500;
}

h3 {
	margin: 1em 0px 0.5em 0px;	
	color: #79A342;
	font-size: 18px;
	font-weight: 500;
}

.clear {
	clear: both;
}

iframe {
	border: 0px;
}


#center {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* ======== Header ====== */
#header_wrapper {
	width: 100%;
	padding: 15px 0px 15px 0px;
	position: relative;
}

#impress_menu ul {
	display: none;
}

#headline_box {
	margin-top: 20px;
}

#headline_box h1 {
	color: #6b6c6e;
	font-weight: bold;
	font-size: 20px;
}

#sperrmuell_info {
	position: absolute;
	top: 22px;
	right: 35px;
	text-align: center;
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	display: none;
}

#sperrmuell_info h1 {
	color: white;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	
}

#sperrmuell_info h2 {
	color: white;
	font-weight: normal;
	font-size: 17px;
	line-height: 19px;
	margin: 0px;
}

#sperrmuell_info a:hover {
	text-decoration: none;
}



/* ======== linke Spalte ====== */
#linke_spalte {
	display: none;
}

/* ======== Main Content ====== */
#main_content {
	width: 100%;
	float: left;
	padding: 10px 0px 10px 0px;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

#main_content a{
	color: #79A342;
	/*color: #73a5d6;*/
}


#main_content p {
}

#main_content ul{
	margin-left: 20px;
	color: #585858;
	font-weight: 300;
}

#main_content ol{
	margin-left: 20px;
	color: #585858;
}

#main_content ul li {
	margin-bottom: 5px;
}

#main_content ol li {
	margin-bottom: 5px;
}

#main_content table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

#main_content table tr td {
	/*border: 1px solid #818181;*/
	padding: 10px 10px 10px 10px;
	color: #818181;
	vertical-align: top;
}

#main_content table tr td, #main_content table thead tr th {
	padding: 10px 10px 10px 10px;
}

#main_content table thead {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #606060;	
	padding: 10px 0px 10px 0px;
}

#main_content table thead tr th {
	font-weight: normal;
	text-align: left;
}

#main_content table tr td {
	font-size: 14px;
	width: 50%;
}


/* Buttons Abfallinfos */
#main_content .abfallinfos_wrapper {
	font-size: 0px;
	border-collapse: separate;
    border-spacing: 10px 5px;
}

#main_content .abfallinfos_wrapper span {	
	width: 140px;
	
	display: inline-block;
	display: table-cell;
	vertical-align: middle;	
	box-shadow: 0px 0px 2px rgba(0,0,0,0.70);
	border: 1px solid white;
	border-radius: 3px;
	text-align: center;
	border-spacing: 0px;
}

#main_content .abfallinfos_wrapper span a {
	width: 140px;
	height: 45px;
	display: table-cell;
	font-size: 14px;
	color: white;
	vertical-align: middle;
	border-spacing: 0px;
	background: #7cacda;
	border-radius: 3px;
	background: #92bbdb;
background: -moz-linear-gradient(top, #92bbdb 0%, #5498d8 89%);
background: -webkit-linear-gradient(top, #92bbdb 0%,#5498d8 89%);
background: linear-gradient(to bottom, #92bbdb 0%,#5498d8 89%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bbdb', endColorstr='#5498d8',GradientType=0 );
text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
}

#main_content .abfallinfos_wrapper span.yellow_button a{
	background: #71c92e;
background: -moz-linear-gradient(top, #71c92e 11%, #5eaa27 100%);
background: -webkit-linear-gradient(top, #71c92e 11%,#5eaa27 100%);
background: linear-gradient(to bottom, #71c92e 11%,#5eaa27 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c92e', endColorstr='#5eaa27',GradientType=0 );
	color: white;
}


#main_content .abfallinfos_wrapper span a:hover {
	text-decoration: none;
	opacity: 0.8;
}


#main_content .abfallinfo_red_button {
	width: 100%;
	text-align: center;
	display: block;	
	
}

#main_content .abfallinfo_red_button a{
	color: white;
	display: inline-block;
	width: 300px;
	padding: 10px 0px 0px 0px;
	height: 35px;
	border: 1px solid white;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.70);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
	background: #d4000e;
background: -moz-linear-gradient(top, #d4000e 11%, #af0000 100%);
background: -webkit-linear-gradient(top, #d4000e 11%,#af0000 100%);
background: linear-gradient(to bottom, #d4000e 11%,#af0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4000e', endColorstr='#af0000',GradientType=0 );
}

#main_content .abfallinfo_red_button a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* Hinweisboxen */
#main_content .pro_box, 
#main_content .hinweis_box,
#main_content .kontra_box {	
	border-radius: 3px;
	color: #767676;
	padding: 10px 5px 10px 85px;
	margin-top: 1.5em;
	min-height: 55px;	
}

#main_content .kontra_box + div div table {
	border: 1px solid #EF6644;
	border-radius: 3px;
	border-collapse: inherit;
	margin-top: 10px;
}

#main_content .kontra_box + div div table tr td {
}

#main_content .csc-header + div h2:first-child, 
#main_content .csc-header + div h2:first-child,
#main_content .csc-header + div h2:first-child {	
	margin-top: 0.5em;
}

#main_content .pro_box + div.csc-default div p:first-child, 
#main_content .hinweis_box + div.csc-default div p:first-child,
#main_content .kontra_box + div.csc-default div p:first-child  {	
	margin-top: 0.5em;
}

#main_content .pro_box h1, 
#main_content .hinweis_box h1,
#main_content .kontra_box h1 {
	font-size: 16px;
	margin: 0px;
	color: #5A5A5A;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
}

#main_content .pro_box p, 
#main_content .hinweis_box p,
#main_content .kontra_box p {
	font-size: 14px;
	margin: 0px;	
	margin-top: -2px;
	color: #5A5A5A;
}

#main_content .pro_box ul,
#main_content .hinweis_box ul,
#main_content .kontra_box ul {
	color: #7F7F7F;
	color: #5A5A5A;
	margin-left: 12px;
	margin-top: 5px;
	font-size: 14px;
}

#main_content .pro_box {
	background: url(site_elements/success_icon.png) no-repeat left 10px top 10px;
	background: url(site_elements/success_icon.png) no-repeat;
	background-position: left 10px top 10px; 
	border: 1px solid #66aa33;
	background-position-x: 10px;
	background-position-y: 10px;
}

#main_content .hinweis_box {
	background: url(site_elements/hinweis_icon.png) no-repeat;
	border: 1px solid #efaa33;
	background-position: left 10px top 10px; 
	background-position-x: 10px;
	background-position-y: 10px;
}

#main_content .kontra_box {
	background: url(site_elements/kontra_icon.png) no-repeat;
	border: 1px solid #ef6644;
	background-position: left 10px top 10px; 
	background-position-x: 10px;
	background-position-y: 10px;
}

/* Download Boxen */

#main_content  a.pdf-downloads {
	display: block;
	border-bottom: 1px solid #D5D5D5;
	color: #5A5A5A;
	padding: 3px 5px 5px 30px;
	background: url(site_elements/pdf-icon.png) no-repeat left 3px top;
	background: url(site_elements/pdf-icon.png) no-repeat;
	background-position: left 3px top; 
	background-position-x: 3px;
	font-size: 14px;
	margin-bottom: -10px;
}

/* Link Boxen unter Downloads */
#main_content  a.link-box {
	display: block;
	border-bottom: 1px solid #D5D5D5;
	color: #5A5A5A;
	padding: 3px 5px 5px 30px;
	background: url(site_elements/link-icon.png) no-repeat left 5px top 4px;
	background: url(site_elements/link-icon.png) no-repeat;
	background-position: left 5px top 4px; 
	background-position-x: 5px;
	background-position-y: 4px;
	font-size: 14px;
	margin-bottom: -10px;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
    overflow: inherit;
	width: 100%;
}

div.csc-textpic img {
	width: 145px;
	height: auto;
}

#c1 div.csc-textpic img {
	width: auto;
}

#main_content div.csc-textpic-lastcol {
    margin-right: 0px;
}

.xdsoft_datepicker, .xdsoft_datetimepicker {
	display: none;
}

.csc-textpic {
	display: inline-block;
}

/* ========================== Powermail - Kontaktformular ================= */
/* Allgemein */
.tx-powermail {
  display: none;
}

/* ========================== Grid-Layouts Anfang========================== */

.element2cols {
  overflow: hidden;
}

.col1, .col2 {
  width: 48%; float: left
  }

.col1 {
  margin-right: 2%;
}
.col2 {
  margin-left: 2%;
}

/* Öffnungszeiten Tabellen*/

#main_content .oeffnungszeiten_wrapper {
	margin-top: 2em;
}

#main_content .oeffnungszeiten_wrapper table {
	/*background: #F1F2EE;*/
	border-radius: 3px;
	border: 1px solid #79A342;
	border-collapse: inherit;
}

#main_content .oeffnungszeiten_wrapper table tr td {
	border: none;
	padding: 0px;
	font-size: 14px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	color: #5A5A5A;
	width: auto;
}

#main_content .oeffnungszeiten_wrapper table tr td:first-child {
	/*padding: 0px 20px 10px 0px;*/
	font-weight: 700;
}

#main_content div.csc-textpic-imagecolumn {
	margin-right: 18px;
}

/* ============= TT_news ========== */
.news_box {
	border: 1px solid #6A3;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px 5px 10px 5px;
}

.news_box h2 {
	margin: 0px;
}

.news_box_detail h2 {
	margin: 0px;
}

.news_box_detail {
	border: 1px solid #6A3;
	border-radius: 3px;
	padding: 10px 5px 10px 5px;	
}

/* ======== Rechte Spalte ====== */
#rechte_spalte {
	display: none;
}

/* ======= Footer ====== */
#footer_wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #6D6E71;
	font-size: 11px;
}


/* ========== Mobile Anpassung ======== */
#responsive_wrapper {
	display: none;
}

@media print
{
    * {-webkit-print-color-adjust:exact;}
}