* {
	padding: 0;
	margin: 0;
}

body, body.wide {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	background: #3e3d3d url(../images/bg/schatten_unten.gif) repeat-y top center;
	margin: 0;
	padding: 0;
}


/* IE Hack für den Hintergrund - Teil 1 - */
* html body {
	background: #3e3d3d url(../images/bg/schatten_unten_ie.gif) repeat-y top center;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
}

body.wide {
	background: #3e3d3d url(../images/bg/schatten_unten_wide.gif) repeat-y top center;
}

* html body.wide {
	background: #3e3d3d url(../images/bg/schatten_unten_wide_ie.gif) repeat-y top center;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
}


body.start {
	background: none;
	background-color: #3d3d3d;
}




#verlauf {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg/verlauf_bg.gif) repeat-x;
}

#topSchatten, #topSchatten_wide {
	background: url(../images/bg/bg_top.gif) no-repeat top center;
	height: 580px;
}

/* IE Hack für den Hintergrund - TEIL 2 - */
* html #topSchatten, * html #topSchatten_wide {
	background: url(../images/bg/bg_top.gif) no-repeat top center;
	height: 580px;
	width: 850px;
}

#topSchatten_wide, * html #topSchatten_wide {
	background: url(../images/bg/bg_top_wide.gif) no-repeat top center;
}



/* Ende der Startseite */
.home_end {
    background: url(../images/bg/schatten_unten_start.gif) bottom center no-repeat;
	width: 855px;
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #000;
}

* html .home_end {
    background: url(../images/bg/schatten_unten_start_ie.gif) bottom center no-repeat;
	width: 856px;
	padding: 0;
}



.clear_noline {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

img {
	border: none;
}


.testborder {
	border: 1px solid #FF0000;
}
/*
img.textbild {
	border: 1px solid #cacaca;
	margin: 2px 10px 4px 0;
	padding: 1px;
	float:left;
}
*/

a:link {color: #cbcbcb; text-decoration:none;}
a:active {color: #ff9735; text-decoration:none;}
a:visited {color: #cbcbcb; text-decoration:none;}
a:hover {color:#ff9735; text-decoration:none;}

a.active:link, a.active:active, a.active:visited, a.active:hover {
	color: #ff9735;
}


a.navi {
	font-size: 11px;
}

a.metanavi {
	font-size: 10px;
}



/* Platzhalter für Navipunkte */
span.navi {
	padding: 0 93px 0 0;
	margin: 0 auto;
}


/***** GRUNDGERÜST *****/
#container {
	width: 833px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto; /* auto ist für FireFox - um mittig zu zentrieren */
	padding: 0;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}

#head {
	width: 833px;
	height: 126px;
	background:url(../images/bg/head.gif) no-repeat center;
	text-align: left;
	margin: 0 auto;
	border-bottom: 4px solid #ffffff;
}

.main_logo {
	width: 162px;
	height: 48px;
	position: relative;
	top: 19px;
	right: 35px;
	float:right;
}

.footer {
	color: #9e9e9e;
/*	border-top: 1px solid #cbcbcb; */
	height: 30px;
}


/*** MetaNavi ***/
/*
.meta_navi_last{
	position: relative;
	top: 8px;
	left: 227px;
	height: 18px;
	width: 463px;
}
*/

.meta_navi{
	padding: 8px;
	float:left;
	height: 18px;
}

.meta_navi form { float:left; display:inline; }

/*** PathNavi ***/
#pathnavi, #pathnavi_wide {
	padding: 0 0 0 1px;
	margin: 0 auto;
	height: 15px;
	width: 487px;
	color: #999999;

}

#pathnavi_wide {
	width: 649px;
}


/*** MainNavi ***/
.main_navi {
	position: relative;
	top: 45px;
	left: 0px;
	/*
	top: 77px;
	left: 35px;
	*/
}

table.main_navi_table {
	width: 833px;
	text-align: center;
	padding: 0;
	margin: 0;
/*	border: 1px solid #FF0000; */
}

input.quicksearch {
	width: 74px;
	height: 9px;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 9px;
}


input.quicksearch_button {
	padding: 0 7px 0 0px;
}



/* Abstände */
.right_4 {
	margin-right: 4px;
}

.right_5 {
	margin-right: 5px;
}

.right_10 {
	margin-right: 10px;
}

.top_8 {
	margin-top: 8px;
}

.top_12 {
	margin-top: 12px;
}

.top_14 {
	margin-top: 14px;
}

.top_20 {
	margin-top: 20px;
}

.top_30 {
	margin-top: 30px;
}

.bottom_4 {
	margin-bottom: 4px;
}

.bottom_5 {
	margin-bottom: 5px;
}

.bottom_10 {
	margin-bottom: 10px;
}

.bottom_20 {
	margin-bottom: 20px;
}

.left_14 {
	margin-left: 14px;
}

span.abstand {
	vertical-align: super;
}

.both {
	margin-bottom: 6px;
	padding-top: 8px;
	width: 488px;
}

* html .both {
	margin-bottom: 4px;
	padding-top: 8px;
	width: 488px;
}


/***** Hauptbox *****/
#mainbox_start, #mainbox {
	width: 833px;
	float: left;
	color: #000000;
	margin: 0 auto;
	padding: 0;
}

#mainbox_start {
	background-color: #ffffff;
	border-bottom: 4px solid #ffffff;
}

#mainbox_start select {
	width: 256px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left: 0px;
	top: 4px;
}

#mainbox {
	background:url(../images/bg/content.gif) repeat-y;
	background-color: none;
}

#mainbox_wide {
	background:url(../images/bg/content_wide.gif) repeat-y;
	background-color: none;
}


/** Headbereiche **/
.head_start {
	width: 833px;
	height: 248px;
/*	background-image:url(../images/head_start.jpg); */
}


/** Teaserboxen **/
.start_teaser_bottom {
	width: 273px;
	height: 193px;
	border: 1px solid #acacac;
	margin-top: 4px;
	color: #444444;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.start_teaser_logo_table {
	width: 272px;
	height: 33px;
	text-align: center;
	vertical-align:top;
	padding: 0;
	margin: 4px 0 0 0;
}



.teaser_middle {
	width: 272px;
}


.logos {
	padding: 0 8px 0 8px;
}

.start_teaser_text {
	padding: 7px 7px 4px 7px; /* früher oben 26px */
	width: 253px;
/*	height: 43px; */
}
/*
* html .start_teaser_text {
	padding: 26px 0 0 7px;
	width: 260px;
	height: 46px;
}
*/

a.start_teaser, a.start_teaser:visited, a.start_teaser:active {
	color: #777777;
}

a.start_teaser:hover {
	color: #ff9735;
}




#start_teaser_right_OLD_______________________________________________________________________ {
	position:relative;
	left: 557px; /* 569px --> maring-left für innere Boxen = 12px */
	top: 0px;
	width: 276px;
	height: 248px;
	color:#acacac;

	/*
	background-image:url(../../images/bg/grey_transparent.png);
	padding: 20px 0 0 20px;
	*/
	/*border: 1px dotted #948830;*/
}



#start_teaser_right {
	position:absolute;
	top: 130px;
	margin-left: 558px;
	width: 275px;
	height: 248px;
	color:#acacac;
	background-color: #3d3d3d;
}

#start_teaser_right a {
	font-weight: bold;
	font-size: 11px;
}


/* breiter Teaser */
#teaser_wide {
	width: 486px;
	/*height: 142px;*/
	border: 1px solid #acacac;
	margin-top: 4px;
	color: #444444;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#teaser_wide .teaser_text {
	padding: 10px 0 8px 8px;
}

#teaser_wide table.teaser_logo_table {
	width: 486px;
	height: 0px; /* eigtl. 35px */
	text-align: center;
	vertical-align:top;
	padding: 0;
	margin: 3px 0 3px 0;
	line-height:0px;
}


/* normaler Teaser */
#teaser_normal, #teaser_normal2 {
	width: 237px;
/*	height: 142px; */
	border: 1px solid #acacac;
	margin-top: 4px;
	color: #444444;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#teaser_normal .teaser_text, #teaser_normal2 .teaser_text {
	padding: 7px 8px 0px 8px; /* früher oben 16px */
	height: 48px;
}

#teaser_normal table.teaser_logo_table, #teaser_normal2 table.teaser_logo_table {
	width: 237px;
	height: 0px; /* eigtl. 35px */
	line-height: 0px; /* TEST */
	text-align: center;
	vertical-align:top;
	padding: 0;
	margin: 3px 0 3px 0;
}

/* WILL EINFACH NICHT DEN CONTENT-P ÜBERSCHREIBEN
#teaser_normal p, #teaser_normal2 p{
	padding-bottom: 0px;
	background-color: #00FF99;
}
*/

.acacac {
	color: #acacac;
}


.cccccc {
	color: #cccccc;
}


.start_teaser_padding {
	padding: 8px 0 8px 12px;
	height: 90px;
}

* html .start_teaser_padding {
	padding: 8px 0 8px 12px;
	height: 94px;
}

.start_teaser_padding2 {
	padding: 8px 0 8px 12px;
}


/* rahmen für produktnavi, content und rechte box */
#body_part {
	width: 833px;
	margin: 0;
	border-top: 4px solid #ffffff;
/*
	margin: 4px 0 0 0;
	background:url(../images/bg/content.gif) repeat-y;
*/
}

/** html #body_part {
	width: 833px;
	margin: -4px 0 0 0;

	margin: 0;
	border-top: 1px solid #ffffff;
	background:url(../images/bg/content.gif) repeat-y;

}
*/

/* Produktnavi */
#productnavi {
	padding: 31px 0 0 0;
	margin: 0 4px 0 0;
	background:none;
	width: 164px;
	font-size: 11px;
	line-height: 14px;
}

#productnavi #layer1{
	padding: 0;
	margin: 0 0 0 8px;
	border-bottom: 1px solid #7d7d7d;
	/*border: 1px dotted #FF9900;*/
	/*background-color: #7d7d7d;*/
}

#productnavi #layer1_top_margin {
	padding: 0;
	margin: 17px 0 0 8px;
	/*border: 1px dotted #FF9900;*/
	border-bottom: 1px solid #7d7d7d;
}


#productnavi #layer2{
	padding: 0;
	padding-bottom: 1px;
	margin: 0 0 0 8px;
	border-bottom: 1px solid #7d7d7d;
}

#productnavi #layer3{
	padding: 0; /* old padding: 0 0 0 16px;  */
	padding-bottom: 1px;
	margin: 0 0 0 8px;
	list-style: none;
	border-bottom: 1px solid #7d7d7d;
	/*background-color: #7d7d7d;*/
}



/* Ebene 1-3 LINKS */
#productnavi a {
	padding-left: 3px;
	display: block;
	margin-top: 1px;
}

#productnavi a:hover, #productnavi a:active {
	background-color:#7d7d7d;
	display: block;
	margin-top: 1px;
}

#productnavi a.active:hover, #productnavi a.active:link, #productnavi a.active:active {
	background-color: none;
	display: block;
	margin-top: 1px;
}


#layer1 a, #layer1_top_margin a, #layer1 a:hover, #layer1_top_margin a:hover, #layer1 a:active, #layer1_top_margin a:active, #layer1 a.active, #layer1_top_margin a.active, #layer1 a.active:hover, #layer1_top_margin a.active:hover, #layer1 a.active:active, #layer1_top_margin a.active:active, #layer1 a.active:link, #layer1_top_margin a.active:link {
	margin-bottom: 1px;
}

/* Ebene 2 LINKS */
#layer2 a {
	padding-left: 12px;
	background: url(../images/icons/li_grey.gif) no-repeat left;
	display: block;
	width: 144px;
	margin-top: 1px;
}

#layer2 a:hover, #layer2 a:active, #layer2 a.active:hover, #layer2 a.active:active {
	padding-left: 12px;
	background: url(../images/icons/li_orange.gif) no-repeat left;
	background-color:#7d7d7d;
	width: 144px;
	display: block;
	margin-top: 1px;
}

#layer2 a.active {
	padding-left: 12px;
	background: url(../images/icons/li_orange_active.gif) no-repeat left;
	background-color: none;
	width: 144px;
	display: block;
	margin-top: 1px;
	color: #ff9735;
}


/* Ebene 3 LINKS */
#layer3 a {
	padding-left: 18px;
	display: block;
	width: 138px;
	margin-top: 1px;
}

#layer3 a:hover, #layer3 a:active, #layer3 a.active:hover, #layer3 a.active:active {
	padding-left: 18px;
	background-color:#7d7d7d;
	width: 138px;
	display: block;
	margin-top: 1px;
}

#layer3 a.active {
	padding-left: 18px;
	background-color: none;
	width: 138px;
	display: block;
	margin-top: 1px;
	color: #ff9735;
}





/* RightBox */
#rightbox {
	padding: 31px 8px 0 8px;
	margin: 0 0 0 4px;
	width: 149px;
	color: #acacac;
	font-size: 11px;
}

#rightbox a {
	margin-left: 5px;
	display: block;
	width: 124px;
}

#rightbox a.img {
	margin-left: 0px;
}

#rightbox img {
	border: none;
	padding: 4px 0 4px 0;
	margin: 0;
}

#rightbox a.announcement, #rightbox span.announcement {
	color: #cbcbcb;
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/announcement.gif) no-repeat left;
}

#rightbox a.announcement:hover, .a.announcement:active {
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/announcement_on.gif) no-repeat left;
}


#rightbox a.brochure, #rightbox span.brochure {
	color: #cbcbcb;
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/brochure.gif) no-repeat left;
}

#rightbox a.brochure:hover, .a.brochure:active {
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/brochure_on.gif) no-repeat left;
}


#rightbox a.catalogue, #rightbox span.catalogue {
	color: #cbcbcb;
	padding-left: 21px;
	margin-left: 2px;
	background: url(../images/icons/catalogue.gif) no-repeat left;
}

#rightbox a.catalogue:hover, .a.catalogue:active {
	padding-left: 21px;
	margin-left: 2px;
	background: url(../images/icons/catalogue_on.gif) no-repeat left;
}

#rightbox a.tech_data, #rightbox span.tech_data {
	color: #cbcbcb;
	padding-left: 23px;
	margin-left: 0px;
	background: url(../images/icons/tech_data.gif) no-repeat left;
}

#rightbox a.tech_data:hover, .a.tech_data:active {
	padding-left: 23px;
	margin-left: 0px;
	background: url(../images/icons/tech_data_on.gif) no-repeat left;
}

#rightbox a.regard, #rightbox span.regard {
	color: #cbcbcb;
	padding-left: 19px;
	margin-left: 4px;
	background: url(../images/icons/regard.gif) no-repeat left;
}

#rightbox a.regard:hover, .a.regard:active {
	padding-left: 19px;
	margin-left: 4px;
	background: url(../images/icons/regard_on.gif) no-repeat left;
}

#rightbox a.glue, #rightbox span.glue {
	color: #cbcbcb;
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/glue.gif) no-repeat left;
}

#rightbox a.glue:hover, .a.glue:active {
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/glue_on.gif) no-repeat left;
}

#rightbox a.clean_care, #rightbox span.clean_care {
	color: #cbcbcb;
	padding-left: 19px;
	margin-left: 4px;
	background: url(../images/icons/clean_care.gif) no-repeat left;
}

#rightbox a.clean_care:hover, .a.clean_care:active {
	padding-left: 19px;
	margin-left: 4px;
	background: url(../images/icons/clean_care_on.gif) no-repeat left;
}



#rightbox .download {
	width: 73px;
	margin: 0;
	padding: 0;
}

#rightbox a.downloadbutton {
	margin-left: 0px;
	width: 73px;
}

#rightbox .subarrow {
	padding-left: 19px;
	margin-left: 4px;
	background: url(../images/icons/subarrow.gif) no-repeat left;
}

* html #rightbox .subarrow {
	padding-left: 19px;
	margin-left: 2px;
	background: url(../images/icons/subarrow.gif) no-repeat left;
}

#rightbox .last {
	height: 20px;
}




#rightbox a.contact {
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/arrow_small.gif) no-repeat left;
}

#rightbox a.contact:hover, .a.contact:active {
	padding-left: 18px;
	margin-left: 5px;
	background: url(../images/icons/arrow_small_on.gif) no-repeat left;
}

#rightbox .more_downloads {
	text-align:right;
	padding-top: 2px;
}
#rightbox a.more_downloads {
	padding-left: 18px;
	margin-left: 5px;
}

#rightbox a.more_downloads:hover, .a.more_downloads:active {
	padding-left: 18px;
	margin-left: 5px;
}

#rightbox .arrow {
	color: #9e9e9e;
}


#rightbox .lines {
	width: 149px;
}


#rightbox span.headline {
	background: #676767;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight:light;
	padding-right: 5px;
	margin: 0 auto;
}


.highlight_subtitle {
	color: #ff9735;
	font-style:italic;
}



/***** CONTENT ******/
#content, #content_wide {
	padding: 0;
	margin: 0 4px 0 4px;
	width: 488px;
	color: #444444;
	font-size: 11px;
}

#content_wide {
	width: 650px;
}

#content p, #content_wide p {
	padding-bottom: 13px;
}


#content a, #content_wide a {
	color: #444444;
}

#pathnavi a, #pathnavi_wide a {
	color: #999999;
}

#content a:hover, #pathnavi a:hover, #pathnavi a.active, #pathnavi_wide a:hover, #pathnavi_wide a.active, #content_wide a:hover {
	color: #ff9735;
}



#content a.print, #content_wide a.print {
	padding-left: 17px;
	margin-left: 3px;
	background: url(../images/icons/print.gif) no-repeat left;
}

#content a.print:hover, .a.print:active, #content_wide a.print:hover {
	padding-left: 17px;
	margin-left: 3px;
	background: url(../images/icons/print_on.gif) no-repeat left;
}


#content a.mail, #content_wide a.mail {
	padding-left: 16px;
	margin-left: 7px;
	background: url(../images/icons/mail.gif) no-repeat left;
}

#content a.mail:hover, .a.mail:active, #content_wide a.mail:hover {
	padding-left: 16px;
	margin-left: 7px;
	background: url(../images/icons/mail_on.gif) no-repeat left;
}




#content a.regards {
	padding-left: 18px;
	margin-left: 5px;
	color: #444444;
	background: url(../images/icons/arrow_small_on.gif) no-repeat left;
}

#content a.regards:hover, .a.regards:active {
	padding-left: 18px;
	margin-left: 5px;
	color: #ff9735;
	background: url(../images/icons/arrow_small_on.gif) no-repeat left;
}

#content .regards {
	width: 125px;
}




.border_bottom {
	border-bottom: 1px solid #7d7d7d;
}

.border_bottom_dark {
	border-bottom: 1px solid #727272;
}

.border_both {
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}

/*
select.start1 {
	width: 107px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left: 6px;
	top: 0px;
}


select.start2 {
	left: 10px;
}
*/

.main_content {
	width: 488px;
	margin: 16px 0 0 0;
	padding: 0;
}

#content_wide .main_content {
	width: 650px;
	margin: 16px 0 0 0;
	padding: 0;
}

#standard img, #news img {
	border: 1px solid #cacaca;
	margin: 2px 10px 4px 0;
	padding: 1px;
	clear:both;
}

#news img {
	float: left;
	margin: 0 10px 4px 0;
}

#standard ul, #news ul {
	list-style:url(../images/icons/li_text_orange.gif);
	margin-left: 15px;
	padding-top: 0;
}

* html #standard ul, * html #news ul {
	list-style:url(../images/icons/li_text_orange.gif);
	margin-left: 5px;
	padding-top: 0;
	/*float: left;*/
}

#news a {
	font-weight: bold;
}

#news .text {
	margin-left: 2px;
}

#standard a:link, #standard a:visited, #standard a:active, #standard a:hover, #content a.internal-link:link, #content a.internal-link:active, #content a.internal-link:visited, #content a.internal-link:hover, #content a.download:link, #content a.download:hover, #content a.download:active, #content a.download:visited {
	text-decoration:underline;
	color: #ff9735;
}




.splitted_content {
	background: url(../images/bg/content_splitter.gif) repeat-y;
	with: 488px;
}

.left_part {
	width: 130px;
	margin-right: 14px;
}

.right_part {
	width: 343px;
}

#partner .right_part {
	width: 334px;
	margin: 0 0 0 2px;
}

.two_similar_parts {
	width: 239px;
}

.teaser_image {
	float: left;
	width: 144px;
}


#colors_big {
	width: 116px;
	height: 131px;
	border: 1px solid #999999;
}

#colors_big img {
	padding: 1px;
	width: 114px;
	height: 114px;
}

#colors_big p {
	border-top: 1px solid #999999;
	padding: 0 3px 0 3px;
	margin: 0 auto;
	color: #7d7d7d;
}

#colors_big .bold {
	font-size: 11px;
	font-weight: bold;
}


#colors_small {
	width: 112px;
	height: 112px;
	border: 1px solid #999999;
	padding: 2px;
}

#colors_small img {
	padding: 2px;
	width: 24px;
	height: 24px;
	float: left;
}


#content .border_bottom, #content_wide .border_bottom {
	border-bottom: 1px solid #cbcbcb;
}

#content .border_top, #content_wide .border_top {
	border-top: 1px solid #cbcbcb;
}

#content .top_space_border_bottom, #content_wide .top_space_border_bottom {
	border-bottom: 1px solid #cbcbcb;
	margin-top: 20px;
}


#content .border_both, #content_wide .border_both {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.border_both_space {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 4px 0 4px 0;
}

.border_both_space_darker {
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
	padding: 1px 0 1px 0;
}

.border_bottom_space_darker {
	border-bottom: 1px solid #676767;
	padding: 0 0 1px 0;
}

#content .last_border_bottom, #content_wide .last_border_bottom {
	border-bottom: 1px solid #cbcbcb;
	line-height: 4px;
}


/*h1 {*/
h4 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight:lighter;
	padding: 0;
	margin: 0 auto;
}

/*#content h1, #content_wide h1 {*/
#content h4, #content_wide h4 {
	color: #999999;
	letter-spacing: 1px;
	margin: 15px 0 9px 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding: 0;
	margin: 0 auto;
	background: #ffffff;
}

/* h3 { */
h5 {
	padding: 11px 0 0 0;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
}

/* #content h3, #content_wide h3 { */
#content h5, #content_wide h5 {
	color: #acacac;
}

/*
#content h4, #content_wide h4 {
*/
#content h2, #content_wide h2 {
	margin: 0 auto;
	padding: 0 0 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9735;
}
/*
h5 {
*/
h3 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px; /* ehem. 15px */
	font-weight:lighter;
	padding: 0;
	margin: 0 auto;
	color: #777777;
}

#content h6, #content_wide h6 {
	margin: 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
}

#content b, #content_wide b {
	color: #ff9735;
}

/** Einzelne Inputfelder grau unterlegt **/
#single_input, #single_input_noleft {
	width: 232px;
	height: 24px;
	background: #eaeaea;
	padding: 8px 0 0 7px;
}

#single_input_noleft {
	padding: 0;
	margin-left: -1px;
}

#single_input_noleft .text {
	width: 205px;
	height: 30px;
}

#single_input select, #single_input_noleft select {
	width: 224px;
	/*height: 15px;*/
	background: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #dfdfdf;
}



#content input.textfield, #content_wide input.textfield, #content textarea.textfield_big, #content input.ort, #content input.plz, #content_wide input.plz, input.plzsearch, #content_wide input.ort, #content input.textfield_error, input.half_right, input.half_left {
	width: 222px;
	height: 15px;
	background: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #dfdfdf;
}



#content textarea.textfield_big {
	height: 167px;
}

* html #content textarea.textfield_big {
	height: 166px;
}

#content input.radio {
	width: 10px;
	height: 10px;
	margin: 2px 5px 0 10px;
	background: #ffffff;
	border: none;
}

#content input.checkbox, #single_input_noleft input.checkbox {
	width: 10px;
	height: 10px;
	border: none;
	padding: 0;
	margin: 8px 0 0 5px;
	float: left;
}



#single_input_noleft input.checkbox {
	margin: 2px 0 0 0;
}

#checkbox {
	width: 239px;
	background: #eaeaea;
}

#checkbox .text {
	padding-top: 7px;
}

.checkboxbox {
	width: 24px;
	height: 25px;
}



/* Spalte für Formularfelder */
.formcolumn {
	width: 239px;
}

.formcolumn_grey, .formcolumn_grey_mediendatenbank, .formcolumn_grey_login {
	width: 232px;
	height: 410px; /*354px*/
	background-color: #eaeaea;
	padding: 8px 0px 0 7px;
}

#content_wide .formcolumn_grey_login {
	width: 313px;
}

.formcolumn_grey_mediendatenbank {
	height: 416px;
}

.formcolumn_grey_login {
	height: 40px;
}

/*** Schräglinien ***/

.lines {
	background:url(../images/lines.gif) repeat-x right;
	padding: 0 0 0 0px;
}

span.lines {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding: 0 10px 0 0;
	margin: 0 auto;
	line-height: 16px;
}

#content .lines, #content_wide .lines {
	width: 488px;
	margin-top: 16px;
}

#content_wide .lines {
	width: 650px;

}


#content span.lines, #content_wide span.lines {
	background: #ffffff;
	line-height: 19px;
	color: #777777;
}

* html #content span.lines {
	line-height: 20px;
}



/*

#content .lines {
	width: 488px;
	margin-top: 16px;
}


#content span.lines {
	background: #ffffff;
}
*/

#start_teaser_right .lines {
	width: 256px;
}

#start_teaser_right span.lines {
/*	background: url(../images/bg/headline_bg_aktuelles.jpg) top left; */
	background: url(../images/bg/headline_bg.gif);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight:lighter;
	padding: 0 10px 0 0;
}

/*
#start_teaser_direkteinstieg .lines {
	width: 256px;
}


#start_teaser_direkteinstieg span.lines {
	background: url(../images/bg/headline_bg_direkteinstieg.jpg) top left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight:lighter;
	padding: 0 10px 0 0;
}



#start_teaser_einsatzempfehlungen .lines {
	width: 256px;
}

#start_teaser_einsatzempfehlungen span.lines {
	background: url(../images/bg/headline_bg_direkteinstieg.jpg) top left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight:lighter;
	padding: 0 10px 0 0;
}
*/
/*
#start_teaser_direkteinstieg span.lines {
	background: url(../images/bg/headline_bg_direkteinstieg.jpg) top left;
}

#start_teaser_einsatzempfehlungen span.lines {
	background: url(../images/bg/headline_bg_einsatzempfehlungen.jpg) top left;
}
*/


/*
.fliesstext {
	margin-top: 22px;
	width: 343px;
}
*/


ul {
	list-style:url(../images/icons/li_text_orange.gif);
	/*padding-left: 16px;*/
	margin-left: 15px;
	padding-top: 14px;
}


/* IE Hack */
* html ul {
	margin-left: 19px;
}

li {
/*	padding: 0 0 4px 0; */
	padding: 0 0 4px 0px;
	margin-left: 12px;
}


.low_margin {
	margin: 0 0 8px 0;
	line-height: 12px;
}

img.lines {
	padding: 0 0 0 2px;
	margin: 0 auto;
}

/* Graue Contentbox */
#greybg_big {
	padding: 9px;
	/*margin: 4px 0 4px 0;*/
	width: 470px;
	background-color:#eaeaea;
}

#greybg_big p {
	padding-top: 8px;
}

/* weiter-link */
a.more:link, a.more:active, a.more:visited {
	color: #cbcbcb;
	text-decoration:none;
	font-weight: bolder;
}

a.more:hover {
	color:#ff9735;
	text-decoration:none;
	font-weight: bolder;
}

/* dunklere Box */
#darkerbg_big {
	color: #cbcbcb;
	background: #676767;
	width: 488px;
}

#darkerbg_big a {
	color: #ff9735;
}

#darkerbg_big p {
	padding: 2px 0 0 0;
}

#darkerbg_big .text{
	width: 453px;
	padding: 6px 8px 6px 8px;
	border-right: 1px solid #cbcbcb;
}

#darkerbg_big .link{
	width: 18px;
}

#darkerbg_big .clear_noline {
	border-bottom: 1px solid #cbcbcb;
	line-height: 0px;
	font-size: 0px;
	width: 488px;
}

#darkerbg_big img {
	padding: 16px 0 0 3px;
}

/* faq_questions Box */
#faq_questions {
	color: #cbcbcb;
	width: 488px;
}

#faq_questions .row {
	width: 488px;
	background: url(../images/bg/bg_faq.gif) repeat-y;
}



#faq_questions .text, #faq_questions .text_backend{
	width: 458px;
	padding: 6px 8px 6px 3px;
	border-right: 1px solid #cbcbcb;
	font-weight: bolder;
	color: #676767;
}



#faq_questions .link{
	width: 18px;
	background: #676767;
}

#faq_questions .clear_noline {
	border-bottom: 1px solid #cbcbcb;
	line-height: 0px;
	font-size: 0px;
	width: 488px;
}

#faq_questions img {
	padding: 7px 0 8px 3px;
}



/* Händlersuche */
#faq_questions .text_backend {
	width: 435px;
}

#faq_questions img.backend {
	padding: 4px 0 5px 2px;
}

#faq_questions .link_backend_left, #faq_questions .link_backend_right{
	width: 19px;
	background: #676767;
}

#faq_questions .link_backend_right {
	border-left: 1px solid #cbcbcb;
}



/* faq answers box */
/*
#faq_answers h4 {
	line-height: 12px;
	padding-top: 15px;
}
*/

#faq_answers h6 {
	line-height: 12px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#faq_answers p {
	color: #444444;
}

#faq_answers a {
	color: #ff9735;
	font-size: 9px;
}


#faq_answers .link {
	text-align: right;
}

/* Galerie Boxen */
.galery_box {
	width: 118px;
	padding: 0;
}

#galery_box img {
	padding: 0;
	margin: 0 auto;
}

* html #galery_box img {
	padding: 0;
	margin: 0 0 -3px 0;
}

/*
#galery_box .bottom{
	margin: 1px 0 0 0;
	padding: 2px 4px 0 3px;
	height: 16px;
	width: 111px;
	background: #4d4d4d;
	color: #ff9b39;
	font-style:italic;
}

* html #galery_box .bottom{
	margin: -2px 0 0 0;
	padding: 2px 4px 0 3px;
	height: 16px;
	width: 111px;
	background: #4d4d4d;
	color: #ff9b39;
	font-style:italic;
}

#galery_box .text {
	width: 100px;
}

#galery_box .lens {
	padding-top: 2px;
}

#galery_box a.galery {
	color: #ff9b39;
	font-style:italic;
}
*/


/* Partnerseite */
#partner img {
	margin: 0;
	padding: 1px;
}

#partner .left_part {
	border: 1px solid #cacaca;
	width: 111px;
	height: 82px;
	margin-right: 19px;
	text-align: center;
}

#partner .left_part_news {
	border: 1px solid #cacaca;
	margin-right: 19px;
	text-align: center;
}



/*#partner h1, #news h1 { */
#partner h4, #news h4 {
	margin: 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9735;
	padding-bottom: 2px;
}

#partner h6, #news h6 {
	line-height: 11px;
	padding-bottom: 2px;
}

#partner a.extern:active, #partner a.extern:link, #partner a.extern:visited, #partner a.extern:hover {
	color: #ff9735;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 12px;
	background: url(../images/icons/ext_link.gif) no-repeat left;
}


#partner a.more:active, #partner a.more:link, #partner a.more:visited, #partner a.more:hover {
	color: #ff9735;
}


/* Auswahllisten */
#infosmuster .border_both_space_darker {
	background-color: #ff9735;
	padding: 0;
}

#selectlist, #selectlist2 {
	width: 488px;
	color: #cbcbcb;
	height: 100%;
}

#selectlist2 {
	color: #444;
}

#plzsearch, #plzsearch_wide {
	background: #eaeaea;
	padding: 6px;
	width: 476px;
	height: 19px;
}

#plzsearch_wide {
	width: 638px;
}

input.plzsearch {
	width: 143px;
}

#selectlist .checkboxbg {
	width: 25px;
	height: 25px;
}

#selectlist2 .checkboxbg {
	background: #666666;
	width: 27px;
	height: 23px;
	border: none;
}

#selectlist input.checkbox, #selectlist2 input.checkbox {
	padding: 0;
	margin: 5px 0 4px 8px;
	width: 10px;
	height: 10px;
}

#selectlist2 input.checkbox {
	margin: 6px 0 4px 9px;
}

#selectlist .text, #selectlist2 .text {
	background: #4d4d4d;
	width: 448px;
	border-left: 1px solid #7d7d7d;
	padding: 4px 0 4px 14px;
}

#selectlist2 .text {
	background: #cccccc;
	width: 447px;
	border: none;

}

#selectlist .text2 {
	background: #4d4d4d;
	width: 413px;
	height: 19px;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	padding: 4px 6px 0 14px;
}

#selectlist .h1, #selectlist2 .h1 {
	color: #ff9735;
	font-size: 11px;
	font-wight: normal;
	font-family:Arial, Helvetica, sans-serif;
	width: 230px;
}

#selectlist2 .h1 {
	color: #777777;
}

#selectlist .button, #selectlist2 .button {
	margin: -1px 0 0 0;
}

#selectlist input.number {
	margin: 0px 5px 0px 4px;
	position: relative;
	top: -2px;
	left: 2px;
	width: 28px;
	height: 15px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 11px;
}

* html #selectlist input.number {
	margin: 0px 0px 0px 8px;
	position: relative;
	top: -2px;
	left: 5px;
	width: 28px;
	height: 13px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 11px;
}


#selectlist select, #selectlist2 select {
	width: 158px;
	height: 15px;
	background: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: -1px 0 0 0;
	border: 1px solid #aaabad;
}


.top_white {
	border-top: 1px solid #ffffff;
}

/*
input.bestellen {
	background: #4d4d4d;
	color: #ff9735;
	font-weight:bolder;
	border: none;
	vertical-align: middle;
	text-align:center;
	height: 16px;
}
*/


input.button, #goBtn a{
	color: #ff9735;
	background: url(../images/icons/arrow_bold_on.gif) no-repeat left;
	background-color: #4d4d4d;
	padding: 0 4px 0 18px;
	font-weight:bolder;
	font-size: 10px;
	vertical-align: text-top;
	border: none;
	height: 16px;
}

* html input.button {
	color: #ff9735;
	background: url(../images/icons/arrow_bold_on.gif) no-repeat left;
	background-color: #4d4d4d;
	padding: 0 0 0 6px;
	font-weight:bolder;
	font-size: 10px;
	vertical-align: middle;
	border: none;
	height: 16px;
}

#content input.plz, input.plz_error, #content_wide input.plz {
	width: 50px;
	background: #ffffff;
}

#content input.ort, input.ort_error, #content_wide input.ort {
	width: 168px;
	background: #ffffff;
	margin-left: 2px;
}


* html #content input.ort, input.ort_error {
	width: 167px;
	background: #ffffff;
	margin-left: 2px;
}

#content input.half_left {
	width: 109px;
}

#content input.half_right {
	width: 109px;
	margin-left: 2px;
}

* html #content input.half_right {
	width: 108px;
	margin-left: 2px;
}
.file_icon {
	height: 19px;
	width: 19px;
	background-color: #4d4d4d;
	padding: 4px 0 0 7px;
	margin: 0 auto;
}

/* Adressboxen */
#addressbox .lines, #jobbox .lines {
	width: 234px;
	margin: 0 auto;
	background:url(../images/lines_small.gif) repeat-x;
}

#addressbox .lines_bg, #jobbox .lines_bg {
	width: 239px;
	background-color: #4d4d4d;
}

#addressbox span.headline, #jobbox span.headline, #jobbox span.more {
	background: #4d4d4d;
	font-size: 11px;
	padding: 0 5px 0 5px;
	margin: 0 auto;
	color: #ff9735;
}

#addressbox .grey, #jobbox .grey {
	background: #eaeaea;
	padding: 12px 5px 15px 5px;
}

#addressbox p, #jobbox p {
	padding: 0 0 2px 0;
}

/* Jobboxen */
#jobbox .lines, #jobbox .lines_bg {
	width: 488px;
}

#jobbox span.headline {
	float:left;
}

#jobbox span.more {
	float: right;
}

#jobbox .grey {
	padding: 6px 6px 12px 6px;
}

#jobbox a:link, #jobbox a:active, #jobbox a:visited, #jobbox a:hover {
	color: #ff9735;
	/*
	font-weight: bold;
	padding-right: 5px;
	background: url(../images/icons/more_small.gif) no-repeat right;
	*/
}









.error {
	border: 1px solid #ff0000;
}

.error_msg {
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}

._error {
	color: #ff0000;
}

#content input.textfield_error, input.plz_error, input.ort_error {
	border: 1px solid #ff0000;
}



/* Browserleiste (gibts nur im BE) */
.browse_top_inner {
	padding: 0 4px;
}


/* Bestätigungsfeld */
#confirm {
	position: absolute;
	top: 480px;
	left: 363px;
	width: 320px;
	height: 200px;
	background-color: #676767;
	border: 3px solid #9e9e9e;
}


#confirm .content {
	border: 2px solid #ff9b39;
	width: 304px;
	height: 184px;
	padding: 6px;
}

#confirm .close {
	position: absolute;
	top: 9px;
	left: 300px;
	width: 11px;
	height: 11px;
}

#confirm .text {
	position: relative;
	top: 60px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


.confirm_bottom {
	position: absolute;
	top: 154px;
	height: 22px;
	padding: 0 20px 0 20px;
}

#confirm p {
	padding: 0;
	margin: 0 auto;
}



/* CSS aus CSS-STYLED-CONTENT */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }
/*
{$styles.content.imgtext.borderSelector} {
border: {$styles.content.imgtext.borderThick}px solid {$styles.content.imgtext.borderColor};
padding: {$styles.content.imgtext.borderSpace}px {$styles.content.imgtext.borderSpace}px;
*/

/* //// NEU VON SIMON ////  */
h1 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	background:url(../images/lines.gif) repeat-x right;
	margin-top: 16px;
}

	h1 span{
		background: #fff;
		padding-right: 10px;
	}


#rightbox h4{
	color: #acacac;
	background:url(../images/lines.gif) repeat-x left 2px;
	margin-bottom: 10px;
}

	#rightbox h4 span{
		background: #676767;
		padding-right: 10px;
	}

#start_teaser_right h4 {
	color: #acacac;
	background:url(../images/lines.gif) repeat-x left 2px;
	margin: 0px 10px 0 0;
}

	#start_teaser_right h4 span{
		background: #3d3d3d;
		padding-right: 10px;
	}
/* //// END: NEU VON SIMON ////  */

#start_teaser_right h3 {
	color: #cccccc;
}

#start_teaser_right p {
	color: #cccccc;
	margin: 0 0 0px 0;
	line-height: 12px;
}

#modal-window-decline h4 {
	color: #cccccc;
	padding: 10px 0 6px 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight: lighter;
}

/* CSS Document */

.start_teaser_bottom_NEW{
	border:1px solid #ACACAC;
	color:#444444;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:193px;
	margin: 4px 2px 0 2px;
	width:203px;
	display: inline;
}

.start_teaser_bottom_NEW .start_teaser_text, .start_teaser_text_NEW{
	padding: 7px 4px 4px 4px;
	width: 190px;
}

	.start_teaser_text_NEW h3, .start_teaser_bottom_NEW .start_teaser_text h3{
		font-size: 12px;
		margin-bottom: 3px;
	}

	.start_teaser_text_NEW h3 img, .start_teaser_bottom_NEW .start_teaser_text h3 img{
		width: 10px;
		height: 7px;
	}

.teaser_index_first{
	margin-left: 0;
}

.teaser_index_last{
	margin-right: 0;
}


.start_teaser_bottom_NEW .start_teaser_logo_table, .start_teaser_logo_table_NEW{
height:33px;
margin:4px 0 0;
padding:0;
text-align:center;
vertical-align:top;
width:180px;
}


#content input.textfield_error, input.plz_error, input.ort_error {
border:1px solid #FF0000; background-color:red;
}

#start_teaser_right .newsTeaserText {color: #ACACAC}
