/* @group Basics */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

i {
	display: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* @end */

/* @group typo3-base Framework */

body {
	text-align: center;
}

#fw {
	text-align: left;
	width: 973px;
	margin: 10px auto;
}

#fwInner {
	
}

/* @group siteNav */

#fwSiteNav {
	height: 33px;
	width: 980px;
}
#fwSiteNav ul {
}
#fwSiteNav ul li {
	display: block;
	float: left;
	margin-right: 5px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_tl.gif);
}
#fwSiteNav ul li:last-child, #fwSiteNav ul li.last {
	margin-right: 0;
}
#fwSiteNav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 9px 0 0 0px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_tr.gif);
	width: 158px; /* 158 - padding */
	height: 24px; /* 33 - padding */
}
#fwSiteNav ul li a:hover {
	text-decoration: underline;
}



/* @end */

/* @group head */

#fwHead {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_bl.gif);
}

#fwHeadInner {
	position: relative;
	height: 150px;

	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_br.gif);
}

/* @group illu */

#fwIllu {
	position: absolute;
	top: 23px;
	left: 40px;
}

#fwIllu a {
	display: block;
	background-repeat: no-repeat;
}

/* @end */

/* @group logo */

#fwLogo {
	position: absolute;
	top: 25px;
	left: 326px;
}
#fwLogo a {
	display: block;
	background: url(../img/logo_poppens.png) no-repeat;
	width: 280px;
	height: 79px;
}



/* @end */

/* @group hotline */

#fwHotline {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#fwHotline a {
	display: block;
	background: url(../img/hotline.png) no-repeat;
	width: 168px;
	height: 44px;
}



/* @end */

/* @group mainNav */

#fwMainNav {
	position: absolute;
	bottom: 5px;
	left: 215px;
}
#fwMainNav ul li {
	float: left;
	margin-right: 5px;
	border-right: 1px solid #000;
	padding-right: 5px;
}
#fwMainNav ul li:last-child, #fwMainNav ul li.last {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
#fwMainNav ul li a {
	color: #FFF;
	text-decoration: none;
}
#fwMainNav ul li a:hover {
	text-decoration: underline;
}
#fwMainNav ul li.current a,
#fwMainNav ul li.active a {
	color: #000;
}



/* @end */



/* @end */

#fwBody {
	position: relative;
}

#fwLeft {
	position: absolute;
	top: 0;
	left: 0;
	/*float: left;*/
	width: 195px;
	background-color: #eceded;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_bl.gif);
}
#fwLeftBr {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_br.gif);
}

/* @group subNav */

#fwSubNav {
	background-color: #FFF;
	padding: 20px 0 20px 20px;
}
#fwSubNav ul li {
	height: 1%;
}
#fwSubNav ul li a {
	color: #000;
	text-decoration: none;
}
#fwSubNav ul li.current a,
#fwSubNav ul li.active a {
	color: #000;
}
#fwSubNav ul li a:hover {
	text-decoration: underline;
}
#fwSubNav ul ul {
	margin-left: 10px;
}



/* @end */

/* @group fwLeft */

.fwLeftContent {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_tl.gif);
}

.fwLeftContentInner {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_tr.gif);

	padding: 10px;
}

/* @end */

/* @group fwServiceNav */

#fwServiceNav {
	margin-top: 20px;
	padding-left: 13px;
}
#fwServiceNav a {
	color: #000;
	text-decoration: none;
}
#fwServiceNav a:hover {
	text-decoration: underline;
}

/* @end */

#fwRight {
	position: absolute;
	right: 0;
	top: 20px;
	/*float: right;*/
	width: 180px;
	background-color: #eceded;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_bl.gif);
}
#fwRightBr {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_br.gif);
}


/* @group fwRight */

.fwRightContent {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_tl.gif);
}

.fwRightContentInner {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/c_w_tr.gif);

	padding: 10px;
}

/* @end */

#fwContent {
	width: 558px;
	margin-left: 215px;
	padding: 20px 0;
}

#fwPath {
	height: 40px;
}
#fwPath ul {
}
#fwPath ul li {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group Content Elements */

#pageTitle {
	margin-bottom: 20px;
}
#pageTitle h1 {
	font-weight: normal;
	margin-bottom: 5px;
}
#pageTitle h2 {
	font-weight: normal;
}

#fwContent ul {
	list-style: disc;
	margin-left: 20px;
}

#fwContent .csc-header h1 {
	margin-bottom: 15px;
}

#fwContent p.bodytext {
	margin: 15px 0;
}

#fwContent .csc-textpic-text {
	clear: both;
}

/* @group Schrift */

* {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

ul.tagCloud li.level1 a {
	font-size: 10px;
}

.box *,
#fwServiceNav a,
ul.tagCloud li.level2 a {
	font-size: 12px;
}

ul.tagCloud li.level3 a {
	font-size: 14px;
}

#pageTitle h2 {
	font-size: 18px;
}

#pageTitle h1 {
	font-size: 24px;
}

#fwContent .csc-textpic-caption {
	font-size: 12px;
}


/* @end */

/* @group Box */

.box {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_tl.gif);
	margin-bottom: 10px;
}
.box div.c {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_tr.gif);
}
.box div.c div.c {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_bl.gif);
}
.box div.c div.c div.c {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_br.gif);
	padding: 3px;
}

.box.white {
	background-color: #FFF;
}

.box h2 {
	background-color: #d9dadb;
	font-weight: bold;
	margin-bottom: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_tl.gif);
}
.box h2 span {
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_tr.gif);
}
.box h2 span span {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_bl.gif);
}
.box h2 span span span {
	padding: 2px 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../img/c_g_br.gif);
}


.box.white h2 {
	background-image: url(../img/c_w_tl.gif);
}
.box.white h2 span {
	background-image: url(../img/c_w_tr.gif);
}
.box.white h2 span span {
	background-image: url(../img/c_w_bl.gif);
}
.box.white h2 span span span {
	background-image: url(../img/c_w_br.gif);
}


.box p,
.box form {
	padding: 2px 10px;
	margin: 10px 0 0 0;
}

.box a {
	color: #000;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}

.box ul {
	padding: 0 10px;
	margin: 10px 0 0 0;

}
.box ul li {
	margin: 10px 0;
}

/* @group Shop */

.box.shop p {
	margin-top: 5px;
}
.box.shop p.img {
	margin-top: 0;
}
.box.shop p.desc {
}
.box.shop p.price {
	font-weight: bold;
	float: left;
}
.box.shop p.link {
	font-weight: bold;
	float: right;
}



/* @end */

/* @end */

/* @group form */

form button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

form input.text {
	background-color: #FFF;
	border: 1px solid #666;
}

form#searchBox input.text {
	width: 104px;
	margin-right: 3px;
	height: 13px;
	padding: 0;
	vertical-align: top;
}

/* @end */

/* @group tagCloud */

.box.tagCloud div.c div.c div.c {
	padding: 3px 0;
}

ul.tagCloud {
	text-align: center;
	margin: 0;
}

ul.tagCloud li {
	display: inline;
}
ul.tagCloud li a {
	white-space: nowrap;
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
	line-height: 22px;
}
ul.tagCloud li a:hover {
	text-decoration: underline;
}
ul.tagCloud li.level1 a {}
ul.tagCloud li.level2 a {}
ul.tagCloud li.level3 a {}

/* @end */

/* @group sitemap */

.csc-sitemap ul ul {
	margin-left: 20px;
}

/* @end */

/* @group News */

#fwContent .newsDetail ul.tags {
	margin: 15px 0;
	list-style: none;
}
#fwContent .newsDetail ul.tags li {
	display: inline;
	padding-right: 5px;
}

/* @end */

/* @group Suche */

.csc-searchResultInfo {
	margin: 15px 0;
}

.csc-searchResult {
	margin: 0 0 15px 0;
}

/* @end */

/* @group Contact */

.csc-mailform {
	border: none;
}

.csc-mailform .csc-mailform-field {
	padding-bottom: 5px;
}

.csc-mailform .csc-mailform-field label {
	display: block;
	width: 100px;
	float: left;
}

.csc-mailform .csc-mailform-field .csc-mailform-label {
	display: block;
	margin-left: 100px;
	padding-top: 20px;
}

.csc-mailform .csc-mailform-field.csc-mailform-field-text .input input.text {
	width: 420px;
} 
.csc-mailform .csc-mailform-field.csc-mailform-field-text .input textarea {
	width: 420px;
} 

.csc-mailform .csc-mailform-field input.submit {
	margin: 20px 0 20px 100px;
}

/* @end */



/* @end */

/* @group Sprachumschaltung Hausbock */

#fwLang {
	display: none;
}

/* @end */

/* @group SITE-SPEZIFISCHES */

/* @group poppens.de */

.poppens .bg, .poppens.bg, .poppens.nav {
	background-color: #A81229;
}

.poppens #fwContent a, .poppens #fwSubNav li.current a,
.poppens #fwMainNav ul li.current a, .poppens #fwMainNav ul li.active a {
	color: #A81229;
}

.poppens #fwMainNav ul li a {
	color: #000;
}

.poppens #fwHead.bg {
	background-color: #FFF;
}

.poppens #fwIllu {
	display: none;
}

/* @end */

/* @group hausbockbekaempfung.de */

.hausbock .bg, .hausbock.bg, .hausbock.nav {
	background-color: #96704A;
}
.hausbock #fwContent a, .hausbock #fwSubNav li.current a {
	color: #96704A;
}

.hausbock #fwIllu a {
	background: url(../img/hausbock_illu.gif) no-repeat;
	width: 94px;
	height: 94px;
}

.hausbock.nl #fwHotline a {
	background: url(../img/hausbock_nl_hotline.gif) no-repeat;
}

/* @end */

/* @group vogel-abwehr.de */

.vogel .bg, .vogel.bg, .vogel.nav {
	background-color: #97A7B0;
}
.vogel #fwContent a, .vogel #fwSubNav li.current a {
	color: #97A7B0;
}

.vogel #fwIllu a {
	background: url(../img/vogel_illu.gif) no-repeat;
	width: 97px;
	height: 95px;
}

/* @end */

/* @group maulwurfstop.de */

.maulwurf .bg, .maulwurf.bg, .maulwurf.nav {
	background-color: #939496;
}
.maulwurf #fwContent a, .maulwurf #fwSubNav li.current a {
	color: #939496;
}

.maulwurf #fwIllu a {
	background: url(../img/maulwurf_illu.gif) no-repeat;
	width: 99px;
	height: 95px;
}

/* @end */

/* @group co2-trockeneisreinigung.de */

.co2 .bg, .co2.bg, .co2.nav {
	background-color: #6F89C3;
}
.co2 #fwContent a, .co2 #fwSubNav li.current a {
	color: #6F89C3;
}

.co2 #fwIllu a {
	background: url(../img/co2_illu.gif) no-repeat;
	width: 96px;
	height: 96px;
}

/* @end */

/* @group Handelskontor */

.handel .bg, .handel.bg, .handel.nav {
	background-color: #8FBE43;
}
.handel #fwContent a, .handel #fwSubNav li.current a {
	color: #8FBE43;
}



/* @end */

/* @group mobil */

.mobil .bg, .mobil.bg, .mobil.nav {
	background-color: #b53c45;
}
.mobil #fwContent a, .mobil #fwSubNav li.current a {
	color: #b53c45;
}

/* @end */


/* @end */

