/* 1. ALLGEMEINE FORMATIERUNGEN */
/* ---------------------------- */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 9pt/1.6em Arial,Helvetica,Verdana,sans-serif;
	text-align: center;
	color: #444;
	background: #d7d7d7 url(../pics/kbe/bg_body.png) repeat-x;
}
h1, h2, h3, h4 { 
	font-weight: bold;
}
/* Logo der Markenseite */
h1 {
	float: right;
	width: 215px;
	height: 122px;
	margin: 51px 10px 0 0;
	display: inline; /* verhindert doppelten Margin im IE */
}
h1 a:link, h1 a:visited {
	display: block;
	width: 215px;
	height: 122px;
	background-image: url(../pics/kbe/logo.png);
}
h1.lang-GUS a:link, h1.lang-GUS a:visited, 
h1.lang-FR a:link, h1.lang-FR a:visited {
	background-image: url(../pics/kbe/logo_noclaim.png);
}
h1 span {
	display: none;
}
h2 {
	/* Bereichsueberschrift */
	width: 100%;
	color: #6f6f6f;
	font-size: 1.4em;
	font-weight: normal;
	background: url(../pics/kbe/bg_colLeft_top.png) no-repeat !important;
}
/* Warum wird nicht h2 direkt formatiert, sondern der span ? */
h2 span {
	display: block;
	width: 136px;
	margin: 0 21px;
	padding: 25px 0 15px 0;
	overflow: hidden;
}
h3 {
	/* Ueberschrift */
	margin: 0 0 .8em 0;
	padding: 1em 0 0 0;
	color: #888;
	font-size: 2.1em;
	font-weight: normal;
}
h4 {
	/* Unterueberschrift */
	margin: 0;
	padding: 0;
	color: #888;
	font-size: 1.1em;
	line-height: 1.8em;
}
h5 {
	font-size: 1.2em;
	margin: 0.6em 0;
	color: #888;
}
h6 {
	font-size: 1em;
	margin: 0.4em 0;
}
a:link { 
	color: #C71F28;
}
a:visited,
a:focus,
a:hover,
a:active {
	color: #444;
}
a.more:link,
a.more:visited,
a.more:focus,
a.more:hover,
a.more:active {
	padding: 0 0 0 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(../pics/kbe/bullet_more.gif) left center no-repeat;
}
a:link img, a:visited img { 
	border: none;
}
fieldset {
	border: none;
}
input, select, td {
	/* fuer IE, pruefen ob notwendig */
	font-size: 100%;
}
ul {
	list-style: none;
}
p {
	font-weight: normal;
}
/* ... und im content Bereich mit Abstand zu anderen Elementen */
#content p {
	margin: 1.5em 0;
}
#content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 22px;
	clear: both;
}
#content ul {
	list-style: none;
	margin: 0 0 15px 0;
	clear: both;
}
#content ul li {
	padding: 0 0 0 12px;
	background: url(../pics/kbe/bullet_ul.gif) left 7px no-repeat;
}
#content ul.linklist li {
	background: url(../pics/kbe/bullet_linklist.gif) 2px 7px no-repeat;
}

/* 2. FORMATIERUNGEN FUER DIE HAUPTELEMENTE */
/* ---------------------------------------- */

/* Hauptcontainer */
#wrap {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

/* 2.1 Header */
#header {
	width: 100%; /* Wichtig fuer Clearing */
	height: 231px;
	border: 0 solid transparent; /* Wichtig fuer Clearing */
	overflow: hidden; /* Wichtig fuer Clearing */
	background: #fff url(../pics/kbe/bg_header.jpg) 0 121px no-repeat;
	border-top: 1px solid #fff; /* vermeidet collapsing-margins */
}
#header #profineLogo {
	float: left;
	width: 100px;
	height: 55px;
	margin: 21px 637px 0 27px;
	display: inline; /* verhindert doppelten Margin im IE */
}
#header img { 
	display: block;
}

/* 2.2 Columns-Container */
/* kann evtl raus */
#columns {
	/* Breite fuer Opera notwendig, sonst horizontaler Scrollbalken */
	width: 990px;
	float: left;
	background: url(../pics/kbe/bg_columns.png) top right repeat-y;
}

/* 2.2.1 linke Spalte */
#leftnav {
	position: relative;
	float: left;
	width: 198px;
	margin-top: -45px;
}
/* LeftnavImage */
#imgLeftnav {
	display: none;
}
/* 2.2.2 rechte Spalte */
#rightnav {
	float: left;
	width: 277px;
	border: 0;
	background: url(../pics/kbe/bg_colRight.gif) top right no-repeat;
}
#rightnav h4 {
	width: 199px;
	height: 26px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	background-position: 22px 0px;
	background-repeat: no-repeat;
	border: none;
	background: url(../pics/kbe/bg_container_top.png) no-repeat;
}
#rightnav h4 span {
	padding: 0 0 0 20px;
}
#rightnav a {
	text-decoration: none;
	color: #444;
}
#rightnav a:hover {
	text-decoration: underline;
}
.rightnavCon {
	width: 199px;
	font-size: .9em;
	color: #888;
	padding: 0 0 18px 0;
	background: url(../pics/kbe/bg_container_bottom.png) bottom left no-repeat;
}
/* RightnavImage */
/* Div-Container mit Hintergrundbild... */
#imgRightnav {
	margin: 55px 0 40px 20px;
	height: 150px;
}
/* ...oder img-Tag */
#rightnav img {
	margin: 37px 0 20px 25px;
}
#rightnav .nodisplay {
	display: none;
}
/* Quickfinder */
#quickfinderCon {
	float: left;
	width: 186px;
	height: 25px;
	margin-top: 20px;
	background: url(../pics/kbe/bg_quickfinder.png);
	text-align: center;
	font-size: 1em;
	padding: 0;
}
#quickfinderCon h4 {
	display: none;
}
#quickfinderCon select {
	width: 156px;
	margin-top: 3px;
	padding: 0;
	text-align: left;
	color: #666;
	font-size: 8pt;
}

/* Downloads */
#downloadsCon ul {
	padding: 10px 20px 20px 0;
	list-style: none;
	width: 199px;
	background: url(../pics/kbe/bg_container_middle.png) repeat-y;
	overflow: hidden;
}
#downloadsCon ul li {
	margin-left: 20px;
	margin-bottom: 7px;
	padding-left: 20px;
	background: url(../pics/ico_ie.gif) 0 5px no-repeat;
}
#downloadsCon ul li.doc { background: transparent url(../pics/ico_doc.gif) 0 5px no-repeat; }
#downloadsCon ul li.exe { background: transparent url(../pics/ico_exe.gif) 0 5px no-repeat; }
#downloadsCon ul li.gif { background: transparent url(../pics/ico_gif.gif) 0 5px no-repeat; }
#downloadsCon ul li.jpg { background: transparent url(../pics/ico_jpg.gif) 0 5px no-repeat; }
#downloadsCon ul li.jpeg { background: transparent url(../pics/ico_jpg.gif) 0 5px no-repeat; }
#downloadsCon ul li.pdf { background: transparent url(../pics/icon_pdf.png) 0 2px no-repeat; }
#downloadsCon ul li.pps { background: transparent url(../pics/ico_ppt.gif) 0 5px no-repeat; }
#downloadsCon ul li.ppt { background: transparent url(../pics/ico_ppt.gif) 0 5px no-repeat; }
#downloadsCon ul li.swf { background: transparent url(../pics/ico_swf.gif) 0 5px no-repeat; }
#downloadsCon ul li.wmv { background: transparent url(../pics/ico_wmv.gif) 0 5px no-repeat; }
#downloadsCon ul li.xls { background: transparent url(../pics/ico_xls.gif) 0 5px no-repeat; }
#downloadsCon ul li.zip { background: transparent url(../pics/ico_zip.gif) 0 5px no-repeat; }

#downloadsCon a:link, #downloadsCon a:visited {
	text-decoration: underline;
	color: #888;
}
#downloadsCon a:hover, #downloadsCon a:focus {
	color: #C71F28;
}
#downloadsCon ul span {
	display: block;
	color: #999
}

/* Links */
#linkCon{
	margin-top: 15px;
}
#linkCon h4 {
	height: 26px;
}
#linkCon ul {
	padding: 10px 0 15px 0;
	list-style: none;
	width: 199px;
	background: url(../pics/kbe/bg_container_middle.png) repeat-y;
}
#linkCon ul li {
	margin-left: 20px;
	margin-bottom: 7px;
	padding-left: 20px;
	background: url(../pics/kbe/bullet_links.png) 0 5px no-repeat;
}
#linkCon a:link, #linkCon a:visited {
	text-decoration: underline;
	color: #888;
}
#linkCon a:hover, #linkCon a:focus {
	color: #C71F28;
}


/* Login */
#loginCon {
	margin-top: 1.4em;
	width: 230px;
	padding: 0 5px 0 5px;
	position: relative;
	left: -30px;
}
#loginCon ul {
	list-style: none;
}
#loginCon ul li {
	padding-left: 23px;
	background: url(../pics/koe/bullet_circle.png) 6px 6px no-repeat;
}
#loginCon h4 {
	margin-top: 0;
	background: url(../pics/koe/die.png);
	width: 180px;
	height: 23px;
}
#loginCon h4 span {
	display: none;
}

#loginOuterCon {
	width: 230px;
	position: static;
}
#loginOuterCon #loginColRight {
	background: url(../pics/koe/loginColRight.png) top right no-repeat;
	float: right;
	padding: 0 19px 0 0;
}
#loginOuterCon #loginContent {
	background: url(../pics/koe/loginContent.png) top right;
	float: right;
	height: 184px;
	min-height: 184px;
}
#loginOuterCon.ausgeklappt #loginContent {
	background: url(../pics/koe/loginContent.png) top right;
	float: right;
	width: 384px;
	min-height: 184px;
}
#loginOuterCon #loginColLeft {
	background: url(../pics/koe/loginColLeft.png) top left no-repeat;
	float: right;
	padding: 0 0 0 19px;
}
#loginOuterCon #loginColBottom {
	background: url(../pics/koe/loginColBottom.png) top right;
	clear: right;
	float: right;
	height: 25px;
	width: 211px;
}
#loginOuterCon.ausgeklappt #loginColBottom {
	background: url(../pics/koe/loginColBottom.png) top right;
	clear: right;
	float: right;
	height: 25px;
	width: 403px;
}
#loginOuterCon #loginColCorner {
	background: url(../pics/koe/loginColCorner.png) top right;
	float: right;
	width: 19px;
	height: 25px;
}

/* Login - Download Box */
#loginOuterCon #loginContent #loginInnerConRight {
	float: right;
	width: 180px;
	margin: 17px 0 0 0;
	padding: 0 6px 0 6px;
}

/* Login Box */
#loginOuterCon #loginContent #loginInnerConLeft {
	display: none;
	background: url(../pics/koe/loginInnerConLeft.png) top center no-repeat;
	float: right;
	width: 172px;
	height: 196px;
	margin: 17px 0 0 0;
	padding: 6px 10px 6px 10px;
}
#loginOuterCon.ausgeklappt #loginContent #loginInnerConLeft {
	display: block;
	background: url(../pics/koe/loginInnerConLeft.png) top center no-repeat;
	float: right;
	width: 172px;
	height: 196px;
	margin: 17px 0 0 0;
	padding: 6px 10px 6px 10px;
}
#loginInnerConLeft p,
#loginInnerConLeft label {
	font-size: 95%;
}
#loginInnerConLeft form {
	float: left;
	margin: 0.4em 0;
}
#loginInnerConLeft label {
	color: #83B0C4;
	display: block;
}
#loginInnerConLeft .inputTxt {
	background-color:#DBE8EF;
	float:left;
	width: 120px;
	border: 1px solid #fff;
	padding: 5px;
	margin-right: 3px;
}
#loginInnerConLeft .inputImg {
	width: 23px;
	height: 25px;
	float:left
}
#loginInnerConLeft a {
	color: #046;
	text-decoration: none;
}
#loginInnerConLeft a.more {
	background: url(../pics/koe/bullet_more.gif) left center no-repeat;
}


/* 2.2.3 Content */
#content {
	/* contentWidth = wrap - leftnav - rightnav (z.Z. 990 - 198 -277 = 515) */
	width: 515px;
	float: left;
	font-size: 1em;
	margin: 0;
	border: 0;
	background: url(../pics/kbe/bg_colMiddle.png) no-repeat;
}
/* Breadcrumb */
#breadcrumb {
	font-size: .9em;
	border-bottom: 1px solid #e5e5e5;
	color: #888;
	background: url(../pics/kbe/bg_breadcrumb.png) no-repeat;
	padding: 1em 0;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #888;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:focus {
	text-decoration: underline;
}
#breadcrumb span {
	margin: 0;
	padding: 0;
	background: url(../pics/kbe/bullet_arrow_right_gray.png) center center no-repeat;
	color: #888;
	text-decoration: none;
}
#breadcrumb span span {
	visibility: hidden;
	padding: 0 3px;
}
#content hr {
	display: block;
	margin: 1.3em 0 1.3em 0;
	background-color: #f2f2f2;
	color: #f2f2f2;
	border: 0;
	height: 1px;
}
/* ContentImage */
#imgContent {
	float: left;
	margin: 8px 20px 8px 0;
	border: 1px solid gray;
}

/* alle Angaben fuer spezifische Seitenelemente unter Punkt 5 */

/* 3 footer */
#footer {
	float: left;
	width: 100%;
	height: 135px;
}
#wrapBG > #footer, #wrapBGSitemap > #footer {
	background: url(../pics/kbe/bg_footer.png) no-repeat;
}
*html #footer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src='pics/kbe/bg_footer.png');
}
#footer a:link, #footer a:visited {
	/* notwendig fuer IE 6 http://www.indesigns.de/artikel/css_links_auf_png_mit_alphaimageloader_klickbar_machen.html */
	position: relative;
}
/* Tools */
#toolsCon {
	float: left;
}
#toolsCon ul {
	/* Breite = content - innenContentLeftPadding - innenContentRightPadding */
	width: 450px;
	list-style: none;
	margin: 15px 0 0 260px;
	border-top: 1px solid #F5F5F5;
}
#toolsCon li {
	float: left;
	padding: 10px 10px 10px 0;
}
#toolsCon li a:link, #toolsCon li a:visited {
	font-size: 1em;
	padding: 1px 0;
	text-decoration: none;
	color: #666;
}
#toolsCon li a:hover, #toolsCon li a:focus {
	text-decoration: underline;
}
#toolsCon li a.print:link, #toolsCon li a.print:visited {
	padding-left: 16px;
	background: url(../pics/profine/ico_print.gif) 0 3px no-repeat;
}
#toolsCon li a.bookmark:link, #toolsCon li a.bookmark:visited {
	padding-left: 14px;
	background: url(../pics/profine/ico_bookmark.gif) 0 3px no-repeat;
}
#toolsCon li a.toTop:link, #toolsCon li a.toTop:visited {
	padding: 1px 0 1px 12px;
	background: url(../pics/kbe/bullet_arrow_top.png) 0 4px no-repeat;
}
#toolsCon li.floatR {
	float: right;
	padding-right: 0;
}

/* 3. SPEZIELLE KLASSEN */
/* -------------------- */

/* padding in einem extra div, weil es sonst für den IE zur Breite addiert werden muss */
/* float:left wegen IE 3 Pixel Bug ??? */
.innenRightnav { 
	margin: 10px 0 0 25px;
}
/* fuer content eigene Klasse, da Abstand groesser */
.innenContent { 
	padding: 0 0 0 62px;
	/* float:left; */
}
/* fuer alle zu versteckenden Elemente, z.B. horizontal rules */
.hide { 
	display: none;
}
/* Klassen fuer Elemente die gefloatet werden muessen */
.floatL { 
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear:both;
}
#leftnav h2.impressum {
	padding-bottom: 100px;
	background: url(../pics/kbe/bg_colLeft_top_imp.png) no-repeat !important;
}
/* 4. DIE MENUES */
/* ------------- */

/* 4.1 ME1 */
/* Ebene 1 */
#me1 {
	float: left;
	width: 579px;
	height: 25px;
	margin-top: 20px;
	background: url(../pics/kbe/bg_quickfinder_right.png) no-repeat;
}
#me1 span {
	display: none;
}
#me1 ul {
	width: 578px;
	height: 25px;
	margin-left: 1px;
	background-image: url(../pics/kbe/bg_navMain.png);
}
#me1 ul li {
	float: left;
	height: 25px;
}
#me1 ul li a:link, #me1 ul li a:visited {
	display: block;
	height: 25px;
	margin: 0;
	background-position: left top;
}
#me1 ul li a.active:link, #me1 ul li a.active:visited,
#me1 ul li a:hover, #me1 ul li a:focus {
	background-position: left bottom;
}
/* Ebene 2 */
#me1 ul ul {
	position: absolute;
	width: 151px;
	margin: 0;
	display: none;
	z-index: 2;
}
#me1 li:hover ul {
	display: block;
	z-index: 1;
}
#me1 li li {
	height: auto;
	z-index: 1;
}
#me1 li li a:link, #me1 li li a:visited {
	display: block;
	width: 115px;
	height: auto;
	padding: 4px 17px 4px 17px;
	background: #e2e2e2;
	color: #666;
	border-bottom: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #e2e2e2;
	font-size: 90%;
	z-index: 1;
	text-decoration: none;
}
#me1 li li a:hover, #me1 li li a:focus, #me1 li li a:active {
	background: #D0D0D0;
	color: #666;
}
/* notwendig fuer hover im IE, siehe auch JS */
#me1 li ul:hover, #me1 li.sfhover ul {
	display: block;
}

/* 4.2 ME2 */

#leftnav ul {
	/* alle Ebenenen ohne Bullets */
	width: 100%;
	list-style: none;
	padding: 4px 0 35px 0;
}
/* Ebene 1 */
#me2 {
	background: #f7f7f7 url(../pics/kbe/bg_colLeft_bottom.png) repeat-x;
	padding-bottom: 20px;
}
#me2 a:link, #me2 a:visited {
	display: block;
	width: 156px;
	overflow: hidden;
	margin: 0 21px;
	padding: .5em 0;
	border-bottom: 1px solid #e7e6e7;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
	color: #888;
}
#me2 a.active:link, #me2 a.active:visited {
	font-weight: bold;
	color: #c71f28;
}
#me2 a:hover, #me2 a:focus {
	color: #c71f28;
}
#me2 .last a:link, #me2 .last a:visited {
	border-bottom: none;
}
/* Ebene 2 */
#me2 ul {
	width: 156px;
	margin: 0 21px;
	background-color: #F5F5F5;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #e7e6e7;
}
#me2 ul li {

}
#me2 ul a:link, #me2 ul a:visited {
	width: 136px;
	border: 0;
	margin: 0;
	padding: .3em 0 .3em 20px;
	background: url(../pics/kbe/bullet_arrow_right_gray.png) 8px 8px no-repeat;
}
/**
 * mah
 * Hab ich eingefügt, weil bei mehreren subnavipunkten das Layout beispielsweise unter http://www.kbe-online.de/ecomaXL/index.php?site=Kbe_rola_plus im IE6 kracht
 * 
 */
#me2 ul {
	width:auto;
	margin-right:0;
}
/**
 * /mah
 */
/* 4.3 ME3 */
#me3 {
	float: left;
}
#me3 ul {
	width: auto;
	margin: 40px 0 0 249px;
}
#me3 li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #A2A2A2;
	line-height: 1em;
}
#me3 li.last {
	border: none;
}
#me3 li a:link, #me3 li a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #888;
}
#me3 li a:hover, #me3 li a:focus {
	text-decoration: underline;
}

/* 5. SEITENSPEZIFISCHE ELEMENTE */
/* ----------------------------- */

/* 5.1 Newsliste */
#content .news {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
#content .news p {
	margin: 0;
}
#content .news a:link, #content .news a:visited {
	padding: 0 0 0 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(../pics/kbe/bullet_more.gif) .1em .3em no-repeat;
}
#content .news strong {
	margin: 0;
	padding: 0;
}
/* 5.2 Eventliste */ 
#content .news .clear {
	height: 15px;
}
/* 5.3 Kontakliste */
#content .contactPerson {
	padding-bottom: 15px;
	border-bottom: 1px #f5f5f5 solid;
	margin-bottom: 15px;
}
/* 5.4 Formular */
/* FORMULAR - ELEMENTE - STANDARD-FORMULAR */
#content fieldset {
	margin-top: 1.5em;
	width:470px;
	float:left;
}
#content form {
	width: 100%; /* Clearing */
	border: 0 solid transparent; /* Clearing */
	overflow: hidden; /* Clearing */
	padding-top: 15px;
}
#content form div, #content form ul.required {
	float: left;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0 0 0 0;
}
#content form ul.required {
	float: right;
	padding: 0 20px 0 0;
}
#content form div, #content form ul.required li {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
#content form label, #content form .singleRow {
	display: block;
	padding: 0 0 3px 13px;
	background: url(../pics/kbe/bullet_ul_gray.gif) left 7px no-repeat;
}
#content form .singleRowRequired {
	display: block;
	padding: 0 0 3px 13px;
	background: url(../pics/kbe/bullet_ul.gif) left 7px no-repeat;
}
#content form label.required {
	background-image: url(../pics/kbe/bullet_ul.gif);
}
#content form label.required span {
	display: none;
}
#content form label.noBullet {
	padding: 5px 0 3px 0;
	background: none;
}
#content form input, #content form input.small,
#content form select, #content form textarea {
	padding: 2px 4px;
	background-color: #F6F6F4;
	border: 1px solid #E5E2DD;
	font: 1.2em Arial,Helvetica,Verdana,sans-serif;
	color: #807d71;
}
#content form .radioGroup label {
	margin-bottom: 1.5em;
}
#content form .radioGroup label {
	float:left;
	margin-right: 2em;
}
#content form input.checkRadio {
	background: none;
	border: 0;
}
#content form input.big {
	width: 195px;
	margin-right: 15px;
}
#content form input.medium, #content form select {
	width: 130px;
	margin-right: 15px;
}
#content form input.small {
	width: 50px;
	margin-right: 15px;
}
#content form input.wideDistance {
	margin-right: 15px;
}
#content form input.smallDistance {
	margin-right: 2px;
}
#content form textarea {
	width: 415px;
}
#content form select {
	width: 205px;
}
#content form .buttons {
	width:425px;
}
#content form .buttons input {
	float: right;
	width: auto;
	height: 20px;
	margin: 5px 0 10px 8px;
	padding: 0 10px 0 10px;
	background:#ffffff;
	font-weight:bold;
	font-size:1em;
	border:1px #97d1e1 solid;
	color:#999999;
	border:1px #ccc solid;
	cursor: pointer;
}
#content form ul.required {
	float:right;
	margin: 5px 0 0 115px;
	list-style: none;
	list-style-type:none;
}
#content form ul.required li {
	padding: 0 0 3px 13px;
	background: url(../pics/kbe/bullet_ul_gray.gif) left 7px no-repeat;
	list-style-type:none;
	list-style: none;
}
#content form ul.required li.required {
	background-image: url(../pics/kbe/bullet_ul.gif);
}
#content form ul.required li.required span {
	display: none;
}
#content form .singleRow, #content form .singleRowRequired {
	float: none;
}
#content form .singleRow label, #content form .singleRowRequired label {
	display: inline;
	padding: 0;
	background: none;
}
#content form .captchaDiv {
	margin-right: 15px;
}
#content form .captchaDiv img {
	float: left;
}
#content form .captchaDescriptionDiv {
	padding-top: 30px;
	width: 295px;
}
#content form .captchaDescriptionDiv .big {
	width: 280px;
}

/* 6. WELCOMESEITE */
/* ----------------------------- */

/* 6.1. ALLGEMEINE FORMATIERUNGEN */
body#welcome {
	background: #d7d7d7 url(../pics/kbe/bg_body_welcome.gif) center top no-repeat;
}
#welcome h1 {
	width: 271px;
	height: 156px;
	margin: 58px 18px 0 0;
	background-image: url(../pics/kbe/logo_welcome.png);
}
#welcome h1.lang-GUS,
#welcome h1.lang-FR {
	background-image: url(../pics/kbe/logo_welcome_noclaim.png);
}
#welcome h2 {
	width: 335px;
	height: auto;
	margin: 0 0 10px 630px;
	padding: 30px 0 0 0;
	color: #717171;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	background: none !important;
}

/* 6.3 Header */
#welcome #header {
	height: 469px;
	background-image: url(../pics/kbe/bg_header_welcome.jpg);
}
#welcome #header #profineLogo {
	margin-right: 573px;
}
#welcome #header p {
	width: 335px;
	margin: 0 0 0 630px;
	font-size: 1em;
	line-height: 1.7em;
	color: #717171;
}
#welcome #claim {
	clear: both;
	width: 100%;
	margin: 0 48px 0 0;
}

/* 6.4 Container */
#welcome #container {
	position: relative;
	width: 919px; /* Clearing */
	height: 219px;
	margin: -109px 0 0 35px;
	background-image: url(../pics/kbe/bg_container_welcome.png);
	border: 0 solid transparent; /* Clearing */
	/*overflow: hidden;  Clearing */
}
/* 6.4.1 Container - Linker Container */
#welcome .aktuelles {
	float: left;
	width: 345px;
	height: 219px;
}
#welcome .aktuelles h4 {
	width: 229px;
	height: 24px;
	margin: 25px 0 0 30px;
	font-size: 1.6em;
	line-height: normal;
	font-weight: normal;
	color: #6F6F6F;
	padding: 0;
	background-repeat: no-repeat;
}
#welcome .aktuelles dl {
	width: 290px;
	overflow: hidden;
}
#welcome .aktuelles dt {
	margin: 7px 0 0 20px;
	padding: 7px 10px 0 25px;
	font-weight: bold;
	line-height: 1.4em;
	color: #e5242e;
	background: url(../pics/kbe/bullet_arrow_right_dark.png) 1em 1.1em no-repeat;
	border-top: 1px solid #ececec;
}
#welcome .aktuelles dd {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	line-height: 1.4em;
}
#welcome .aktuelles a:link, #welcome .aktuelles a:visited {
	padding: 0 ;
	color: #666;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}
#welcome .aktuelles a:hover, #welcome .aktuelles a:focus {
	text-decoration: underline;
}
/* 6.4.2 Container - Rechter Container */
#welcome #contRight {
	float: left;
	width: 543px;
	height: 173px;
	margin-top: 46px;
}
#welcome #contRight img {
	float: left;
	margin: 2px 0 1px 70px;
}
#welcome #contRight h3, #welcome #contRight h4, #welcome #contRight p {
	float: right;
	width: 295px;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 1em;
}
#welcome #contRight h3 {
	height: 27px;
	margin-top: 25px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	font-size: 1.5em;
	color: #6F6F6F;
}
#welcome #contRight h4, #welcome #contRight p {
	margin-bottom: 6px;
	line-height: 1.4em;
}
#welcome #contRight h4 {
	font-size: 1em;
}
#welcome #contRight span {
	display: none;
}
#welcome #contRight a:link, #welcome #contRight a:visited {
	padding: 0 0 0 14px;
	color: #e5242e;
	background: url(../pics/kbe/bullet_arrow_right_dark.png) 0 5px no-repeat;
	text-decoration: none;
}
#welcome #contRight a:hover, #welcome #contRight a:focus {
	text-decoration: underline;
}

/* 6.5 ME1 */
/* Ebene 1 */
#welcome #me1 {
	width: 515px;
}
#welcome #me1 ul {
	width: 514px;
}
/* Ebene 2 */
#welcome #me1 ul ul {
	width: 151px;
}

#welcome #footer {
	background: none;
}
*html #welcome #footer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="false", src='pics/kbe/bg_footer.png');
}
#welcome #footer ul {
	margin: 15px 0 0 57px;
}



/* 7. SITEMAP */
/* ----------------------------- */

#wrapBGSitemap #leftnav {
	background: url(../pics/kbe/bg_colLeft_bottom.png) 0 55px repeat-x;
	height: 150px;
}
#wrapBGSitemap #content {
	width: 792px;
	background-image: url(../pics/kbe/bg_colMiddle_sitemap.gif)
}
#wrapBGSitemap #toolsCon ul, #wrapBGSitemap #breadcrumb {
	width: 650px;
}
#wrapBGSitemap #content hr {
	display: none;
}
#sitemap {
	width: 680px;
	overflow: hidden;
	border: 0 solid transparent;
}
/* Ebene 1 */
#sitemap ul {
	padding: 0;
	margin: 0;
}
#sitemap ul li {
	float: left;
	width: 31%;
	overflow: hidden;
	margin: 0 .8em 2em 0;
	padding: 0;
	background-position: .7em .8em;
	background-color: #F3F3F3;
	border-top: 1px solid #D71923;
}
#sitemap ul li:hover, #sitemap ul li:hover {
	background-color: #EAEAEA;
}
#sitemap li a:link, #sitemap li a:visited {
	display: block;
	padding: 0 .5em 0 1.5em;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#sitemap li a:hover, #sitemap li a:focus {
	color: #C71F28;
}
/* Ebene 2 */
#sitemap li ul {
	float: left;
	width: 100%;
	padding: 0;
}
#sitemap li ul li {
	width: 100%;
	margin: 0;
	border: none;
	border-top: .1em solid #fff;
	background-color: #FBFBFB;
	background-image: none;
}
#sitemap li ul li:hover {
	background-color: #F6F6F6;
}
#sitemap li li a:link, #sitemap li li a:visited {
	padding: .3em .4em .3em 1.6em;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}
/* Ebene 3 */
#sitemap li li ul li {
	border: none;
	background: none;
}
#sitemap li li li a:link, #sitemap li li li a:visited {
	padding: .2em .4em .2em 2.8em;
	font-size: 1em;
	line-height: 1.3em;
	background: #FBFBFB url(../pics/kbe/bullet_arrow_right_gray.png) 1.7em .7em no-repeat;
	color: gray;
	border: none;
}
#sitemap li li li a:hover, #sitemap li li li a:focus {
	background-color: #FBFBFB;
	color: #C71F28;
}
/* Ebene 4 */
#sitemap li li li li a:link, #sitemap li li li li a:visited {
	padding: .2em .4em .2em 4.2em;
	background: #FBFBFB url(../pics/kbe/bullet_arrow_right_gray.png) 3.1em .7em no-repeat;
}
#sitemap li li li a:hover, #sitemap li li li a:focus {
	background-color: #FBFBFB;
	color: #C71F28;
}


#content .slimboxGallery li {
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 10px 10px 0 0;
}
#content .slimboxGallery a:link img, #content .slimboxGallery a:visited img {
	border: 2px solid #ccc;
}
#content .slimboxGallery a:hover img, #content .slimboxGallery a:focus img {
	border-color: #C71F28;
}

/* flash */
#flashVidTeaserContainer a.flashVidTeaser {
    width: 187px;
    display: block;
    border: 1px solid #aeaeae;
    overflow: hidden;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    padding: 4px;
}
#flashVidTeaserContainer a.flashVidTeaser:hover {
    background: #dedede url(../pics/flashVidTeaser_bg_hover.png) center top repeat-x;
}
#flashVidTeaserContainer a.flashVidTeaser span {
    height: 42px;
    background-image: url(../images/flash_play_icon.gif);
    background-position: 24px center;
    background-repeat: no-repeat;
    padding: 2px 5px 2px 75px;
    line-height: 1.3em;
    display: block;
    cursor: pointer;
}
.error {
	font-weight: bold;
	color: #ff0000;
}