/**
 * UIM TGP Stylesheet (generic/basic)
 *
 * Autor: Mathias Seckert
 *        gansel webCommunication
 * Mail:  seckert@gansel.de
 *
 * Stand:   29.8.2008
 * Version: 1
**/

/** Basic Page Setup **/
html   { font-size: 100.01%; }
body   { font-size:  68.75%; line-height: 145.45%; } /* 11px/16px */
body * { font-size: 100.00%; font-family: Arial, Verdana sans-serif; }

html, body, ul, ol, li, dl, dt, dd, th, td, caption, p, div, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, legend, a, img, noscript {
	margin:  0px;
	padding: 0px;
	border: none;
}

body {
	padding: 0px 10px;
	background: url(../img/bg/bg_main_1x710.gif) repeat-x left -1px #fff;
	color: #666;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.16em; }

h1 { font-size: 1.27em; /* 14 px */ }
h2 { font-size: 1.09em; /* 12 px */  }
.subhead { margin-top: 6px; } /* this is going to replace the general margin for the h2 */

p { margin-top: 14px; }

.thirds p { margin-top: 11px; }

ul { list-style: none; }
li { float: left; }

a      { color: #666; text-decoration: none; font-weight: bold; }
a:hover { color: #333; }

/** Formulare */
input {
	padding: 0px;
	color: #999;
	border: none;
}
input.text {
	width: 157px;
	height: 16px;
	padding: 2px 5px;
	background: url(../img/bg/bg_toolbox_login_input_152x20.jpg) no-repeat left top #FFF;
}
/* BoxModel Bug IE<6 abfangen */
* html input.text {
	width: 167px; /* IE<6 */
	height: 20px; /* IE<6 */
	wid\th: 157px; /* IE6 */
	heigh\t: 16px; /* IE6 */
}

/**
 * The main Structure (basic page layout)
**/
#mainWrp {
	width: 986px;
	margin: 0px auto 0px;
}
#header {
	position: relative;
	margin: 0px 4px 0px 3px;
	height: 126px;
}
#header .logo {
	float: right;
	position: relative;
	border: none;
}
#boxWrpOuter {
	background: url(../img/bg/logos_uim_family.gif) no-repeat left bottom #fff;
}
#boxWrpInner {
	background: url(../img/bg/bg_content_border_986x3000.gif) no-repeat 0px 0px;
	min-height: 678px;
}

#boxHeadWrp { padding: 3px 4px 0px 4px; }
#boxHead { min-height: 25px; overflow: hidden; }

/* Emulate min-height, IE-win<=6 */
/* Hides from IE5/Mac \*/
* html #boxWrpInner { height: 678px; }
*+html #boxWrpInner { height: auto; }
* html #boxHead { height: 25px;  }
*+html #boxHead { height: auto; }
/* End Hide */

#search {
	float: right;
	background: none;
	width: 195px;
	margin-top: 6px;
}
#searchInput {
	float: left;
	border: none;
	background: url(../img/bg/bg_search_input_167x19.gif) no-repeat 0px 0px;
	padding: 2px 5px;
	width: 157px;
	height: 15px;
}
/* BoxModel Bug IE<6 */
* html #searchInput {
	width: 167px; /* IE<6 */
	height: 19px; /* IE<6 */
	wid\th: 157px; /* IE6 */
	heigh\t: 15px; /* IE6 */
}

#contentBox { margin: 0px 4px; overflow: hidden; /* overflow hidden to contain floats*/ }
* html #contentBox {  width: 978px; /* ->hasLayout, do not remove */ }
#contentBox li { float: none; }

#content {
	float: left;
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 0px;
	padding-left: 12px;
	width: 776px;
}

* html #content { width: 788px; wid\th: 776px; }

.serviceBar #content {
	width: 496px;
	padding: 0px 20px 0px 12px;
	background: url(../img/bg/line_v_dotted.gif) repeat-y right top;
 }

/* IE doesn't need the negative margin, it already ignores the module's bottom margin */
* html #content { margin-bottom: 0px; }
*+html #content { margin-bottom: 0px; }

/* IE needs hasLayout */
* html #content { width: 788px; wid\th: 776px; }
* html .serviceBar #content { width: 528px; wid\th: 496px; }

#toolBar {
	float: left;
	width: 190px;
	background: url(../img/bg/bg_toolbar_180x250.gif) no-repeat left 320px;
	overflow: hidden;
	padding-bottom: 180px; /* damit die subnavi nicht ueber das uim_family logo rutscht */
	padding-top: 20px;
}
#serviceBar {
	float: left;
	width: 227px;
	margin-top: 20px;
}
#footer {
	height: 72px;
	background: url(../img/bg/bg_footer_986x72.gif) no-repeat left top #FFF;
	padding: 0px 4px;
}


/**
 * Navigation Styles
 */

/********************
 * Meta Navigation
********************/
#navMeta { float: left; margin: 15px 0px 0px 9px; }
#navMeta li {
	padding: 0px 9px 0px 8px;
	border-right: 1px solid;
	line-height: 90%;
	color: #7D7D7D;
}
#navMeta li.last {
	padding-right: 0px;
	border: none;
}

/**************************
 * Reiter-Navigation
 * (Navi-Ebene: 1)
***************************/
#nav1st {
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -1px;
	background: url(../img/bg/bg_nav1_900x32.png) no-repeat left top;
}
#nav1st li {
	height: 32px;
	width: 96px;
	line-height: 100%;
	background: url(../img/bg/separator_nav1_3x32.gif) no-repeat right top;
}
#nav1st a {
	display: block;
	height: 30px;
	width: 91px;
	line-height: 32px;
	color: inherit;
	margin-left: 1px;
	text-align: center;
	color: #000;
}
#nav1st li.active a {
	background-color: #F0EFEB;
	line-height: 28px;
	margin-top: 2px;
}
#nav1st li.first { margin-left: 2px; }
#nav1st li.last  { background: url(../img/bg/bg_nav1_li.last_3x32.gif) no-repeat right top; }

/**************************
 * Navi in Sidebar links
 * (Navi-Ebenen: 2-3)
***************************/
#nav2nd { overflow: hidden; margin: -19px 0px 40px; }
#nav2nd a,
#nav2nd li.open a,
#mainWrp #nav2nd li li a { color: #666; }

#nav2nd li { border-bottom: 1px solid #CFCFCF; line-height: 1.91em; }
#nav2nd a,
#nav2nd em { padding: 0px 0px 0px 20px; }
/* verschachtelte listen einruecken */
#nav2nd li.open ul a { padding-left: 35px; }
/* default bullet f. aktive/geöffnete level1 listenpunkte... */
#nav2nd li.open,
#nav2nd li.active { background: url(../img/bg/bullet_nav2_default.gif) no-repeat 1px 1px; }
/* aber nicht für tiefere level */
#mainWrp #nav2nd li li { background: none; }
/* li trenner f. geschachtelte listen definieren */
#nav2nd li.open { border-bottom: none; }
#nav2nd li.open ul li.first { border-top: 1px solid #CFCFCF; }


/**************************
 * InSiteNavi
 * Box im Contentbereich
 * (Navi-Ebene: 4)
***************************/
#nav3rd {
	float: right;
	overflow: hidden;
	margin-left: 10px;
	width: 216px;
}
#nav3rd li { border-top: 1px solid #CFCFCF;
	padding: 2px 0px 3px 25px;
	background: url(../img/bg/bullet_nav3_off.gif) no-repeat 5px 5px;
}
#nav3rd li.last { border-bottom: 1px solid #CFCFCF; }
#nav3rd li.active { background-image: url(../img/bg/bullet_nav3_default.gif); }

/********************
 * Navigation Links
*********************/
#navMeta a,
#nav1st a,
#nav2nd a,
#nav3rd a { font-weight: normal; }

/** generic navi styles **/
#mainWrp li.active a,
#mainWrp li.open a,
#mainWrp li.active em,
#mainWrp li.open li.open a,
#mainWrp li.open li.active a {
	font-weight: bold;
	font-style: normal;
}
#mainWrp li.open li a {
	font-weight: normal;
	font-style: normal;
}

/* Link :hover colors */
#nav1st a:hover { color: #666; }
#content a:hover,
#navMeta a:hover,
#nav2nd a:hover,
#content .hover a { color: #333;}

/**
 * Produktabhaengige Farbschemas (Navigation 2, more Links, headlines)
 *
 * Definierte Produkte/Farbschemas:
 * wLocal, wDemographic, wAffinity, wAffinityPlus, wSegments, wMilieu, wConsumer, wAudience, wMobile
**/

/*WEB.Local */
.wLocal h1,
.wLocal a.more,
.wLocal #nav2nd li.open a,
.wLocal #nav2nd li.active a,
.wLocal #mainWrp #nav2nd li.open a:hover,
.wLocal #mainWrp #nav2nd li.active a:hover,
.wLocal #mainWrp #nav2nd li.open li.active a,
.wLocal #nav3rd li.active a { color: #0D2774; }
.wLocal #nav2nd li.open,
.wLocal #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_local.gif); }
.wLocal #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_local.gif); }

/*WEB.Demographic */
.wDemographic h1,
.wDemographic a.more,
.wDemographic #nav2nd li.open a,
.wDemographic #nav2nd li.active a,
.wDemographic #mainWrp #nav2nd li.open a:hover,
.wDemographic #mainWrp #nav2nd li.active a:hover,
.wDemographic #mainWrp #nav2nd li.open li.active a,
.wDemographic #nav3rd li.active a { color: #B60028; }
.wDemographic #nav2nd li.open,
.wDemographic #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_demographic.gif); }
.wDemographic #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_demographic.gif); }

/* WEB.Affinity */
.wAffinity h1,
.wAffinity a.more,
.wAffinity #nav2nd li.open a,
.wAffinity #nav2nd li.active a,
.wAffinity #mainWrp #nav2nd li.open a:hover,
.wAffinity #mainWrp #nav2nd li.active a:hover,
.wAffinity #mainWrp #nav2nd li.open li.active a,
.wAffinity #nav3rd li.active a { color: #5F0664; }
.wAffinity #nav2nd li.open,
.wAffinity #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_affinity.gif); }
.wAffinity #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_affinity.gif); }

/* WEB.AffinityPlus */
.wAffinityPlus h1,
.wAffinityPlus a.more,
.wAffinityPlus #nav2nd li.open a,
.wAffinityPlus #nav2nd li.active a,
.wAffinityPlus #mainWrp #nav2nd li.open a:hover,
.wAffinityPlus #mainWrp #nav2nd li.active a:hover,
.wAffinityPlus #mainWrp #nav2nd li.open li.active a,
.wAffinityPlus #nav3rd li.active a { color: #5B0560; }
.wAffinityPlus #nav2nd li.open,
.wAffinityPlus #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_affinityplus.gif); }
.wAffinityPlus #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_affinityplus.gif); }

/* WEB.Segments */
.wSegments h1,
.wSegments a.more,
.wSegments #nav2nd li.open a,
.wSegments #nav2nd li.active a,
.wSegments #mainWrp #nav2nd li.open a:hover,
.wSegments #mainWrp #nav2nd li.active a:hover,
.wSegments #mainWrp #nav2nd li.open li.active a,
.wSegments #nav3rd li.active a { color: #008375; }
.wSegments #nav2nd li.open,
.wSegments #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_segments.gif); }
.wSegments #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_segments.gif); }

/* WEB.Milieu */
.wMilieu h1,
.wMilieu a.more,
.wMilieu #nav2nd li.open a,
.wMilieu #nav2nd li.active a,
.wMilieu #mainWrp #nav2nd li.open a:hover,
.wMilieu #mainWrp #nav2nd li.active a:hover,
.wMilieu #mainWrp #nav2nd li.open li.active a,
.wMilieu #nav3rd li.active a { color: #87A43A; }
.wMilieu #nav2nd li.open,
.wMilieu #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_milieu.gif); }
.wMilieu #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_milieu.gif); }


/* WEB.Consumer */
.wConsumer h1,
.wConsumer a.more,
.wConsumer #nav2nd li.open a,
.wConsumer #nav2nd li.active a,
.wConsumer #mainWrp #nav2nd li.open a:hover,
.wConsumer #mainWrp #nav2nd li.active a:hover,
.wConsumer #mainWrp #nav2nd li.open li.active a,
.wConsumer #nav3rd li.active a { color: #DE7D14; }
.wConsumer #nav2nd li.open,
.wConsumer #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_consumer.gif); }
.wConsumer #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_consumer.gif); }

/* WEB.Audience */
.wAudience h1,
.wAudience a.more,
.wAudience #nav2nd li.open a,
.wAudience #nav2nd li.active a,
.wAudience #mainWrp #nav2nd li.open a:hover,
.wAudience #mainWrp #nav2nd li.active a:hover,
.wAudience #mainWrp #nav2nd li.open li.active a,
.wAudience #nav3rd li.active a { color: #63B5FE; }
.wAudience #nav2nd li.open,
.wAudience #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_audience.gif); }
.wAudience #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_audience.gif); }

/* WEB.Powershopper */
.wPowershopper h1,
.wPowershopper a.more,
.wPowershopper #nav2nd li.open a,
.wPowershopper #nav2nd li.active a,
.wPowershopper #mainWrp #nav2nd li.open a:hover,
.wPowershopper #mainWrp #nav2nd li.active a:hover,
.wPowershopper #mainWrp #nav2nd li.open li.active a,
.wPowershopper #nav3rd li.active a { color: #D7131D; }
.wPowershopper #nav2nd li.open,
.wPowershopper #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_powershopper.gif); }
.wPowershopper #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_powershopper.gif); }

/* WEB.Mobile */
.wMobile h1,
.wMobile a.more,
.wMobile #nav2nd li.open a,
.wMobile #nav2nd li.active a,
.wMobile #mainWrp #nav2nd li.open a:hover,
.wMobile #mainWrp #nav2nd li.active a:hover,
.wMobile #mainWrp #nav2nd li.open li.active a,
.wMobile #nav3rd li.active a { color: #999999; }
.wMobile #nav2nd li.open,
.wMobile #nav2nd li.active { background-image: url(../img/bg/bullet_nav2_mobile.gif); }
.wMobile #nav3rd li.active { background-image: url(../img/bg/bullet_nav3_mobile.gif); }
/* .wMobile #nav3rd li.active a { background-image: url(../img/bg/bullet_nav3_mobile.gif); } */

/**************************
 * Module
***************************/

/** common content/module styles **/
.module,
#content .contentrow {
	float: left;
}
#content .contentrow { width: 100%; }

.module {
	margin: 0px 0px 20px 20px;
	background: url(../img/bg/line_h_dotted.gif) repeat-x left bottom;
	padding: 0px;
}

.module p { padding: 0px 1px; }

.full  { width: 724px; }
.half  { width: 353px; }
.thirds { width: 228px; }

.serviceBar .full,
.twothirds { width: 476px; }

* html .module { display: inline; } /* fix IEs double-margin bug*/

/** standard module settings **/
.module img,
.module object,
.module .txtWrp { margin-bottom: 20px; }

/** .noborder Klasse für Module ohne Trennlinie unten **/
#mainWrp .noborder { background-image: none;}
#mainWrp .noborder .txtWrp { margin-bottom: 0px; }

/** modules in serviceBar are equal in width **/
#serviceBar .box,
#serviceBar .module { width: 207px; }

#mainWrp .thirds img,
#mainWrp .thirds object { margin-bottom: 11px; }
#mainWrp .thirds p { height: 48px; margin: 0px 0px 9px; overflow: hidden; }

/** standard module with optional image **/
.optimg img { float: left; margin-right: 20px; }
#mainWrp .right img { float: right; margin-left: 20px; }
.optimg .txtWrp { overflow: hidden; }

/* Hides from IE5/Mac \*/
* html .optimg .txtWrp { overflow: visible; height: 0%; }
/* End Hide */

/** modules with optional fullsize image (=full module size)  **/
#content img.optfullimg,
#content .optfullimg img { float: none; margin-bottom: 20px; margin-right: 0px; }

#mainWrp ul.structure {	padding: 0px; }
#mainWrp ul.structure li {
	margin: 0px;
	padding: 0px;
	float: none;
	list-style: none;
}


/**************************
 * Boxen (grau hinterlegt,
 * abgerundete Ecken...)
***************************/
.box img,
.box .txtWrp { margin-bottom: 0px;}

.box .txtWrp,
.box .contentWrp,
.box .moduleContent { overflow: hidden; }

/* Hides from IE5/Mac \*/
* html .box .contentWrp,
* html .box .moduleContent { overflow: visible; height: 1%; }
/* End Hide */

.box .moduleContent { padding: 12px 11px 15px; }
.full .box { background: url(../img/bg/box_fullsize_top.gif) no-repeat left top; }
.full .box .moduleContent { background: url(../img/bg/box_fullsize_bottom.gif) no-repeat left bottom; }
#serviceBar .box { background: url(../img/bg/servicebox_top.gif) no-repeat left top; }
#serviceBar .box .moduleContent { background: url(../img/bg/servicebox_bottom.gif) no-repeat left bottom; }
#serviceBar .servicebox h1 { background-image: none; font-size: 1.27em; /* 14 px */ padding-bottom: 0px; margin-bottom: 0px; }

/***************************
 * Boxen Content
****************************/
/** Die Boxenueberschrift **/
.box h1 {
	padding: 9px 1px;
	margin: 0px 9px;
	font-size: 1.09em; /* 12px */
	/* enforce non-wrapping headlines */
	overflow: hidden;
	white-space: nowrap;
}

/** Ueberschriften in den Boxen **/
.box .moduleContent h1,
.box .moduleContent h2,
.box .moduleContent h3 {
	clear: left;
	padding: 0px 1px 0px;
	margin: 0px 0px 0px -1px;
	white-space: normal;
}

.box .moduleContent h1 {
	background: url(../img/bg/line_h_dashed.gif) repeat-x left bottom;
	padding: 0px 1px 5px;
	margin-bottom: 10px;
	font-size: 1.18em; /* 13px */
	line-height: 1.23em; /* 16px@13px font */
}

.box.inSiteNav .moduleContent h1,
.box.inSiteNav .moduleContent h2,
.box.inSiteNav .moduleContent h3 {
	padding: 0px 1px;
	background: none;
}
.box.inSiteNav .moduleContent h2,
.box.inSiteNav .moduleContent h3 {
	margin-top: 25px;
}

.box.inSiteNav .contentWrp {
	float: left;
	width: 465px;
	padding-right: 11px;
	background: url(../img/bg/line_v_dotted.gif) repeat-y right top;
}

* html .box.inSiteNav .contentWrp {
	overflow: hidden;
	width: 476px;
	wid\th: 465px;
	height: auto;
}

/******************************
 * ServiceBox (Sidebar rechts)
******************************/
.servicebox ul {
	padding: 0px 0px 8px;
	width: 185px;
	overflow: hidden;
}
.servicebox li {
	padding: 0px;
	background: url(../img/bg/line_h_dotted.gif) repeat-x left bottom;
}
/* Hides from IE5/Mac */
* html .servicebox li,
* html .servicebox li span { height: 1%; } /* yet another ie bug... */
/* End Hide */

.servicebox li span {
	display: block;
	padding: 12px 0px;
}
.servicebox li.phone span,
.servicebox li.email span {
	padding-left: 33px;
}

.servicebox li.phone span { background: url(../img/bg/icon_phone.gif) no-repeat 9px 7px; }
.servicebox li.email span { background: url(../img/bg/icon_email.gif) no-repeat 5px 14px; }
.servicebox li.email a { font-weight: normal; }


/** Datentabellen / Listen **/
* html #contentBox .separatedList { float: left; }
#contentBox .separatedList li {
	float: left;
	border-right: 1px solid;
	line-height: 1em;
	list-style: none;
}
#contentBox .separatedList li.last {
	padding-right: 0px;
	border-right: none;
}

.inSiteNav .txtWrp li,
.box li li { margin: 0px 0px 0px 15px; list-style: square; }

.inSiteNav .txtWrp ul,
.box li ul { overflow: hidden; padding: 0em; }
.inSiteNav .txtWrp ul { padding-top: 20px; }
.inSiteNav .txtWrp ul.bullets { padding-top: 0px; }
.box dd { overflow: hidden; }
/* Hides from IE5/Mac */
* html .box dd { overflow: visible; height: 1%; }
/* End Hide */
.box dt { float: left; font-weight: bold; padding-right: 5px;}

.tableList dt { width: 80px; padding: 0px;}

#contentBox .box dl.tableList .mediennutzung { float: left; margin-bottom: 2.5em; }
#contentBox .box dl.tableList .mediennutzung li {
    float: left;
    padding: 0em 14px 0em 0em;
    margin: 0px 3px 0px 0px;
    list-style: none;
    background-position: right 50%;
    background-repeat: no-repeat;
}
/*
    high/medium/low arrows are no longer used
    by the "Content Mediennutzung" module, but we will keep the styles
    and icons in case they are re-needed some day
*/
.box dl.tableList .mediennutzung li.high { background-image: url(../img/bg/usage_high.gif);}
.box dl.tableList .mediennutzung li.medium { background-image: url(../img/bg/usage_medium.gif);}
.box dl.tableList .mediennutzung li.low { background-image: url(../img/bg/usage_low.gif);}

.box dl.tableList,
.box .textOnly { margin-bottom: 30px; }
.box p.textOnly { margin-top: 0px; }

.box ul.separatedList { margin-bottom: 2.5em;  }
.box ul.separatedList { padding: 0px; margin-left: -4px; }
.inSiteNav ul.separatedList { margin-left: -2px; }
.box ul.separatedList li { padding: 0px 4px 0px; margin: 0em 0em 0.5em; }
* html .box ul.separatedList { padding-bottom: 0.5em; } /* ie<7 ignores the 0.5em margin-bottom when it contains them */

.box .separatedList dt,
.box .separatedList dd { float: none; display: inline; }
.box ul.separatedList li { white-space: nowrap; }

/**
 * some debug classes
 */
.debug .module { background: cornflowerblue; }
.debug .txtWrp { background: lightblue; }
.debug #header { background: lightgreen; }
.debug #boxHeadWrp { background: pink; }
.debug #toolBar    { background: orange; }
.debug #contentBox { background: yellow; }
.debug #content    { background: navy; }
.debug p, .debug p.txtWrp { background: silver; }
.debug h1,
.debug h2,
.debug h3,
.debug h4,
.debug h5,
.debug h6 { background: lime; }

.editorNotice {font-weight: bold; margin-left: 20px; color: red;}
