*
{	
	margin:0;	
	padding:0;	
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 	
}
body
{
    font-family: "BrauerNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
	overflow-y:scroll;
}

h2{
	font-weight:normal;
}

.container
{
	width:1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;	
}

/*
konturlinien:#b6b6b6;
hg grau #fafafa
*/

.head
{
    box-shadow: 3px 3px 3px 3px #ccc;
	border-bottom:1px solid #ccc;
	position:fixed;
	width:100%;
	z-index: 1030;
	background-color:#fff;
}

.head a.top_link, a.footer_link {
    color: #333;
    font-size: 18px;
    margin-left: 50px;
	text-decoration:none;
}

.head a.top_link:before, a.footer_link:before {
    font-family: "Fontello";
    content: "\e800";
    color: #333333;
    height: 15px;
    width: 10px;
    margin-right: 3px;
}

.head #logo img{
	margin: 25px 0px 25px 0px;
	vertical-align: middle;
}

#seite
{
	background-color:#ffffff;
}

#menu_bar
{
	border-top: 1px solid #ccc;
}

#toplinks
{
	float:right;
	font-size:10px;	
    line-height: 16px;	
}

#reiter
{
	margin-top:15px;
	clear:both;
	float:left;
	text-align:center;
	width:500px;
}
#menu_bar a:link,#menu_bar a:visited
{
	color:#333!important;
	text-decoration:none!important;	
}

#reiter_privat,#reiter_gewerbe
{
	float:left;
	padding: 10px 15px;
	min-width:150px;
	text-align:center;
}

.reiter_privat_aktiv,.reiter_gewerbe_aktiv{
	border-top:5px solid #E37222;
}

.reiter_privat_inaktiv,.reiter_gewerbe_inaktiv{
	border-top:5px solid #fff;
}

.spacer
{
    float: left;
    display: block;
    width: 1px;
    color: #ccc;
    border-left: 1px solid #ccc;
    margin-top: 11px;
    height: 26px;
}


#reiter a 
{
 display:block;
 float:left;
 margin-right:20px;
}


#main
{
	margin-top:150px;
	clear:both;
	float:left;
	position:relative;
	background-color:#ffffff;
	min-height:800px;
}
#hidden_btn
{
	display:block;
}

#form input[type="text"]{
	float:left;
}

input[type="text"] {
    display:block;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px;
	margin-right:15px;
}

.submit_btn{
	cursor:pointer;
}

.submit_btn span, input[type="button"]
{
	color:#ffffff;
	padding:8px 16px;
	width:160px;
	border:0;
	background-color:#E37222;
}

.submit_btn:after {
    font-family: "Fontello";
    content: "\e800";
    color: #E37222;
    height: 15px;
    width: 10px;
    margin-right: 3px;
	margin-left:-5px;
}

#form ul
{
	background-color:#ffffff;
	border: 1px solid #b6b6b6;
	padding:0px;
	margin:0 0 0 0;
	min-width:250px;
}
#form li
{
	list-style-type:none;
	padding-left:5px;
	padding-right:15px;
}
#form li:hover
{
	background-color:#E37222;
	color:#ffffff;
}
.aturis_copy
{
	font-size:10px;
	float:right;
	margin: 5px 0 0;
}
.aturis_copy a
{
	text-decoration:none;
	color:#4f4f4f;
}
#form
{
	clear:both;
	float:left;
	padding:15px 0;
	width:912px;
}
#kalender
{
	clear:both;
	float:left;
	padding:15px 0;
}
input 
{
	//color:#999999;
}

#footer
{
	clear:both;
	margin-top:15px;
	background-color: #ccc;
    padding-top: 15px;
	text-decoration:none;
}

#footer ul li {
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 25px;
    list-style-type: none;
    border-left: 1px solid;
    float: left;
    margin-bottom: 10px;
	min-width:200px;
}

.footerWrap{
	display:inline;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.link:link,.link:visited
{
	color: #333;
	text-decoration:none;
}


.input_inaktiv
{
	color:#999999!important;
}

.input_aktiv
{
	color:#000000!important;
}

.rund_oben
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rund_unten
{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.overlayWrap,.overlayNoticeWrap
{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	clear:both;
	z-index:1040;
	display:none;
}

.overlay
{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	clear:both;
	background-color:#999999;
	opacity:0.8;
	z-index:10;
}


#subscribeFormBox,.noticeWrap
{
	position:relative;
	background-color:#ffffff;	
	width:100%;
	max-width:480px;
	margin:0 auto;
	margin-top:10%;
	opacity:1;
	z-index:11;
	border: 1px solid #E37222;
	overflow-y:auto;
}

#subscribeFormBox #tabs
{
	width:100%;
	border-bottom: 1px solid #ccc;
	float:left;
}

#subscribeFormBox #tabs a
{
	display:block;
	width:238px;
	float:left;
	margin:0;
	color:#333;
	text-decoration:none;
	padding: 10px 15px;
    text-align: center;	
}

.signInTabActive
{
	border-top:5px solid #E37222;
	width:239px!important;
}

.signInTabInactive
{
	border-top:5px solid #fff;
	width:239px!important;
}

.signOutTabActive
{
	border-top:5px solid #E37222;
}
.signOutTabInactive
{
	border-top:5px solid #fff;
}

#subscribeFormWrap,#noticeWrap
{
	clear:both;
	padding:15px;
}

#subscribeFormBox form .legalnotice
{
	font-size: 12px;
}

#subscribeFormBox form .legalnotice b
{
	margin-left:5px;
}

#subscribeFormBox form label
{
	font-size: 14px;
}

#subscribeFormBox .buttonWrap
{
	text-align:right;
}

#subscribeFormBox .buttonWrap .submit_btn
{
	margin-left:15px;
}

#errorNotice
{
	font-weight:bold;
	color:red;
}

.newsletterBtn
{
	position:relative;
	z-index:1;
}

.newsletterImg
{
	display:none;
	position:absolute;
	z-index:0;
	width:145px;
	margin-left:-125px;
	margin-top:-98px;
}

.entsorgerfarbe_txt, .entsorgerfarbe_txt:link, .entsorgerfarbe_txt:visited
{
	color:#E37222;/*SWE Orange*/
}

@media only screen and (max-width: 1000px) {
	.container{
		width:100%;
	}
	
	#form{
		width:100%;
		float:none;
	}
	
	#form input{
		width:100%;
		margin-bottom:1em;
	}
	
	#form .submit_btn,#form .submit_btn span{
		width:100%;
		display:block;
		clear:both;
		text-align:center;
	}
	
	#form .submit_btn:after{
		display:none;
	}
	
	#info, #legende{
		height:auto;
		width:100%;
	}
	
	#info td{
		display:block;
		width:100%;
	}
	
	.monat-4, .monat-10{
	clear:both;
	}
}

@media only screen and (max-width: 768px) {
	#info, #legende,#legende p,#tag,#ekocontent{
		font-size:1em;
	}
	
	#halbjahr{
		float:none;
	}
	
	#monat{
		float:none;
		width:100%;
	}
	
	#tag{
		height:36px;
		font-size:1.1em;
	}
	
	#tag_tonnen img{
		height:34px;
	}
}
