/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

img {
	border: 0;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.i {
	display: none;
}

/* @end */

body {
	text-align: center;
	background: #444 url(../img/bg_body.png) repeat-x;
}

#fw {
	text-align: left;
	width: 1058px;
	margin: 0 auto;
	background: url(../img/bg_fw.png) repeat-y;
}

#fwInner {
	padding: 0 32px 0 31px;
	/*width: 995px;*/
}

#fwHead {
	position: relative;
	height: 137px;
	/*height: 174px;*/
	background: url(../img/bg_fwHead.png) repeat-x 0 bottom;
}

/* @group fwLogo */

#fwLogo {
	position: absolute;
	top: 10px;
	left: 30px;
}
#fwLogo a {
	display: block;
	background: url(../img/bg_fwLogo_a.png) no-repeat;
	width: 208px;
	height: 65px;
}

/* @end */

/* @group fwHotline */

#fwHotline {
	position: absolute;
	background: url(../img/bg_fwHotline.png) no-repeat;
	width: 242px;
	height: 44px;
	top: 20px;
	/*top: 40px;*/
	left: 505px;
}
#fwHotline span {
	display: none;
}

/* @end */

/* @group fwSearch */

#fwSearch {
	position: absolute;
	top: 30px;
	/*top: 50px;*/
	left: 780px;

	width: 196px;
	height: 25px;

	font-size: 14px;
	color: #FFF;
	background: url(../img/bg_fwSearch.png) no-repeat;
}

#fwSearch fieldset {
	border: none;
}

#fwSearch label {
	display: none;
}

#fwSearch #topSearchInput {
	border: none;
	background-color: transparent;
	width: 140px;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 10px;
	/*line-height: 1.5;*/
	color: #444;
}

/* @end */

/* @group Navigation */

#fwNavRoot {
	display: none;
	
	position: absolute;
	top: 90px;
	left: 20px;
}

#fwHead #fwNavRoot ul li {
	float: left;
}

#fwHead #fwNavRoot ul li a {
	display: block;
	text-align: center;
	background-color: #4c4c4c;
	width: 110px;
	padding: 3px 0;
	margin-right: 10px;
	color: #FFF;
	font-size: 14px;
}

#fwHead #fwNavRoot ul li.current a,
#fwHead #fwNavRoot ul li a:hover {
	background-color: #f5cb05;
}


#fwHead .nav {
	position: absolute;
	top: 75px;
	/*top: 112px;*/
}

#fwNav.nav {
	left: 10px;
}

#fwAbout.nav {
	right: 5px;
}

#fwHead .nav ul li {
	display: block;
	float: left;
	/*width: 100px;*/
	height: 62px;
	position: relative;
	z-index: 215;
	padding: 20px 0 0 0;
}

#fwHead .nav ul li a {
	display: block;
	padding: 10px 10px 10px 10px;

	color: #444;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	background: url(../img/bg_fwHead_nav_ul_li_a.png) no-repeat 0 12px;
}

#fwHead .nav ul li.first a {
	background: none;
}

#fwHead .nav ul li.active,
#fwHead .nav ul li.current {
	background: url(../img/bg_fwHead_nav_ul_li_active.png) no-repeat center 51px;
}

#fwHead .nav ul li.active a,
#fwHead .nav ul li.current a {
}

/* @end */

#fwBody {
	padding: 0 0 50px 0;
	z-index: 100;
	position: relative;
}

/* @group fwSubnav */

#fwSubnav {
	float: left;
	width: 180px;
	padding-top: 10px;
}

#fwSubnav ul li a {
	display: block;
	font-size: 12px;
	color: #444;
	padding: 0 0 0 20px;
}


/* @group .one */

#fwSubnav ul.one {
}

#fwSubnav ul.one li {
	border-bottom: 1px solid #DDD;
	padding: 4px 0;
}

#fwSubnav ul.one li a {
	line-height: 20px;
}

#fwSubnav ul.one li.current {
	
}

#fwSubnav ul.one li.current a {
	font-weight: bold;
	background: url(../img/bg_fwSubnav_ul_li_current_a.png) repeat-y 0 0;
}

#fwSubnav ul.one li ul li {
	border-bottom: none;
	padding: 3px 0 0 20px;
}

#fwSubnav ul.one li ul li a,
#fwSubnav ul.one li.current ul li a {
	font-size: 10px;
	font-weight: normal;
	background: none;
	padding-left: 10px;
}

#fwSubnav ul.one li ul li.current a,
#fwSubnav ul.one li.current ul li.current a {
	background: url(../img/bg_fwSubnav_ul_two_li_ul_li_a.png) no-repeat 0 5px;
	font-weight: bold;
}

/* @end */

/* @group .two */

#fwSubnav ul.two {
	margin-top: 30px;
}

#fwSubnav ul.two li {
	padding-bottom: 20px;
}

#fwSubnav ul.two li a {
	line-height: 20px;
}

#fwSubnav ul.two li.current a {
	font-weight: bold;
}

#fwSubnav ul.two li ul {
	padding-left: 20px;
}

#fwSubnav ul.two li ul li {
	padding-bottom: 0;
}

#fwSubnav ul.two li ul li a {
	background: url(../img/bg_fwSubnav_ul_two_li_ul_li_a.png) no-repeat 0 5px;
	padding-left: 10px;
}

#fwSubnav ul.two li.current ul li a {
	font-weight: normal;
}

#fwSubnav ul.two li.current ul li.current a {
	font-weight: bold;
}



/* @end */

/* @end */

#fwBodyCenter {
}

#fwContentRight {
	float: right;
	width: 180px;
	padding: 10px 10px 0 0;
}

#fwContent {
	border-left: 1px solid #DDD;
	margin-left: 190px;
	margin-right: 210px;
}

/* @group fwBreadcrumbs */

#fwBreadcrumbs {
	height: 37px;
	margin-left: 210px;
}

#fwBreadcrumbs ul {
	list-style: none;
	padding: 15px 0 0 0;
}

#fwBreadcrumbs ul li {
	float: left;
	padding: 0;
}

#fwBreadcrumbs ul li a, #fwBreadcrumbs ul li span {
	display: block;
	padding: 0 10px 0 7px;
	background: url(../img/bg_fwBreadcrumb_ul_li_a.png) no-repeat 0 center;
	font-size: 10px;
	text-decoration: none;
	color: #444;
}

/* @end */

#fwTitle {
	border-bottom: 2px solid #CCC;
	margin-left: 20px;
	padding-bottom: 8px;
}

#fwContentMain {
	margin-left: 20px;
	padding-top: 20px;
	
}

#fw.default #fwContentMain {
	min-height: 612px;
}

/* @group fwBottom */

#fwBottom {
	border-top: 4px solid #f5cb05;
	border-bottom: 4px solid #f5cb05;
	padding: 20px 0;
	margin: 20px 0 0 0;
	background: #cacaca url(../img/bg_fwBottom.png) repeat-x;
}

#fwBottom ul {
	height: 150px;
	padding: 0;
	margin: 0;
}

#fwBottom ul li {
	display: block;
	float: left;
	background: url(../img/bg_fwBottom_ul_li.png) no-repeat;
	padding: 0 30px;
}

#fwBottom ul li div.block {
	display: block;
	width: 185px;
	height: 150px;
}

#fwBottom h2 {
	font-size: 16px;
	margin-bottom: 13px;
	color: #444;
}

#fwBottom p {
	font-size: 12px;
	line-height: 1.5;
	color: #4e4e4e;
}

#fwBottom ul.links {
	height: auto;
	padding: 0;
}

#fwBottom ul.links li {
	float: none;
	display: block;
	background: none;
	padding: 0;
	margin: 0;
}

#fwBottom ul.links li a {
	font-size: 12px;
	line-height: 1.5;
	color: #4e4e4e;
	color: #4e4e4e;
	text-decoration: none;
	padding-right: 10px;
	background: url(../img/bg_fwBottom_ul_links_li_a.png) no-repeat right center;
}

#fwBottom ul.links li a span {
	text-decoration: underline;
}

#fwBottom ul li.produkte {
	background: none;
}

#fwBottom ul li.produkte div.block {
	background: url(../img/bg_fwBottom_ul_li_produkte.png) no-repeat right bottom;
}

#fwBottom ul li.service div.block {
	background: url(../img/bg_fwBottom_ul_li_service.png) no-repeat right bottom;
}

#fwBottom ul li.druck div.block {
	background: url(../img/bg_fwBottom_ul_li_druck.png) no-repeat right bottom;
}

#fwBottom ul li.eco div.block {
	background: url(../img/bg_fwBottom_ul_li_eco.png) no-repeat right bottom;
}

/* @end */

/* @group fwFooter */

#fwFooter {
	width: 1058px;
	margin: 0 auto;
	background: url(../img/bg_fwFooter.png) no-repeat 0 bottom;
}

#fwFooterNav {
	padding: 0 32px 32px 31px;
}

#fwFooterNav ul {
	background-color: #cbcbcb;
	padding: 0 30px 0 20px;
	height: 36px;
}

#fwFooterNav ul li {
	float: left;
	padding: 0;
}

#fwFooterNav ul li a, #fwFooterNav ul li span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #444;
	padding: 12px 10px 12px 10px;
	background: url(../img/bg_fwHead_nav_ul_li_a.png) no-repeat 0 15px;
}

#fwFooterNav ul li.c {
	float: right;
}

#fwFooterNav ul li a:hover,
#fwFooterNav ul li.current a {
	text-decoration: underline;
}

#fwFooterNav ul li:first-child a,
#fwFooterNav ul li.first a,
#fwFooterNav ul li.c span {
	background: none;
}

/* @end */

/* @group Content Elements */

.c h1,
.c h1 a {
	font-size: 26px;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

.c h2,
.c h2 a {
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
	color: #f5cb05;
	text-decoration: none;
	font-weight: normal;
}

.c p, .c li, .c a, .c div,
.c dl, .c dd, .c dt {
	font-size: 12px;
	line-height: 1.5;
	color: #4e4e4e;
}

.c p {
	margin-bottom: 13px;
}

.c a {
	color: #4e4e4e;
	text-decoration: underline;
}

.c ul {
	margin-bottom: 13px;
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 13px;
}

.c ul li {
}

/* @group Link icons */

.c a.icon {
	padding-left: 23px;
}

.c a.icon.email {
	background: url(../img/bg_a_icon_email.png) no-repeat left center;
}

/*.c a.icon.internal {}*/

.c a.icon.external {
	background: url(../img/bg_a_icon_external.png) no-repeat left center;
}

.c a.icon.file {
	background: url(../img/bg_a_icon_file.png) no-repeat left center;
}

/* @end */

/* @group News List */

.c div.news-list-container {
	padding: 20px 0 0 0;
}

.c div.news-list-item {
	background: url(../img/bg_newslistitem.png) no-repeat;
	padding: 0 0 30px 60px;
}

.c div.news-list-item h3 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.c div.news-list-item h3 span {
	font-weight: bold;
}

.c div.news-list-item h3 a {
	text-decoration: none;
}

.c div.news-list-item p {
}

.c div.news-list-item div.news-list-morelink {
}

.c div.news-list-item hr.clearer {
	display: none;
}

/* @end */

/* @group News Detail */

.c div.news-single-item h2 {
	font-size: 26px;
}

.c div.news-single-item hr.clearer {
	display: none;
}

/* @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: 300px;
} 
.csc-mailform .csc-mailform-field.csc-mailform-field-text .input textarea {
	width: 470px;
} 

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

/* @end */

/* @group table */

.c table.contenttable {
	border-collapse: collapse;
}

.c table.contenttable tr td,
.c table.contenttable tr th {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	/*border: 1px solid #EEE;*/
}

.c table.contenttable tr td {
}

.c table.contenttable tr th {
}

.c table.contenttable p.bodytext {
	margin-bottom: 0;
}

/* @end */

/* @group sitemap */

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

/* @end */

/* @group pageSearch */

#pageSearch {
	
}



/* @end */

/* @group loginPage */

#loginPage .csc-mailform-field {
	margin-top: 10px;
}

#loginPage .csc-loginform label {
	display: block;
	float: left;
	width: 100px;
}

/*
<div class="csc-loginform">
	<div class="csc-mailform-field">
		<label for="mailformuser">Benutzername:</label>
		<input type="text" name="user" id="mailformuser" size="20" value="">
	</div>
	<div class="csc-mailform-field">
		<label for="mailformpass">Passwort:</label>
		<input type="password" name="pass" id="mailformpass" size="20" value="">
	</div>
	<div class="csc-mailform-field">
		<input type="submit" name="submit" id="mailformsubmit" value="Anmelden" class="csc-mailform-submit">
	</div>
</div>
*/

/* @end */


/* @end */

/* @group .home */

#fw.home #fwTitle,
#fw.home #fwSubnav,
#fw.home #fwBreadcrumbs,
#fw.home #fwContentRight {
	display: none;
}

#fw.home #fwContent {
	margin-left: 0;
	margin-right: 0;
	border: none;
}

#fw.home #fwContentMain {
	margin-left: 0;
	padding-top: 0;
	line-height: 1;
}

/* @end */


