/***
 * Corporate Design:
 * 
 * Color: 	#ecb631; 	// Orange
 * Active:	#f5f6f6;	// White
 * Banner:	#1d5d64;	// Blue
 * Hilight:	#f0d27f;	// light orange
 * Footer:	#a78021;	// mud orange
 * Text:		#666666;  // Grey on White BG
 * Links: 	#FFD083;  // salmon
 */
html, body
{
	margin: 0;
	padding: 0;
	font-family: "BitstreamVeraSansRoman", sans-serif;
	font-size: 12px;
}

body {
	background: url(../src/BG_body.png) top left;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	font-size: 160%;
	color: #ecb631;
}
h3
{
	color: #ecb631!important;
	font-weight: normal;
	font-size: 160%;
}
h4
{
	color: #ecb631;
	font-weight: normal;
	font-size: 120%;
	margin: 14px 0 6px 0;	
}
p
{
	color: #f5f6f6;
	line-height: 150%;
	letter-spacing: 0.3pt;
}
li
{
	line-height: 150%;
	letter-spacing: 0.3pt;
}

a,
a:link,
a:active,
a:focus,
a:visited
{
	color: #ecb631;
	text-decoration: none;
	outline: none;
}
a:hover
{
	color: #f5f6f6;
	text-decoration: none;
}

a>img 
{
	border: 0;
}

strong
{
	color: #ecb631;
	font-family: "BitstreamVeraSansRoman", sans-serif;
	font-weight: normal;
}

/*** Linklist ***/
ul.WIB_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.WIB_list li
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 22px;
	background: url(../src/WIB_arrow.png) no-repeat left 50%;
	color: #f5f6f6;
}
ul.WIB_list li:first-child
{
	border-top: 1px dotted #f0d27f;
}
ul.WIB_list li a
{
	color: #f5f6f6;
}


div#WIB_kontakt
{
	position: fixed;
	left: 0;
	top: 160px;
	width: 54px;
	height: 200px;
	background: url(../src/BG_kontakt.png) no-repeat top left;
}
div#WIB_kontakt a
{
	display: block;
	width: 54px;
	height: 200px;
}
div#WIB_mainWrap
{
	text-align: center;
}

div#WIB_main
{
	margin: auto;
	width: 960px;
	padding: 0 80px 0 80px;
}

div#WIB_headWrap
{
	width:960px;
	height: 160px;
	float: left;
	clear: left;
}

div#WIB_logo
{
	background: url(../src/WIB_logo.png) no-repeat 0 45px;
	width: 250px;
	height: 160px;
	float: left;
}
div#WIB_logo a
{
	display: block;
	width: 250px;
	height: 160px;
	outline: none;
}

div#WIB_contact
{
	float: right;
	color: #515050;
	text-align: right;
	margin-top: 30px;
	margin-right: 60px;
	display: inline; /* IE 6 */
}
div#WIB_contact div.WIB_contactTel a,
div#WIB_footWrap div.WIB_contactTel a
{
	color: #515050;
	font-size: 24px;
}
div#WIB_contact div.WIB_contactMail a,
div#WIB_footWrap div.WIB_contactMail a
{
	color: #515050;
	font-size: 18px;
}

/**
 * Navigation Header
 */
div#WIB_navi
{
	
}
div#WIB_navi ul
{
	list-style: none;
}
div#WIB_navi li
{
	float: left;
	padding: 0;
	padding-left: 14px;
	margin-left: 12px;
	background: url(../src/BG_navi.png) no-repeat top left;
	line-height: 42px;
	text-transform: uppercase;
	border: none;
}
div#WIB_navi li:first-child
{
	background: none;
}

div#WIB_navi li a
{
	color: #ecb631;
	text-decoration: none;
}
div#WIB_navi li a:hover
{
	color: #f5f6f6;
	text-decoration: none;
}
div#WIB_navi li a.WIB_navi_active,
ul#WIB_footNavi li a.WIB_navi_active
{
	color: #f5f6f6;
}

div#WIB_content
{
	clear: left;
	text-align: left;
}

/**
 * Header Homepage
 */
div#WIB_contentHead 
{
	color: #1d5d64;
	background: url(../src/WIB_banner.jpg) no-repeat top left;
	height: 270px;
	margin-bottom: 21px;
	padding-bottom: 0;
}

div#WIB_contentHead h1
{
	margin-left: 30px;
	padding-top: 40px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #1d5d64;
}
div#WIB_contentHead h2
{
	font-weight: normal;
	margin-left: 30px;
	font-size: 100%;
	line-height: 180%;
	text-transform: uppercase;
	color: #1d5d64;
}
div#WIB_contentHead h2 a
{
	color: #1d5d64;
	text-decoration: none;	
}

/**
 * Columns
 */
div.WIB_columns_100,
div.WIB_columns_33_33_33,
div.WIB_columns_50_50,
div.WIB_columns_50_50w,
div.WIB_columns_50w_50,
div.WIB_columns_50w_50w,
div.WIB_columns_66_33,
div.WIB_columns_66c_33p,
div.WIB_columns_33_66
{
	margin-bottom: 21px;
}

/*** 33% - 33% - 33% ***/
div.WIB_columns_33_33_33
{
	margin-bottom: 21px;
	background: url(../src/BG_columns_33_33_33.png);
}

div.WIB_columns_33_33_33 div.WIB_column_1,
div.WIB_columns_33_33_33 div.WIB_column_2
{
	margin-right: 20px;
}


div.WIB_columns_33_33_33 div.WIB_contentCol,
div.WIB_columns_33_33_33 div.WIB_footCol
{
	width: 306px;
	float: left;
	text-align: left;
}

/*** 100% ***/
div.WIB_columns_100
{
	background: url(../src/BG_columns_100.png);	
}
div.WIB_columns_100 div.WIB_contentCol
{
	width: 470px;
	min-height: 400px;
	float: left;
	text-align: left;
	padding-bottom: 40px;	
}

/*** 50% - 50% ***/
div.WIB_columns_50_50 div.WIB_contentCol,
div.WIB_columns_50_50w div.WIB_contentCol,
div.WIB_columns_50w_50 div.WIB_contentCol,
div.WIB_columns_50w_50w div.WIB_contentCol
{
	width: 470px;
	min-height: 400px;
	float: left;
	text-align: left;
	padding-bottom: 40px;
}
div.WIB_columns_50_50 div.WIB_column_1,
div.WIB_columns_50_50w div.WIB_column_1,
div.WIB_columns_50w_50 div.WIB_column_1,
div.WIB_columns_50w_50w div.WIB_column_1
{
	margin-right: 20px;
}

div.WIB_columns_50_50
{
	background: url(../src/BG_columns_50_50.png);	
}
div.WIB_columns_50_50w
{
	background: url(../src/BG_columns_50_50w.png);	
}
div.WIB_columns_50w_50
{
	background: url(../src/BG_columns_50w_50.png);	
}
div.WIB_columns_50w_50w
{
	background: url(../src/BG_columns_50w_50w.png);	
}

/*** 66% - 33% ***/
div.WIB_columns_66_33
{
	background: url(../src/BG_columns_66_33.png);	
}
div.WIB_columns_66c_33p
{
	background: url(../src/BG_columns_66c_33p.png);	
}
div.WIB_columns_66_33 div.WIB_contentCol,
div.WIB_columns_66c_33p div.WIB_contentCol
{
	min-height: 400px;
}
div.WIB_columns_66_33 div.WIB_column_1,
div.WIB_columns_66c_33p div.WIB_column_1
{
	width: 633px;
	margin-right: 20px;
	float: left;
	text-align: left;
}
div.WIB_columns_66_33 div.WIB_column_2,
div.WIB_columns_66c_33p div.WIB_column_2
{
	width: 307px;
	float: left;
	text-align: left;
}

/*** 33% - 66% ***/
div.WIB_columns_33_66
{
	background: url(../src/BG_columns_33_66.png);	
}
div.WIB_columns_33_66 div.WIB_column_1
{
	width: 630px;
	margin-right: 20px;
}
div.WIB_columns_33_66 div.WIB_column_2
{
	width: 310px;
}

/**
 * Helper Classes
 */

div.WIB_clear
{
	clear: both;
}

/**
 * Boxes
 */
div.WIB_box, div.WIB_indexBox
{
	position: relative;
}
div.WIB_box_33
{
	position: relative;
	width: 306px;
	float: left;
}
div.WIB_box_66
{
	position: relative;
	width: 633px;
	float: left;
}
div.WIB_fixedBox
{
	height: 212px;
	margin-bottom: 21px;
	padding: 24px;
}

div.WIB_dynamicBox
{
	padding: 24px;
	color: #f5f6f6;
}

div.WIB_indexBox h3
{
	margin-top: 24px;
	margin-bottom: 32px;
	font-size: 160%;
}

/*** Text-Teaser ***/
div.WIB_textTeaserBox
{
	margin-bottom: 8px;
	padding: 24px;
}
div.WIB_textTeaserBox h3
{
	margin: 8px 0 4px 0;
}
div.WIB_textTeaserBox p
{
	margin: 0 0 8px 0;
}

/*** Bild-Teaser (large) ***/
div.WIB_bildTeaserBox
{
	padding: 24px;
}
div.WIB_bildTeaserBox img
{
	border: 0;
	width: 258px;
}
div.WIB_bildTeaserBox h3
{
	margin: 8px 0 4px 0;
}
div.WIB_bildTeaserBox p
{
	margin: 30px 0 8px 0;
}

/*** Bild-Teaser (small) ***/
div.WIB_smallTeaserBox
{
	margin-bottom: 8px;
	float: left;
	margin-right: 20px;
	width: 135px;
	overflow: hidden;
}
div.WIB_smallTeaserBox img
{
	border: 0;
	width: 135px;
	height: 82px;
}
div.WIB_smallTeaserBox h3
{
	margin: 8px 0 4px 0;
}
div.WIB_smallTeaserBox p
{
	margin: 4px 0 8px 0;
}

div.WIB_box_left
{
	margin-right: 20px;
}
div.WIB_box_right
{
	margin-right: 0px;
}

/*** Bild-Teaser (small-double) ***/
div.WIB_smallDoubleTeaserBox
{
	margin-bottom: 8px;
	float: left;
	margin-right: 20px;
}
div.WIB_smallDoubleTeaserBox img
{
	border: 0;
	width: 290px;
	height: 82px;
}
div.WIB_smallDoubleTeaserBox h3
{
	margin: 8px 0 4px 0;
}
div.WIB_smallDoubleTeaserBox p
{
	margin: 4px 0 8px 0;
}

div.WIB_box_left
{
	margin-right: 20px;
}
div.WIB_box_right
{
	margin-right: 0px;
}


/*** Content (white BG) ***/
div.WIB_contentBox
{
	margin-bottom: 21px;
	padding: 24px;
	color: #666;
}
div.WIB_contentBox p
{
	color: #666;
}
div.WIB_dynamicBox ul,
div.WIB_contentBox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.WIB_dynamicBox ul li,
div.WIB_contentBox ul li
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 14px;
	background: url(../src/WIB_plus.png) no-repeat left 10px;
}
div.WIB_dynamicBox ul li:first-child,
div.WIB_contentBox ul li:first-child
{
	border-top: 1px dotted #f0d27f;
}
div.WIB_dynamicBox ul li a,
div.WIB_contentBox ul li a
{
	color: #FFD083;
}
div.WIB_dynamicBox ul li a:hover,
div.WIB_contentBox ul li a:hover
{
	color: #f5f6f6;
}

/*** Startpage ***/
div#WIB_indexBoxCMS
{
	background: url(../src/BG_boxCMS.png) no-repeat 174px 0px;
}
div#WIB_indexBoxSEO
{
	background: url(../src/BG_boxSEO.png) no-repeat 190px 0px;
}
div#WIB_indexBoxWeb
{
	background: url(../src/BG_boxWeb.png) no-repeat 164px 12px;
}
div#WIB_indexBoxContact
{
	background: url(../src/BG_boxContact.png) no-repeat 186px 8px;
}

a.WIB_moreLink
{
	color: #ecb631;
	text-transform: uppercase;
}
a.WIB_moreLink:hover
{
	color: #f5f6f6;
}

div.WIB_fixedBox a.WIB_moreLink
{
	position: absolute;
	bottom: 0;
}

.WIB_uppercase
{
	text-transform: uppercase;
}

/*** Linklist ***/
ul.WIB_linkList
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.WIB_linkList li
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 22px;
	background: url(../src/WIB_arrow.png) no-repeat left 50% !important;
}
ul.WIB_linkList li:first-child
{
	border-top: 1px dotted #f0d27f;
}
ul.WIB_linkList li a
{
	color: #f5f6f6;
}

/*** Reference Image ***/
div.WIB_refImage
{
	background: url(../src/BG_image.jpg) no-repeat top left;
	width: 258px;
	height: 176px;
}
div.WIB_refImage img
{
	margin: 8px;
	border: 1px solid #52504b;
}
p.WIB_hilight
{
	color: #f0d27f;
	padding-bottom: 18px;
	border-bottom: 1px solid #3a3013; 
}
p.WIB_hilight span.WIB_contactTel
{
	font-size: 20px;
	line-height: 150%;
}
p.WIB_hilight span.WIB_contactMail
{
	font-size: 14px;
}
p.WIB_hilight span.WIB_contactTel a
{
	color: #f0d27f;
}
p.WIB_hilight span.WIB_contactMail a
{
	color: #f0d27f;
}

/**
 * Footer
 */
div#WIB_footWrap
{
	text-align: left;
	background: none;
}

div#WIB_footCol1,
div#WIB_footCol2
{
	float: left;
	margin-right: 21px;
}

div#WIB_footCol2 div.WIB_dynamicBox
{
	padding-top: 0;
}

div.WIB_footCol h3
{
	margin: 0;
	color: #a78021;
}

div.WIB_footCol p
{
	margin: 0;
	color: #515050;
}

div#WIB_footCol_Mapharo
{
	background: url(../src/MAC_logo.jpg) no-repeat top right;
	height: 80px;
}

ul#WIB_footNavi
{
	width: 306px;
	float: left;
	list-style: none;
	padding: 0;
}

ul#WIB_footNavi li
{
	float: left;
	color: #ecb631;
	text-transform: uppercase;
	border: none;
	padding: 0;
}

div#WIB_ref_B2E div#WIB_refStoerer
{
	position: absolute;
	top: -34px;
	right: 0px;
	width: 269px;
	height: 260px;
	background: url(../src/WIB_refStoerer.png) no-repeat top right;
}

/**
 * Anchor-Types
 */
a.WIB_icon_default
{
	padding-left: 14px;
	background: url(../src/WIB_arrow.png) no-repeat left center;
	outline: none;
}
a.WIB_icon_download
{
	padding-left: 14px;
	background: url(../src/ICN_Download.png) no-repeat left center;
	outline: none;
}
a.WIB_icon_document
{
	padding-left: 14px;
	background: url(../src/ICN_Download.png) no-repeat left center;
	outline: none;
}
a.WIB_icon_security
{
	padding-left: 14px;
	background: url(../src/ICN_Download.png) no-repeat left center;
	outline: none;
}

/**
 * Artikel
 */
p.WIB_teaserText
{
	padding-left: 4px;
	border-left: 1px dotted #ECB631;
	font-style: italic;
}

ul li.WIB_linkList
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 22px;
	background: url(../src/WIB_arrow.png) no-repeat left 50% !important;
}


/**
 * Referenzen
 */

div#WIB_clientReview
{
	margin-top: 12px;
	font-style: normal;
	color: #b1b1b1;	
	line-height: 140%;
}
.WIB_rezension
{
	font-size: 90%;
	padding: 5px 0;
	line-height: 130%;
	text-align: justify;
	border-top: 1px dotted #bbb;
	clear: both;
}

.WIB_clientName
{
	font-size: 90%;
	font-style: oblique;
	display: block;
	text-align: right;
}

.WIB_clientReviewStart, .WIB_clientReviewEnd
{
	display: inline;
	font-size: 200%;
	vertical-align: top;
	color: #ecb631;
}

.vcard .type, .vcard .geo
{
	display: none;
}
.WIB_rtl 
{
	unicode-bidi:bidi-override; direction: rtl; 
}

div.WIB_close
{
	text-transform: uppercase;
	text-align: right;
	margin: 24px 24px 0 24px;
}
div.WIB_close a,
div.WIB_close a:hover
{
	color: #ecb631;
	padding-right: 18px;
	background: url(../src/WIB_close.png) no-repeat right center;
}

/**
 * Sitemap-Tree
 */
div#WIB_dcmsManualTree
{
	margin-bottom: 21px;
	padding: 24px;
	color: #f5f6f6;	
}

/*
div#WIB_dcmsManualTree ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
div#WIB_dcmsManualTree ul li
{
	position: relative;
	padding-left: 14px;
}
div#WIB_dcmsManualTree>ul>li
{
	position: relative;
	padding-left: 0;
}
*/
div#WIB_dcmsManualTree ul li.DCMS_menuSelected a
{
	color: #f5f6f6;
}
div#WIB_dcmsManualTree ul li.DCMS_menuSelected li a
{
	color: #ecb631;
}
/*
div#WIB_dcmsManualTree ul li.DCMS_nodeHasChildren span
{
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	left: 0;
	background: url(../src/WIB_plus.png) no-repeat left 2px;
}
*/
div#WIB_dcmsManualTree ul#LPN_contentSitemap
{
	margin-left: 0;
}


/**
 * tinyMCE
 */
body.mceContentBody a,
body.mceContentBody a:link,
body.mceContentBody a:active,
body.mceContentBody a:focus,
body.mceContentBody a:visited
{
	color: #ecb631 !important;
	text-decoration: none !important;
	outline: none !important;
	cursor: pointer !important;
}

body.mceContentBody
{
	background: url(../src/BG_contentCol.jpg) repeat top left;
	color: #f5f6f6;
}


div#WIB_ref_B2E div.WIB_dynamicBox p
{
	width: 320px;
}

/**
 * Special lists and list items
 */
div.WIB_dynamicBox ul.WIB_DL_Documents li,
div.WIB_contentBox ul.WIB_DL_Documents li,
li.WIB_DL_Documents
{
	background: url(../src/ICN_Dokument.png) no-repeat left 10px;
}
div.WIB_dynamicBox ul.WIB_DL_Downloads li,
div.WIB_contentBox ul.WIB_DL_Downloads li,
li.WIB_DL_Downloads
{
	background: url(../src/ICN_Download.png) no-repeat left 9px;
}
div.WIB_dynamicBox ul.WIB_DL_Security li,
div.WIB_contentBox ul.WIB_DL_Security li,
li.WIB_DL_Security
{
	background: url(../src/ICN_Security.png) no-repeat left 9px;
}

div.WIB_tpl_caseStudy h3
{
	font-size: 130%;
}

img.WIB_clientLogo
{
	width: 120px;
	height: 73px;
	margin: 0 9px 12px 0px;
	float: left;
	border: 0;
}
img.WIB_clientLogoWide
{
	width: 249px;
	height: 73px;
	margin: 0 9px 12px 0px;
	float: left;
	border: 0;
}

img.WIB_imgLeft
{
	float: left;
	margin-right: 12px;
}
img.WIB_imgRight
{
	float: right;
	margin-left: 12px;
}
