/* @group Basics */

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

img {
	border: 0;
}

ul {
	list-style: none;
}

i {
	display: none;
}

body {
	text-align: center;
}

.clear {
	clear: both;
}
.clearRight {
	clear: right;
}

/* @end */

#fw {
	text-align: left;
	width: 945px;
	margin: 0 auto;
}

#fwInner {
}

#fwHead, #fwBody, #fwFoot, #fwC {
	margin: 0 60px;
}

/* @group fwHead */

#fwHead {
	position: relative;
	height: 128px;
}

#fwLogo {
	position: absolute;
	top: 60px;
	left: 0px;
}
#fwLogo a {
	display: block;
	background: url(../img/bg_fwLogo.jpg) no-repeat;
	width: 115px;
	height: 28px;
}

#fwG {
	position: absolute;
	top: 0px;
	left: 157px;
}
#fwG a {
	display: block;
	background: url(../img/bg_fwG.jpg) no-repeat;
	width: 112px;
	height: 93px;
}

#fwNav {
	position: absolute;
	top: 49px;
	right: 0px;
}

/* @group fwNavMain */

#fwNavMain {
}

#fwNavMain * {
	z-index: 200;
}

/* @group Level 1 */

#fwNavMain ul {
	height: 30px;
	background: url(../img/bg_fwNavMain_ul.gif) no-repeat 8px bottom;
}
#fwNavMain ul li {
	float: left;
	position: relative;
}
#fwNavMain ul li a {
	display: block;
	padding: 0 12px 0 8px;
	line-height: 37px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #004178;
}
#fwNavMain ul li.current a {
	color: #1F82C0;
}

#fwNavMain ul li span.displayFix {
	display: none;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 34px;
	z-index: 1000;
}
#fwNavMain ul li:hover span.displayFix,
#fwNavMain ul li.hover span.displayFix {
	display: block;
}
#fwNavMain ul li span.displayFix span {
	height: 2px;
	padding: 0;
	display: block;
	position: static;
	top: auto;
	font-size: 1px;
	margin-right: 4px;
	line-height: 1px;
	background: #FFF url(../img/bg_fwNavMain_displayFix.png) no-repeat 0 0;
}
#fwNavMain ul li span.displayFix span span {
	margin-right: 0;
	background: url(../img/bg_fwNavMain_displayFix_span.png) no-repeat right 0;
}



/* @end */

/* @group Level 2 */

#fwNavMain ul li ul {
	height: auto;
	background: none;
	display: none;
	position: absolute;
	left: -20px;
	top: 34px;
	height: auto;
	background: url(../img/bg_fwNavMain_ul_li_ul.png) no-repeat 0 bottom;
	width: 180px;
	padding: 0 0 6px 0;
	z-index: 300;
}

#fwNavMain ul li.hasSub:hover ul,
#fwNavMain ul li.hasSub.hover ul {
	display: block;
}

#fwNavMain ul li ul li {
	float: none;
	position: static;
	background-image: none;
	padding: 0 5px 0 3px;
}

#fwNavMain ul li ul li.first,
#fwNavMain ul li.hasSub:hover ul li.first,
#fwNavMain ul li.hasSub.hover ul li.first {
	background: url(../img/bg_fwNavMain_ul_li_ul_li_first.png) no-repeat;
	padding-top: 5px;
}
#fwNavMain ul li.hasSub:hover,
#fwNavMain ul li.hasSub.hover {
	background: url(../img/bg_fwNavMain_ul_li.png) no-repeat 0 0;
}
#fwNavMain ul.noDropdowns li.hasSub:hover,
#fwNavMain ul.noDropdowns li.hasSub.hover {
	background: none;
}
#fwNavMain ul li.hasSub:hover ul li,
#fwNavMain ul li.hasSub.hover ul li {
	background-image: none;
}
#fwNavMain ul li.hasSub:hover a,
#fwNavMain ul li.hasSub.hover a {
	background: url(../img/bg_fwNavMain_ul_li_a.png) no-repeat right 0;
}
#fwNavMain ul.noDropdowns li.hasSub:hover a,
#fwNavMain ul.noDropdowns li.hasSub.hover a {
	background: none;
}
#fwNavMain ul li.hasSub:hover ul li a,
#fwNavMain ul li.hasSub.hover ul li a {
	background-image: none;
}

#fwNavMain ul li ul li a {
	line-height: normal;
	text-transform: none;
	display: block;
	padding: 5px;
	background-color: #FFF;
}
#fwNavMain ul li ul li a.b,
#fwNavMain ul li.hasSub ul li a.b {
	background-color: #EEE;
}
#fwNavMain ul li ul li a:hover,
#fwNavMain ul li.hasSub ul li a:hover,
#fwNavMain ul li ul li.current a,
#fwNavMain ul li ul li.current a.a,
#fwNavMain ul li ul li.current a.b {
	background-color: #eeda28;
}

/* @end */

/* @group Level 3 */

#fwNavMain ul li ul li ul,
#fwNavMain ul li.hasSub:hover ul li ul,
#fwNavMain ul li.hasSub.hover ul li ul {
	display: block;
	position: static;
	left: auto;
	top: auto;
	height: auto;
	background: none;
	width: auto;
	padding: 0;
}

#fwNavMain ul li ul li ul li {
	padding: 0;
}

#fwNavMain ul li ul li ul li a,
#fwNavMain ul li ul li.hasSub.current ul li a {
	padding-left: 15px;
	background-color: #FFF;
}

#fwNavMain ul li ul li ul li a.a,
#fwNavMain ul li ul li.hasSub ul li a.a,
#fwNavMain ul li ul li.hasSub.current ul li a.a {
	background-color: #FFF;
}
#fwNavMain ul li ul li ul li a.b,
#fwNavMain ul li ul li.hasSub ul li a.b,
#fwNavMain ul li ul li.hasSub.current ul li a.b {
	background-color: #EEE;
}
#fwNavMain ul li ul li ul li a:hover,
#fwNavMain ul li ul li.hasSub ul li a:hover,
#fwNavMain ul li ul li.hasSub.current ul li a:hover,
#fwNavMain ul li ul li ul li.current a,
#fwNavMain ul li ul li ul li.current a.a,
#fwNavMain ul li ul li ul li.current a.b,
#fwNavMain ul li ul li.current ul li.current a.a,
#fwNavMain ul li ul li.current ul li.current a.b {
	background-color: #eeda28;
}


/* @end */



/* @end */

/* @group fwNavPager */

#fwNavPager {
	position: absolute;
	left: 0;
	top: 40px;
	
	color: #1F82C0;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#fwNavPager ul {
	padding-left: 8px;
}
#fwNavPager ul li {
	float: left;
	padding-right: 10px;
	line-height: 11px;
}
#fwNavPager ul li a, #fwNavPager ul li span {
	display: block;
	width: 5px;
	height: 11px;
	line-height: 9px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
#fwNavPager ul li.left  span { background-image: url(../img/bg_fwNavpager_li_span_left.png); }
#fwNavPager ul li.right span { background-image: url(../img/bg_fwNavpager_li_span_right.png); }
#fwNavPager ul li.left  a    { background-image: url(../img/bg_fwNavpager_li_a_left.png); }
#fwNavPager ul li.right a    { background-image: url(../img/bg_fwNavpager_li_a_right.png); }



/* @end */



/* @end */

#fwBody {
	min-height: 460px;
	background-color: #00306b;
	z-index: 100;
}
#fwBody * {
	z-index: 100;
}

/* @group fwFoot */

#fwFoot {
	margin-top: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	position: relative;
	height: 33px;
}

#fwLang {
	float: left;
	margin-top: 8px;
	/*display: none;*/
}

/* @group fwLang */

#fwLang ul li {
	float: left;
}
#fwLang ul li {
	float: left;
	margin-right: 8px;
	line-height: 10px;
	display: block;
	height: 18px;
	width: 21px;
	text-align: center;
}
#fwLang ul li.current {
	background: url(../img/bg_fwLang_ul_li_current_a.jpg) no-repeat;
}
#fwLang ul li a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#fwLang ul li a:hover, #fwLang ul li.current a {
	color: #006DBD;
}

/* @end */

#fwService {
	float: right;
	margin-top: 8px;
}

/* @group fwService */

#fwService ul li {
	float: left;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #999;
	line-height: .75;
}
#fwService ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#fwService ul li.last {
	margin-left: 20px;
	padding-left: 25px;
	border-left: none;
	background: url(../img/bg_fwService_ul_li_last.gif) no-repeat left center;
}
#fwService ul li a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#fwService ul li a:hover, #fwService ul li.current a {
	color: #006DBD;
}


/* @end */

#fwC {
	margin-top: 12px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 11px;
	color: #999;
}
#fwC strong {
	color: #006DBD;
	font-weight: bold;
}

/* @end */

/* @group Content */

#fwBody * {
	text-align: justify;
}

#fwBody p, #fwBody h1, #fwBody h2, #fwBody li {
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-size: 12px;
}
#fwBody p.align-right {
	text-align: right;
}

#fwBody .grossmanG {
	vertical-align: bottom;
}

#fwBody a {
	color: #eeda28;
	text-decoration: none;
}

/* @group Contact */

.csc-mailform {
	border: none;
}

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

.csc-mailform .csc-mailform-field label {
	display: block;
	width: 70px;
	float: left;
	font-size: 12px;
	padding-top: 3px;
	text-transform: uppercase;
}

.csc-mailform .csc-mailform-field.csc-mailform-field-check {
	padding: 20px 0;
}
.csc-mailform .csc-mailform-field.csc-mailform-field-check input {
	float: left;
}
.csc-mailform .csc-mailform-field.csc-mailform-field-check label {
	float: none;
	margin-left: 20px;
	font-size: 11px;
	text-transform: none;
	width: auto;
}

.csc-mailform .csc-mailform-field textarea {
	margin-top: 20px;
	margin-left: -70px;
	width: 360px;
	height: 120px;
}

/* @end */

/* @group timeline */

.timeline {
	background: url(../img/bg_timeline.gif) no-repeat 0 0;
	clear: both;
}
.timeline ul {
	height: 70px;
	position: relative;
}
.timeline ul li {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
#fwBody .timeline ul li a {
	display: block;
	padding-top: 50px;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	/*color: #666;*/
}
#fwBody .timeline ul li.current a,
#fwBody .timeline ul li a:hover {
	background: url(../img/bg_timeline_current_a.gif) no-repeat center top;
	color: #eeda28;
}

/* @end */

/* @end */

/* @group Layouts */

.content2 {
	border-top: 3px solid #FFF;
}

/* @group 1 Home */

#fwBody.contentHome {
	padding-bottom: 15px;
	background-color: #000;
	min-height: 0;
}

#fwBody.contentHome .content1 * {
	text-align: right;
}

.contentHome .content1 {
	text-align: right;
	color: #FFF;
	padding: 24px 25px 0px 25px;
	background: #050707 url(../img/bg_contentHome_content1.jpg) no-repeat left bottom;
}
#fwBody.contentHome .content1 p {
	line-height: 17px;
}
#fwBody.contentHome .content1 h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.contentHome .content2 {
	padding: 15px 0px;
	border-bottom: 3px solid #FFF;
	background: #2281bf url(../img/bg_contentHome_content2.jpg) repeat-x;
}
.contentHome .content2 h1, .contentHome .content2 p {
	padding-left: 35px;
}
#fwBody.contentHome .content2 h1 {
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1;
}
#fwBody.contentHome .content2 p {
	color: #999;
	line-height: 1.25;
	font-size: 14px;
}

/* @group homeImages */

#homeImages {
	border-top: 1px solid #999;
	padding: 15px 25px 0 35px;
	position: relative;
	height: 108px;
}
#homeImages ul {
	height: 118px;
	overflow: hidden;
}
#homeImages ul li {
	float: left;
	margin-right: 40px;
}
#homeImages h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
#homeImages h2.pos1 { background-image: url(../img/bg_homeImages_h2_pos1.png); }
#homeImages h2.pos2 { background-image: url(../img/bg_homeImages_h2_pos2.png); }
#homeImages h2.pos3 { background-image: url(../img/bg_homeImages_h2_pos3.png); }
#homeImages h2.pos4 { background-image: url(../img/bg_homeImages_h2_pos4.png); }
#homeImages h2.pos5 { background-image: url(../img/bg_homeImages_h2_pos5.png); }
#homeImages h2.pos6 { background-image: url(../img/bg_homeImages_h2_pos6.png); }
#homeImages h2.pos7 { background-image: url(../img/bg_homeImages_h2_pos7.png); }
#homeImages h2.pos8 { background-image: url(../img/bg_homeImages_h2_pos8.png); }

/* @group jCarousel */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 102;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 101;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 161px;
    height: 140px;
}
.jcarousel-next {
    z-index: 103;
    display: none;
}

.jcarousel-prev {
    z-index: 103;
    display: none;
}

.jcarousel-skin-referencesSlider {
	position: absolute;
	top: 0;
	left: 0;
}

.jcarousel-skin-referencesSlider.initialPadding {
	padding: 10px 0 0 35px;
}

.jcarousel-skin-referencesSlider {
	position: absolute;
}

.jcarousel-skin-referencesSlider .jcarousel-container {
	position: relative;
}

.jcarousel-skin-referencesSlider .jcarousel-container-horizontal {
	width: 764px;
    height: 140px;
}

.jcarousel-skin-referencesSlider .jcarousel-clip-horizontal {
	position: relative;
	left: 35px;
	top: 10px;
	width: 764px;
	height: 160px;
	overflow: hidden;
}

.jcarousel-skin-referencesSlider .jcarousel-item {
	display: block;
	height: 140px;
}

.jcarousel-skin-referencesSlider .jcarousel-item-horizontal {
    width: 161px;
    height: 140px;
}
.jcarousel-skin-referencesSlider .jcarousel-item-horizontal a {
	display: block;
    width: 161px;
    height: 140px;
    text-align: center;
}

.jcarousel-skin-referencesSlider .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-referencesSlider .jcarousel-next-horizontal {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 10px;
    height: 26px;
    cursor: pointer;
    background: transparent url(img/shopslider-next.png) no-repeat 0 0;
}

.jcarousel-skin-referencesSlider .jcarousel-prev-horizontal {
    position: absolute;
    top: 21px;
	left: 10px;
    width: 10px;
    height: 26px;
    cursor: pointer;
    background: transparent url(img/shopslider-prev.png) no-repeat 0 0;
}



/* @end */

/* @end */

/* @end */

/* @group 2 Aktuelles */

#fwBody.contentAktuelles {
	background: #004178 url(../img/bg_contentAktuelles.jpg) repeat-x;
	/*background-color: #1A171B;*/
}

.contentAktuelles .content1 {
	color: #FFF;
	padding: 0px 150px 25px 0;
}

.contentAktuelles .content1 p,
.contentAktuelles .content1 h1,
.contentAktuelles .content1 h2 {
	padding-left: 30px;
}

.contentAktuelles .csc-header {
	padding-top: 40px;
	float: left;
}
#fwBody.contentAktuelles .csc-header * {
	font-size: 12px;
	line-height: 14px;
	padding-right: 10px;
	float: left;
}
#fwBody.contentAktuelles .csc-header p {
	color: #EEDA26;
	font-weight: bold;
	background: url(../img/line_white.gif) no-repeat -975px 10px;
}
#fwBody.contentAktuelles .csc-header h1,
#fwBody.contentAktuelles .csc-header h2 {
	font-weight: normal;
	clear: right;
}
#fwBody.contentAktuelles .aktuellesContent {
	clear: both;
}

/*#fwBody.contentAktuelles .csc-header h1 {
	color: #EEDA26;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-right: 10px;
	background: url(../img/line_white.gif) no-repeat -975px 10px;
}*/
#fwBody.contentAktuelles h2 {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

/* @end */

/* @group 3 Historie */

#fwBody.contentHistorie {
	padding: 120px 0 0 0;
	background-color: #FFF;
	min-height: 343px;
}

#fwBody.contentHistorie .content1 * {
	text-align: left;
}
#fwBody.contentHistorie .content1 {
	width: 440px;
}
.contentHistorie .content1 p {
	line-height: 1.5;
	font-size: 12px;
	color: #666;
}
.contentHistorie .content1 i {
	color: #1F82C0;
	display: inline;
	font-style: normal;
}


.contentHistorie .content2 {
	border-top: none;
	float: right;
	width: 347px;
}

/* @group timeline */

#timelineHistorie #nav32 { left: 10px; } /* 1863 */
#timelineHistorie #nav31 { left: 175px; } /* 1887 */
#timelineHistorie #nav30 { left: 285px; } /* 1911 */
#timelineHistorie #nav29 { left: 445px; } /* 1946 */
#timelineHistorie #nav28 { left: 625px; } /* 1984 */
#timelineHistorie #nav27 { left: 782px; } /* heute */



/* @end */

/* @end */

/* @group 4 Standard */

.contentStandard .content2 {
	padding: 25px 0px 10px 0;
	background: #003366 url(../img/bg_contentStandard1_content2.jpg) repeat-x;
}
.contentStandard .content2 h1,
.contentStandard .content2 h2,
.contentStandard .content2 p {
	padding-left: 25px;
	padding-right: 25px;
	color: #FFF;
}

#fwBody.contentStandard .content1 p {
	margin: 0;
	line-height: 0;
}

.contentStandard .content2 i {
	display: inline;
	font-style: normal;
	color: #eeda28;
}

/* @group 4.1 (Produktion, Zertifikate) */

#fwBody.contentStandard1 {
	min-height: 480px;
	background-color: #004073;
}

#fwBody.contentStandard1 .content2 {
	min-height: 300px;
	padding-top: 15px;
}

#fwBody.contentStandard1 .content2 h2 {
	
}

#fwBody.contentStandard1 h1 {
	/*color: #666;*/
	border-bottom: 1px solid #81a2d2;
	padding-left: 270px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

/* @group #werkstoffe */

#werkstoffe {
	padding: 0 50px 30px 50px;
}
#werkstoffe table {
	margin-top: 30px;
	/*width: 100%;*/
}
#werkstoffe table tr th {
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	color: #eeda28;
	font-weight: normal;
	vertical-align: bottom;
}
#werkstoffe table tr td {
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	border-spacing: 15px;
	font-size: 11px;
	white-space: nowrap;
}
#werkstoffe table tr td.spacer {
	padding: 0;
	background: none;
	width: 15px;
}

#fwBody #werkstoffe table tr th,
#fwBody #werkstoffe table tr td {
	text-align: left;
}

#fwBody #werkstoffe table tr th p, #fwBody #werkstoffe table tr td p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group #zertifikate */

#zertifikate {
	height: 300px;
	padding: 0 75px 0 75px;
}
#zertifikate table {
	margin-top: 5px;
	width: 100%;
}
#zertifikate table tr th {
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	color: #eeda28;
	font-weight: normal;
}
#zertifikate table tr td {
	padding: 10px 30px 10px 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	border-spacing: 15px;
}
#zertifikate table tr td.spacer {
	padding: 0;
	background: none;
	width: 15px;
}

#zertifikate table tr td p {
	padding: 0;
	text-align: left;
	line-height: 1.25;
}

/* @end */



/* @end */

/* @group 4.2 (Anlagen) */

#fwBody.contentStandard2 {
	min-height: 480px;
	background-color: #00477F;
}

#fwBody.contentStandard2 .content2 {
	padding-top: 15px;
}
#fwBody.contentStandard2 .content2 * {
	text-align: left;
}

.content2Box {
	height: 180px;
	background: url(../img/header_trenner.gif) no-repeat 0 25px;
	padding: 0 100px 0 315px;
}
.contentStandard2 .content2BoxInner {
}
#fwBody.contentStandard2 .content2BoxInner p {
	padding-left: 0;
	line-height: 1.75;
}
#fwBody.contentStandard2 .content2BoxInner h1 {
	padding-left: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

#fwBody.contentStandard2 table tr td {
	vertical-align: top;
	padding: 0;
}

/* @group timeline */

.contentStandard2 .timeline {
	background: url(../img/bg_timeline_anlagen.gif) no-repeat 0 0;
	margin: 0 20px;
	clear: both;
}

#fwBody.contentStandard2 .timeline ul li a {
	color: #FFF;
}

#fwBody.contentStandard2 .timeline ul li.current a,
#fwBody.contentStandard2 .timeline ul li a:hover {
	color: #eeda28;
}

#timelineAnlagen #nav43 { left: 10px; } /* Modellbau */
#timelineAnlagen #nav42 { left: 98px; } /* Kernmacherei */
#timelineAnlagen #nav41 { left: 208px; } /* Formerei */
#timelineAnlagen #nav40 { left: 286px; } /* Schmelzbetrieb */
#timelineAnlagen #nav39 { left: 406px; } /* Putzerei */
#timelineAnlagen #nav38 { left: 480px; } /* mechanische Bearbeitung */
#timelineAnlagen #nav37 { left: 666px; } /* Qualitätssicherung */

.en #timelineAnlagen #nav43 { left: 10px; } /* Modellbau */
.en #timelineAnlagen #nav42 { left: 117px; } /* Kernmacherei */
.en #timelineAnlagen #nav41 { left: 214px; } /* Formerei */
.en #timelineAnlagen #nav40 { left: 317px; } /* Schmelzbetrieb */
.en #timelineAnlagen #nav39 { left: 440px; } /* Putzerei */
.en #timelineAnlagen #nav38 { left: 563px; } /* mechanische Bearbeitung */
.en #timelineAnlagen #nav37 { left: 666px; } /* Qualitätssicherung */


/* @end */



/* @end */

/* @group 4.3 NICHT VERWENDET */



/* @end */

/* @group 4.4 Konverter */

.contentStandard4 .content2 {
	background-color: #FFF;
	background-image: none;
}

#fwBody.contentStandard4 p {
	color: #666;
	padding-left: 0;
	padding-right: 0;
}

#fwBody.contentStandard4 h1 {
	color: #666;
	border-bottom: 1px solid #666;
	padding-left: 405px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: normal;
}

#fwBody.contentStandard4 h1 b {
	font-weight: bold;
}

#fwBody.contentStandard4 i {
	font-weight: normal;
	font-style: normal;
	color: #1F82C0;
}

/* @end */

/* @group 4.5 Referenzen */

#fwBody.contentStandard5 {
	margin-left: 0;
	background-color: #FFF;
	min-height: 480px;
}
#fwBody.contentStandard5 .content1 {
	margin-left: 60px;
	border-bottom: 3px solid #FFF;
}
#fwBody.contentStandard5 .content2 {
	border-top: none;
	padding-top: 0;
	min-height: 375px;
}
#fwBody.contentStandard5 .content2Inner {
	min-height: 360px;
	background: url(../img/header_trenner.gif) no-repeat 35px 52px;
}

#fwBody.contentStandard5 .content2 h1 {
	font-weight: normal;
	font-size: 14px;
}
#fwBody.contentStandard5 .content2 h1 b {
	font-weight: bold;
}

#fwBody.contentStandard5 .content2 .imageLeft {
	background: url(../img/line_white.gif) repeat-y -905px 0;
	width: 413px;
	float: left;
	height: 385px;
	padding: 0 0 0 0;
	margin-left: -35px;
	overflow: hidden;
}

#fwBody.contentStandard5 .content2 .textRight {
	margin-left: 370px;
	padding: 25px 0 0 0;
}

/* @end */

/* @group 4.6 Kunden */

#fwBody.contentStandard6 {
	min-height: 480px;
}

.contentStandard6 .content1wrap {
	height: 337px;
}

.contentStandard6 .content1 {
	padding: 25px 0px 10px 0;
	background: #00306b url(../img/bg_contentStandard1_content2.png) repeat-x;
}
#fwBody.contentStandard6 .content1 h1, #fwBody.contentStandard6 .content1 p {
	color: #FFF;
	text-align: right;
	padding-right: 35px;
}
#fwBody.contentStandard6 .content1 h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
#fwBody.contentStandard6 .content1 p {
}

.contentStandard6 .content2 {
	padding: 0;
}
#fwBody.contentStandard6 .content2 p {
	padding: 0;
	line-height: 0;
}

/* @group referenzen */

#referenzen {
	padding: 35px 75px 35px 75px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
}
#referenzen table {
	width: 100%;
}
#referenzen table tr th {
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
#referenzen table tr td {
	padding: 10px 30px 10px 10px;
	/*background: #20629d url(../img/bg_contentStandard2_content2BoxInner.png) repeat-x;*/
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	border-spacing: 15px;
}
#referenzen table tr td.spacer {
	padding: 0;
	background: none;
	width: 15px;
}



/* @end */



/* @end */

/* @end */

/* @group 5 Kunden */



/* @end */

/* @group 6 Kontakt */

#fwBody.contentKontakt {
	background: #00306b url(../img/bg_contentStandard1_content2.jpg) repeat-x;
	
	padding: 35px 60px;
	color: #FFF;
}

#fwBody.contentKontakt a {
	color: #FFF;
}

#fwBody.contentKontakt .content1 {
	float: left;
	width: 400px;
}

#fwBody.contentKontakt .content2 {
	margin-top: 30px;
	margin-left: 450px;
	border-top: none;
}

#fwBody.contentKontakt .content2 p {
	font-size: 13px;
}

#fwBody.contentKontakt .content2 h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
#fwBody.contentKontakt .content2 h2 {
	font-size: 15px;
	font-weight: normal;
}

#fwBody.contentKontakt .content2 table {
	margin-top: ;
	width: 100%;
}
#fwBody.contentKontakt .content2 table tr td {
	vertical-align: top;
}
#fwBody.contentKontakt .content2 table tr td p {
	font-size: 11px;
}

/* @end */

/* @group 7 Service */

#fwBody.contentService {
	margin-top: 45px;
	background-color: #FFF;
	min-height: 418px;
}
#fwBody.contentService .content1 {
	float: left;
	width: 230px;
}
#fwBody.contentService .content1 * {
	font-size: 11px;
}

#fwBody.contentService .content2 {
	margin-left: 240px;
	border-top: none;
}

#fwBody.contentService .content1,
#fwBody.contentService .content2 {
	color: #4D4D4D;
}

#fwBody.contentService.servicepartner .content1 p,
#fwBody.contentService.servicepartner .content2 p {
	margin-bottom: 25px;
}

#fwBody.contentService .content1 ul,
#fwBody.contentService .content2 ul {
	margin-bottom: 25px;
}

#fwBody.contentService .content1 h1,
#fwBody.contentService .content2 h1 {
	font-size: 18px;
	font-weight: normal;
	color: #1F82C0;
}
#fwBody.contentService .content1 a,
#fwBody.contentService .content2 a {
	color: #4D4D4D;
	text-decoration: underline;
}

#fwBody.contentService .content1 i,
#fwBody.contentService .content2 i {
	color: #1F82C0;
	display: inline;
	font-style: normal;
}

#fwBody.contentService .content1 i a,
#fwBody.contentService .content2 i a {
	color: #1F82C0;
}

#fwBody.contentService .content1 ul,
#fwBody.contentService .content2 ul {
	list-style: disc;
	padding-left: 16px;
}

#fwBody.contentService.serviceJobs .content1 ul li,
#fwBody.contentService.serviceJobs .content2 ul li {
	margin-bottom: 0;
}

#fwBody.contentService .content1 table tr td,
#fwBody.contentService .content2 table tr td {
	vertical-align: top;
}

#fwBody.contentImprint .content2 table tr td p {
	font-size: 11px;
}
#fwBody.contentImprint .content2 table tr td p i {
	font-size: 12px;
}

#fwBody.contentService.serviceVideo {
	margin-top: 0;
}

/* @end */



/* @end */

/* @group TYPO3 Frontend Editing */

table.typo3-editPanel {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #abbbb4;
}
div.contentHome div.csc-frame-frame2 {
	display: block;
	padding: 20px;
	border: 2px solid #333;
	background-color: #FF7F00;
}
a.typo3-csh-link {
	display: none;
}
div.editorWrap div.toolbar ul,
#fwBody div.editorWrap div.toolbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div.editorWrap div.toolbar ul li,
#fwBody div.editorWrap div.toolbar ul li {
	line-height: normal;
	margin: 0;
}

/* @end */
