/* @override http://bremer-recycling.de/css/style.css */

body {
	font: 62.5%/1.5 Verdana, "Lucida Grande", Lucida, Arial;
	margin: 0;
	padding: 0;
	background: url(../img/body-background.jpg) repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}

#wrapper {
	position: relative;
	width: 878px;
	margin: 10px auto;
	background: url(../img/wrapper-background.jpg) repeat-y 4px 0;
}

#wrapper.widecontent {
	background: url(../img/wrapper-background-clean.jpg) repeat-y 4px 0;	
}

/* @group Typography */

h1, h2, h3, h5, h6 {
	color: #d54518;
	margin: 15pt 0em 10pt;	
}

h1 a:link, h2 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #d54518;
}

h2 {
	margin: 10pt 0em;
	font-size: 14pt;
}
* html h2 {
	margin: 2pt 0;
}
h3 {
	color: #79ab38;
	font-size: 10pt;
	font-weight: bold;
}

h6 {
	font-size: 10pt;
	font-weight: 200;
}

p {
	margin: 8pt 0em;
}
p.address {
	white-space: pre;
}

blockquote {
	margin: 0;
	padding: 2em 4em 2em 2em;
	background: #EEE url(../img/blockquote.png) no-repeat right 10px;
	margin-bottom: 1em 0em;
	font-style: italic;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #79ab38;	
}

/* @end */

/* @group Navigation */

#main-navigation {
	height: 25px;
	background-color: #a1a2a4;
	margin-left: 8px;
}

ul.slidetabs {
     list-style: none;
     margin: 1px 0 0 0;
     padding: 0;
     position: relative;
}

ul.slidetabs li {
     float: left;
     display: block;
     height: 24px;
     padding-right: 32px;
     margin-left: -12px;
     position: relative;
     background: url(/img/slidetabright-back.png) 100% 0 no-repeat;
     white-space: nowrap;
}

ul.slidetabs span {
     height: 24px;
     line-height: 24px;
     padding-left: 17px;
     background: url(/img/slidetableft-back.png) no-repeat;
     display: block;
	_width: 1%;
}


ul.slidetabs li.active {
     z-index: 1;
     font-weight: bold;
     height: 25px;
     background-image: url(/img/slidetabright.png);
}


ul.slidetabs li.active span {
     background-image: url(/img/slidetableft.png);
}


ul.slidetabs a:link, ul.slidetabs a:visited {
     color: #fff;
     text-decoration: none;
}

ul.slidetabs li.active a:link,ul.slidetabs li.active a:visited {
     color: #666;
}

#sidebar #sub-navigation ul.navigation {
	border-top: 1px dotted #aaa;
}

#sidebar #sub-navigation a:hover {
	color: #d54518;
}

#sidebar #sub-navigation h2 {
	font-size: 1.3em;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: -5px;
}

#sidebar #sub-navigation h2 a:link, #sidebar #sub-navigation h2 a:visited {
	text-decoration: none;
}

#sidebar #sub-navigation h2 a:hover {
	color: #79ab38;
}
#sidebar #eanv {
	margin-left: 10px;
	padding: 10px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar #eanv h2 {
	margin-left: 0;
	margin-top: 0px;
}

#sidebar p {
	font-size: 0.8em;
	color: #666;
}
/* @group Breadcrumbs */

.breadcrumbs {
	font-size:  7pt;
	margin-top: 1em;
	color: #d54518;	
	width: 390px;
	float: left;
}

.breadcrumbs a {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Header */

#header {
	position: relative;
	height: 270px;
	clear: both;
	background-image: url(../img/header-background.jpg);
	width: 960px;
	left: -41px;
}

#header h1 {
	margin: 0;	
}

#header h1 a {
	width: 238px;
	height: 52px;
	position: absolute;
	right: 45px;
	top: 18px;
}

#header h1 a img {
	border: 0;
}

#header h2 {
	position: absolute;
	color: #666;
	font-weight: 200;
	font-size: 1.2em;
	right: 300px;
	top: 28px;
}

#quicksearch {
	position: absolute;
	top: 235px;
	right: 60px;
}

#quicksearch div.input, #quicksearch div.submit {
	display: inline;
}

#quicksearch input#SearchQuery.text {
	width: 153px;
}



a:link.quicklink, a:visited.quicklink {
	color: #FFF;
	display: block;
	position: absolute;
	left: 48px;
	width: 160px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}

.quicklink span {
	font-size: 1.4em;
}

#quickservice .label {
	position: absolute;
	top: 76px;
	left: 95px;
	color: #666;
}

#quicklink-1 {
	top: 111px;
}

#quicklink-2 {
	top: 163px;
}

#mood {
	position: absolute;
	top: 96px;
	left: 232px;
}

/* @end */

/* @group Main */

#main {
	background: url(../img/main-background.jpg) no-repeat 4px 0;
}

.widecontent #main {
	background: url(../img/main-background-clean.jpg) no-repeat 4px 0;
}


/* @end */

/* @group Content */

#content-wrapper {
	float: left;
	padding-bottom: 20px;
	width: 611px;
	background: url(../img/watermark-dotted.png) no-repeat right bottom;
	
	
  min-height:400px;
  height:auto !important;
  height:400px;
}

* html #content-wrapper {
	background-position: 273px bottom;
}

.widecontent #content-wrapper {
	background: url(../img/watermark.png) no-repeat right bottom;
}
#content {
	width: 390px;
	font-size: 1.1em;
	float: left;
	color: #333;
	padding-right: 10px;	
}

.widecontent #content {
	width: 608px;
	padding-right: 0px;
	border-right: 0;
}

p.intro {
	font-weight: 800;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	padding: 5px 0px;
}

#content ul li {
	margin-bottom: 0.7em;
}

#content img.left {
	margin-right: 10px;
	margin-bottom: 5px;
}

#content img.right {
	margin-left: 10px;
	margin-bottom: 5px;
}

/* @end */

/* @group Sidecontent */

#sidecontent {
	width: 200px;
	float: left;
	margin-left: 10px;
	font-size: 1.1em;
	color: #333;
	padding-top: 15px ;
}

#sidecontent h3 {
	margin-top: 5px;
}
* html #sidecontent h3 {
	margin-top: -5px;
}
/* @end */

/* @group Sidebar */

#sidebar {
	font-size: 1.2em;
	width: 200px;
	float: left;
	margin-left: 4px;
	margin-right: 30px;
	overflow: hidden;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}

#sidebar ul li {
	border-bottom: 1px dotted #aaa;
	padding: 0.5em 0em;	
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration: none;
	color: #666666;
}

#sidebar ul li.active a:link, #sidebar ul li.active a:visited {
	color: #79ab38;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	background: url(../img/footer-background.jpg) no-repeat right top;
	height: 78px;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

#footer ul li {
	display: inline;
	padding-right: 8px;
	margin-right: 5px;
	border-right: 1px solid #79ab38;
}

#footer ul li.last {
	margin-right: 0px;
	border-right: 0px;
	border-right: 0;
}

#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
	color: #666;
}

#footer span, #footer span a:link, #footer span a:visited {
	color: #8f8f8f;
}

/* @end */

/* @group Content-Style */

#sidecontent .phone {
	color: #79ab38;	
}

.important {
	font-size: 1.3em;
	font-weight: 800;
	margin-top: 6px;
	display: block;
}

.block {
	border-bottom: 1px dotted #aaa;
}

/* @end */

/* @group Product List  */

#sidebar ul.productlist {
	border-top: 1px dotted #aaa;
}

#sidebar ul.productlist li {
	font-size: 10px;
}

ul.productlist li span {
	font-size: 12px;
}

#sidebar ul.productlist li a {
	display: block;
	padding-left: 50px;
	color: #666;
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 4px;
	font-size: 7pt;
	overflow: auto;
}


#sidebar ul.productlist li a:hover, #sidebar ul.productlist li.active a {
	color: #d54518;
}

#sidebar ul.productlist li a:hover span, #sidebar ul.productlist li.active a span {
	color: #79ab38;
}

ul.productlist li.entsorgung a {
	background: url(../img/illustrations/symbol-entsorgung-farbe.png) no-repeat 0 0;
}

ul.productlist li.entsorgung a:hover, ul.productlist li.entsorgung.active a {
	background-image: url(../img/illustrations/symbol-entsorgung-farbe.png);
}

ul.productlist li.datenschutz a {
	background: url(../img/illustrations/symbol-datenschutz-farbe.png) no-repeat 0 0;
}

ul.productlist li.datenschutz a:hover, ul.productlist li.datenschutz.active a {
	background-image: url(../img/illustrations/symbol-datenschutz-farbe.png);
}

ul.productlist li.objekt a {
	background: url(../img/illustrations/symbol-objekt-farbe.png) 0 0;
}

ul.productlist li.objekt a:hover, ul.productlist li.objekt.active a {
	background-image: url(../img/illustrations/symbol-objekt-farbe.png);
}

ul.productlist li.depot a {
	background: url(../img/illustrations/symbol-depot-farbe.png) no-repeat 0 0;
}

ul.productlist li.depot a:hover, ul.productlist li.depot.active a {
	background-image: url(../img/illustrations/symbol-depot-farbe.png);
}

#sidebar ul.productlist li.stoff a {
	font-size: 9px;
	overflow: hidden;
	background: url(../img/illustrations/symbol-stoffstrom-farbe.png) no-repeat 0 0;
}

#sidebar ul.productlist li.stoff span {
	font-size: 8pt;
	overflow: hidden;
	display: block;
	float: left;
	width: 200px;
}

ul.productlist li.stoff a:hover, ul.productlist li.stoff.active a {
	background-image: url(../img/illustrations/symbol-stoffstrom-farbe.png);
}


/* @end */

/* @group Products */

#site-entsorgungs-systeme #content h2, #site-datenschutz-dienste #content h2, #site-objekt-service #content h2, #site-wertstoff-depot #content h2 {
	margin-bottom: -5px;
}

#prod-kleine-muelltonne img {
	position: relative;
	left: 80px;
}

#prod-big-sack img {
	position: relative;
	left: 35px;
}

#prod-grosser-muellbehaelter img {
	position: relative;
	left: 52px;
}

#prod-press-container img {
	position: relative;
	left: 12px;
}

.product {
	clear: both;
	padding-top: 15px;
}

.product p {
	width: 40%;
	float: right;
}

.product img {
	float: left;
}

#content ul.products {
	list-style-type: none;
	padding: 0;
	clear: both;
	padding-top: 4px;
	margin-left: 0px;	
}

ul.products li {
	float: left;
	width: 180px;
	margin-right: 5px;
	height: 225px;
	background-color: #fff;
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}

ul.products li h4 {
	margin-top: 0;
	border-left: 3px solid #79ab38;
	padding-left: 3px;
	font-size: 12px;
}

.zebra ul.products li h4 {
	border-left: 3px solid #d54518;
}

ul.products li a img {
	border: 0;
}

/* @end */

/* @group Contact */

dl.contact dt {
	float: left;
	display: block;
	width: 100px;
	font-weight: 800;
}

dl.contact dt.division {
	color: #d54518;
}

#site-abteilungen dl.contact dt {
	width: 130px;
}

#sidecontent dl.contact dt {
	width: 55px;
}

dl.contact .phone {
	padding-top: 5px;
}

.contact-people-overview {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

.contact-people-overview li {
	width: 110px;
	float: left;
	height: 180px;
	position: relative;
	background-color: #FFF;
	margin-right: 5px;
	padding: 5px;
}

.contact-people-overview li h3 {
	margin-top: 0;
	font-size: 12px;
}

.contact-people-overview a:link {
	text-decoration: none;
}

.contact-people-overview li img {
	position: absolute;
	bottom: 0;
	left: 10px;
	border: 0px;
}

#site-ansprechpartner-bremer-recycling .button {
	margin-left: 100px;
}

#site-ansprechpartner-bremer-recycling .button img {
	border: 0;	
} 

/* @end */

/* @group Search */

ul.search-results {
	padding-left: 0px;
	list-style-type: none;
}

ul.search-results li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
}

/* @end */

/* @group Test */

#content h3 a:link, #content h3 a:visited {
	color: #333;
	text-decoration: none;
}

#content .block h3 {
	border-left: 3px solid #79ab38;
	padding-left: 6px;
	color: #333;
}

#content .block h4 { 
}

#content .block h3.zebra, #content .block.zebra h3 {
	border-left: 3px solid #d54518;
}

div.arrow {
	padding-left: 30px;
	background: url(../img/gruener-logo-pfeil.png) no-repeat;
	margin-top: 1.5em;
}

.zebra .arrow {
	background-image: url(../img/roter-logo-pfeil.png);
}

.arrow h4 {
	margin-top: 0;
	margin-bottom: 0px;
}

/* @end */

/* @group Form */

/* @group Spezial */

#customer-type label {
	margin-right: 100px;
}

/* @end */

fieldset {
	border: 1px dotted #aaa;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

div.input {
	margin-bottom: 1em;
}

div.input input {
	width: 48%;
}

div.input textarea {
	width: 100%;
	height: 200px;
}

div.input label {
	display: block;
	font-weight: 800;
}

/* @group Mehrfelder-Typen */

div.input fieldset input {
	width: auto;
} 

div.input fieldset label {
	display: inline;
	margin-right: 2em;
}

/* @end */

/* @group Abfall */

fieldset.waste div.input {
	width: 180px;
	float: left;
	margin-right: 15px;
}

fieldset.waste select {
	width: 180px;
} 

fieldset.waste input {
	width: 170px;
}


/* @end */

/* @end */

/* @group Glossary */

.letter-navi {
	font-size: 1.4em;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 4px;
	margin-bottom: 30px;
}

.letter-navi a:link, .letter-navi a:visited {
	text-decoration: none;
	margin-right: 5px;
}

/* @end */

/* @group Ueber uns */

#content .block .arrow h3 {
	border-left: 0;
	padding-left: 0;
}

#content .block.zebra .arrow h3 {
	border-left: 0;
	padding-left: 0;
}

/* @end */

/* @group Anfahrt */

#google-canvas {
	width: 608px;
	height: 457px;
}

#site-anfahrt label.block {
	width: 80px;
	display: block;
	float: left;
	border-bottom: 0;
}

/* @end */

/* @group Indent-Pages */

#site-news #content p, #site-referenzen-bremer-recycling #content p, #site-jobs #content .block p, #site-glossar #content p, #site-abteilungen #content p, #site-abteilungen #content dl, #site-impressum #content p, #site-impressum #content dl, #site-datenschutzerklaerung #content .block p {
	margin-left: 9px;
}

/* @end */

/* @group Download */

#site-download-behaelterdatenblaetter #content h3 {
	clear: both;
}

#site-download-zertifikate #content img {
	float: left;
	margin-right: 15px;
}

/* @end */

/* @group References */

ul.references {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.references li {
	width: 142px;
	float: left;
	background-color: #FFF;
	height: 180px;
	position: relative;
	padding: 5px 0px 0px 5px;
	margin-right: 5px;
}

ul.references li a {
	width: 120px;
	height: 120px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	border: 3px solid #EEE;
	left: 10px;
}

ul.references li img {
	border: 0;
}

ul.references li h3 {
	margin-top: 0;
	font-size: 12px;
	color: #333;
	border-left: 3px solid #79ab38;
	padding-left: 5px;
}

ul.references li.zebra h3 {
	border-left: 3px solid #d54518;
}

ul.references li a:hover {
	background-position: center bottom;
	border-color: #79ab38;
}

ul.references li.zebra a:hover {
	border-color: #d54518;
}

ul.references li.zebra a.plain:hover, ul.references li a.plain:hover {
	border-color: #EEE;
}

/* @end */

/* @group Campaigns */

.campaign {
	background: url(../img/campaign-bottom.jpg) repeat-y center bottom;
	color: #FFF;
}

.campaign div {
	background: url(../img/campaign-top.jpg) no-repeat center top;
	min-height: 250px;
	padding: 10px;
}

.campaign h3 {
	text-align: center;
}

.campaign h3 a:link, .campaign h3 a:visited {
	color: #FFF;
	text-decoration: none;
}

.campaign h3 a:hover {
	color: #c9541e;
}

/* @end */

#content dl dt {
        float: left;
        width: 75px;
}

/* @group sub-navi-form */
form.sub-navi-form {
    margin-left: 10px;
    margin-top: -10px;
}

form.sub-navi-form div.input label {
    font-size: .9em;
}

form.sub-navi-form div.input input {
    width: 100%;
}

form.sub-navi-form div.submit input#Reset {
    float: right;
}

#sidebar ul.navigation li.sub-navi-login {
    border-bottom: none;
    color: #c9541e;
}
/* @end */

