/* Verwendete Hacks: 

   - Box-Model -> f�r IE<6 Kompatibilit�t:
     Bei Verwendung von margin, border oder padding werden erst die Werte
     f�r Breite und H�he eines Elements im falschen BM-Stil angegeben
     (Beispiel: width: 115px;). Danach folgt der Block
     -----------------------
     voice-family: "\"}\""; voice-family: inherit;
     -----------------------
     und dann die korrekten Breite- und H�heangaben (Beispiel: width: 109px;).
     Weitere Infos: http://www.tantek.com/CSS/Examples/boxmodelhack.html
*/

/***********************************************
  generelle Einstellungen
***********************************************/

/* :::: Farben ::::
-> dunkel-blau = #1E1C77
-> bgr-grau = #B6BFC4
*/


* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
	height: 100%;
}

body
{
	margin: 0 auto;
	width: 978px;
	padding: 0;
  height: 100%;
	font: normal 11px/16px Tahoma, Arial, Verdana, sans-serif;
	color: #1E1C77;
	background: #B6BFC4 url(../img/bgr-gradient.jpg) 0 0 repeat-x;
}
#bdy-intro {
  height: auto !important;
  width: 1000px;
}

#intro-wrapper {
  margin-top: 25px;
}
#intro-wrapper p {
  text-align: center;
}
a.lnk-skip {
  background: url(../img/arrow_blue.gif) 0 7px no-repeat;
  padding-left: 10px;
  color: #FFFFFF !important;
  display: block;
  font-family: Verdana;
  font-size: 11px;
  margin: 22px auto 0;
  text-decoration: none !important;
  width: 57px;
}

.ir {
  font: 0px/0px sans-serif;
  text-indent: -1000px;
  text-decoration: none;
  overflow: hidden;
}

.clr {
	display: block;
	clear: both;
	height: 0px;
}
img, div, a {
	behavior: url(../iepngfix.htc);
}

li.bold { font-weight: bold; }

/***********************************************
  Textformatierung
***********************************************/
p.bodytext {
  margin-bottom: 21px;
  margin-top: 5px;
  line-height: 18px;
  font-size: 11px;
  width: 435px;
  padding-left: 28px;
}

p.bodytext sub { display: block; margin: 0; padding: 10px 0 0 0; }

body.home div#middle-col p.bodytext {
  padding-left: 0;
  width: 520px;
}



/***********************************************
  Links
***********************************************/
a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: none;
}
*:focus {
	outline: none;
}

a#lnk-home {
	background:transparent url(../img/img-logo.jpg) no-repeat scroll 0 0;
	height:36px;
	margin:0 auto 19px;
	width:320px;
	display: block;
}
#headline-container {
  display: block;
  height: 36px;
  margin: 0 auto 19px;
  width: 320px;
}

p.bodytext a {
  color: #1E1C77;
  text-decoration: underline;
}
p.bodytext a:hover { color: #DD1621; }
/***********************************************
  Forms
***********************************************/


/***********************************************
  DIVs
***********************************************/


div#container {
	width: 978px;
	background: #FFF url(../img/bgr_container.jpg) no-repeat bottom left;
	margin: 0 auto 0;
	min-height: 100%;
	float: left;
}
* html div#container { height: 100%; }

div#container div#header {
	width: 978px;
	padding-top: 25px;
}

div#container div#header h1 {
	background: url(../img/img-logo.jpg) no-repeat 0 0;
	height: 36px;
	width: 320px;
	margin: 0 auto 19px auto;
}

div#container ul#main-navi {
	list-style: none;
	width: 524px;
	margin: 0 auto;
	height: 34px;
}

div#container div#teaser {
	border-left: 227px solid #1E1C77;
	border-right: 227px solid #1E1C77;
	margin-bottom: 31px;
	margin-top: 1px;
	height: 101px;
}

/**
 * Main-Navi
 */
div#container ul#main-navi li {	float: left; }

/*DEUTSCH*/
body#de div#container ul#main-navi li a.Home { background: url(../img/btn_home.gif) no-repeat 0 0px; width: 84px; height: 34px; display: block; }
body#de div#container ul#main-navi li a.Unternehmen { background: url(../img/btn_unternehmen.gif) no-repeat 0 0px; width: 129px; height: 34px; display: block; }
body#de div#container ul#main-navi li a.Qualität { background: url(../img/btn_qualitaet.gif) no-repeat 0 0px; width: 96px; height: 34px; display: block; }
body#de div#container ul#main-navi li a.International { background: url(../img/btn_international.gif) no-repeat 0 0px; width: 126px; height: 34px; display: block; }
body#de div#container ul#main-navi li a.Presse { background: url(../img/btn_presse.gif) no-repeat 0 0px; width: 89px; height: 34px; display: block; }
/*ENGLISH*/
body#en div#container ul#main-navi li a.Home { background: url(../img/btn_home_en.gif) no-repeat 0 0px; width: 90px; height: 34px; display: block; }
body#en div#container ul#main-navi li a.Company { background: url(../img/btn_unternehmen_en.gif) no-repeat 0 0px; width: 112px; height: 34px; display: block; }
body#en div#container ul#main-navi li a.Quality { background: url(../img/btn_qualitaet_en.gif) no-repeat 0 0px; width: 99px; height: 34px; display: block; }
body#en div#container ul#main-navi li a.International { background: url(../img/btn_international_en.gif) no-repeat 0 0px; width: 134px; height: 34px; display: block; }
body#en div#container ul#main-navi li a.Press { background: url(../img/btn_presse_en.gif) no-repeat 0 0px; width: 89px; height: 34px; display: block; }


body#de div#container ul#main-navi li a:hover,
body#en div#container ul#main-navi li a:hover { background-position: 0 -34px; }
body#de div#container ul#main-navi li a.active,
body#de div#container ul#main-navi li a.active:hover,
body#en div#container ul#main-navi li a.active,
body#en div#container ul#main-navi li a.active:hover { background-position: 0 -68px; }

/**
 * Subnavi
 */
ul#sub-navi {
	list-style: none;
	margin-top: 0px;
}
ul#sub-navi li {
	float: right;
	clear: both;

	width: 210px;
	text-align: right;
}
ul#sub-navi li a {
	color: #1E1C77;
	text-decoration: none;
	padding-right: 37px;
	display: block;
	width: 178px;
	outline: none;
	line-height: 24px;
}
ul#sub-navi li a.active {
	font-weight: bold;
	background: url(../img/arrow_blue.gif) no-repeat 89% 11px;
}
ul#sub-navi li a:hover {
	color: #DD1621;
	background: url(../img/arrow_red.gif) no-repeat 89% 11px;
}

/**
 * 
 */
div#container div#left-col {
	clear: both;
	float: left;
	width: 227px;
	min-height: 1px;
}
div#container div#middle-col {
	float: left;
	width: 521px;
	padding: 3px 0 0 1px;
	/*max-height: 532px;
	overflow: auto;*/
	padding-bottom: 50px;
}
div#middle-col h1, 
div#middle-col h2,
div#middle-col h3,
div#middle-col h4 {
  padding-left: 26px;
}
div#middle-col div.csc-header h1 {
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  padding-left: 28px;
}
div#middle-col ul.csc-bulletlist {
  margin: 0 0 25px 28px;
  list-style-type: none;
}
div#middle-col ul.csc-bulletlist li {
  background: url(../img/lst-bullet.gif) 0 8px no-repeat;
  padding-left: 9px;
  width: 440px;
}

div#container div#right-col {
	float: left;
	width: 222px;
	padding-left: 5px;
	padding-top: 2px;
}

* html div#container div#left-col {
   width: 225px;
}
div#footer {
	height: 23px;
	width: 978px;
	margin: -23px auto 0 auto;
	background: #1E1C77;
	color: #FFF;
	float: left;
}

/**
 * Meta-Navi
 */
div#footer ul#meta-navi {
	list-style: none;
	float: left;
	margin-left: 36px;
}
* html div#footer ul#meta-navi { margin-left: 11px; }
div#footer ul#meta-navi li {
	float: left;
}
div#footer ul#meta-navi li a {
	color: #FFF;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height: 23px;
	border-left: 1px solid #FFF;
	padding: 0 10px;
}
div#footer ul#meta-navi li.first a {
	border: 0;
}
div#footer ul#meta-navi li a:hover {
	text-decoration: underline;
}

/**
 * Language-Navi
 */
div#footer ul#lang-navi {
	list-style: none;
	float: right;
	margin-right: 38px;
}
* html div#footer ul#lang-navi { margin-right: 19px; }

div#footer ul#lang-navi li {
	float: left;
}
div#footer ul#lang-navi li a {
	background: url(../img/bgr_li_lang-navi.gif) no-repeat 0 4px;
	padding-left: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 23px;
}
div#footer ul#lang-navi li a:hover {
	text-decoration: underline;
}

/**
 * Sidebar Modul
 */
div.mdl-sidebar {
	clear: both;
	float: left;
	width: 170px;
	margin-left: 30px;
	/*padding-top: 67px;*/
}
* html div.mdl-sidebar { margin-left: 16px; }

div.mdl-sidebar ul {
  border-left: 1px solid #F0F0F1;
  border-right: 1px solid #F0F0F1;
  list-style-type: decimal;
  margin: 0 0 0 3px;
  padding: 2px 0 7px 33px;
  width: 126px;
}

div.mdl-sidebar ul li {
  margin-bottom: 6px;
}

div.mdl-sidebar h3 {
	background: url(../img/bgr_sidebar-content-top.png) no-repeat 0 0;
	width: 145px;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	padding: 2px 0 0 25px;
	margin: 0;
}

div.mdl-sidebar-content {
  background: url(../img/bgr_sidebar-content.png) repeat-y 0 0;
  padding-top: 7px; 
}
div.mdl-sidebar-content-bottom {
  background: url(../img/bgr_sidebar-content-bottom.png) repeat-y 0 0;
  width: 170px;
  height: 4px;
  margin-left: 31px;
 	margin-bottom: 28px;
 	margin-top: -1px;
 	float: left;
}
* html div.mdl-sidebar-content-bottom {
  margin-left: 16px;
}
div.mdl-sidebar strong {
	padding: 4px 16px 3px 16px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	display: block;
}
div.mdl-sidebar div.text {
	margin: 0 18px 0 16px;
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid #EDEDED;
	
}

div.mdl-sidebar div.text p.bodytext {
  margin: 0;
  padding: 0;
  width: auto;
}

div.no-bottom-line div.text {
  border-bottom: 0;
}

div.mdl-sidebar div.text span {
  display: block;
  padding-right: 5px;
  background: url(../img/arrow_blue.gif) no-repeat 100% 91%;
}
div.mdl-sidebar a:hover div.text span {
  display: block;
  padding-right: 5px;
  background: url(../img/arrow_red.gif) no-repeat 100% 91%;
}

div.mdl-sidebar a {
	color: #1E1C77 !important;
	text-decoration: none !important;
}
div.mdl-sidebar a:hover {
	color: #DD1621 !important;
}
div.mdl-sidebar div.text ol {
	margin: 6px 0 0 0;
}
div.mdl-sidebar div.text ol li {
	margin-left: 20px;
	line-height: 22px;
}

div.div-sidebar-img { margin-top: 9px; margin-left: -3px; }

/**
 * Content-Text-Modul
 */
div.mdl-content-text {
	padding: 0 30px;
}
div.mdl-content-text h2.about {
	background: url(../img/hdl_unternehmen.gif) no-repeat 0 0;
	display: block;
	height: 19px;
	width: 213px;
	margin-bottom: 20px;
}

/*
  Grafische Headline
*/
h1.hdl-main-cat {
  margin-bottom: 25px;
}

/***********************************************
  Tables
***********************************************/

/**
 * Sitemap

 */
div.tx-dropdownsitemap-pi1 {
  padding-left: 26px;
}
div.tx-dropdownsitemap-pi1 div.level_1 {
  background: url(../../zur_muehlen_gruppe/img/bgr_hdl_sitemap.jpg) 0 0 no-repeat;
  color: #1E1C77;
  font-size: 11px !important;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 7px;
  padding-top: 4px;
}
div.tx-dropdownsitemap-pi1 div.level_2 { 
  background: url(../../boeklunder/img/bgr_sitemap_dots.gif) 0 0 no-repeat;
  margin: 0 !important;
  padding: 1px 0 0 25px;
	height: auto;
}
div.tx-dropdownsitemap-pi1 div.level_3 {
  background: url(../../boeklunder/img/bgr_sitemap_dots.gif) 0 0 no-repeat;
  margin: 0 0 0 9px !important;
  padding: 1px 0 0 25px;
}
div.level_2 img, div.level_1 img { display: none; }

li div.level_1 a, li div.level_1 a:link, 
li div.level_1 a:visited, li div.level_1 a:hover, 
li div.level_1 a:active {
  color: #1E1C77 !important;
  font-weight: normal !important;
  text-decoration: none;
}

div.tx-dropdownsitemap-pi1 div.level_1 a, div.tx-dropdownsitemap-pi1 div.level_1 a:link, 
div.tx-dropdownsitemap-pi1 div.level_1 a:visited, div.tx-dropdownsitemap-pi1 div.level_1 a:hover, 
div.tx-dropdownsitemap-pi1 div.level_1 a:active {
  color: #1E1C77 !important;
  font-weight: normal !important;
  text-decoration: none;
}

div.tx-dropdownsitemap-pi1 div.level_1 span.ifsub a, div.tx-dropdownsitemap-pi1 div.level_1 span.ifsub a:link, 
div.tx-dropdownsitemap-pi1 div.level_1 span.ifsub a:visited, div.tx-dropdownsitemap-pi1 div.level_1 span.ifsub a:hover, 
div.tx-dropdownsitemap-pi1 div.level_1 span.ifsub a:active {
  color: #1E1C77 !important;
  text-transform: capitalize;
  text-decoration: none;
}

div.level_1 span { display: block; }
div.level_2 span { display: inline; }

div.tx-dropdownsitemap-pi1 div.level_1 a:hover, div.tx-dropdownsitemap-pi1 div.level_1 span.ifsub a:hover { color: #DD1621 !important; }


/*
  Bilder
*/
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
  margin: 0 0 0 2px;
}
div.csc-textpic div.csc-textpic-imagewrap {
  margin-bottom: 13px;
}


/*
  News
*/
a.mdl-news {
  background: url(../img/bgr_mdl-news.gif) repeat-y 0 0;
  float: left;
  color: #1E1C77 !important;
  text-decoration: none !important;
  margin-left: 17px;
  margin-top: 5px;
  cursor: pointer;
}
a.mdl-news:hover {
	color: #DD1621 !important;
	text-decoration: none !important;
}
a.mdl-news h3 {
	padding-bottom: 8px;
  padding-top: 2px;
	padding-left: 21px !important;
  display: block;
	font-size: 11px;
	font-weight: bold;
	
}
span.mdl-news-content {
  display: block;
  
  width: 402px;
  float: left;
}
span.mdl-news-content p {
  line-height: 19px;
  margin: 0 !important;
	padding-left: 21px;
	width: auto !important;
}

span.mdl-news-date {
  background: url(../img/bgr_mdl-news-top.gif) no-repeat 0 0;	
	padding: 17px 0px 0px 21px;
	margin: 0;
	display: block;
}

/**
 * Download
 */
a.mdl-download {
	background: url(../img/bgr_download-itm.gif) repeat-y 0 0;
  float: left;
  color: #1E1C77 !important;
  text-decoration: none !important;
  margin-left: 17px;
  cursor: pointer;
	height: 105px;
	width: 443px;
	display: block;
	margin-top: 8px;
	margin-bottom: 7px;
}
a.mdl-download:hover {
	color: #DD1621 !important;
	text-decoration: none !important;
}
span.mdl-download-img {
	width: 130px;
	float: left;
	padding: 18px 20px 0 20px;
}
a.mdl-download p {
	float: left;
	padding-top: 17px;
}
span.more {
  display: block;
  float: right;
  font-weight: bold;
  background: url(../img/arrow_blue.gif) no-repeat right 7px;
  padding-right: 10px;
	margin: 6px 15px 0 0;
}
a.mdl-download span.more {
  display: block;
  float: right;
  font-weight: bold;
  background: url(../img/arrow_blue.gif) no-repeat right 7px;
  padding-right: 10px;
	position: relative;
	margin: 0;
	top: 78px;
	right: 18px;
}

a:hover span.more {
  background: url(../img/arrow_red.gif) no-repeat right 7px;
}

span.mdl-news-content-bottom {
  width: 443px;
  height: 34px;
  background: url(../img/bgr_mdl-news-bottom.gif) no-repeat 0 0;
  float: left;
}

div.lnk-back-wrapper {
	margin-bottom: 10px;
	height: 9px;	
}
a.lnk-back {
	display: block;
	float: right;
	margin-right: 60px;
	background: url(../img/arrow_left.gif) no-repeat 0 7px;
	padding-left: 12px;
	color: #1E1C77;
	text-decoration: none;
}
a.lnk-back:hover {
	background: url(../img/arrow_left.gif) no-repeat 0 -8px;
	color: #DD1621;
}

div.mdl-img-text { float: left; margin: 0 0 25px 28px; width: 440px; }
div.mdl-img-text p { display: inline; padding-left: 0 !important; float: none; }
div.mdl-img-text strong { display: block; margin-bottom: 1px; }
div.mdl-img-text img { float: left; }
div.mdl-img-text.left img { margin: 5px 8px 0 -2px; }
div.mdl-img-text.right img { margin: 5px 0 0 -1px; padding-left: 10px; float: right; }
div.mdl-img-text a { font-weight: bold; }

div.img-ranking { 
  border-left: 1px solid #E4E4E5;
  border-right: 1px solid #E4E4E5;
  margin: -6px 0 0 3px;
  padding-bottom: 1px;
  padding-top: 16px;
  width: 159px;
}
ul.lst-ranking { border-left: 1px solid #E4E4E5 !important; border-right: 1px solid #E4E4E5 !important; }
p.txt-quelle    {
  border-bottom: 1px solid #E4E4E5;
  border-left: 1px solid #E4E4E5;
  border-right: 1px solid #E4E4E5;
  color: #8D8D8D;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 0 3px;
  padding: 0 14px 20px;
  width: 131px;
}

ul.lst-logos { float: left; list-style-type: none; margin: -9px 0 20px 0; padding-left: 27px; }
ul.lst-logos li {
  float: left;
  height: 94px;
  padding: 0 10px;
  width: 137px;
}

/**
 * Modul Logo-Link
 */
a.mdl-logo-link {
  float: left;
  height: 52px;
  margin-bottom: 20px;
  padding-left: 27px;
  text-decoration: none;
}
a.mdl-logo-link:hover * {
  cursor: pointer !important;
  color: #C00 !important;
}
a.mdl-logo-link span.img-wrap {
  float: left;
  margin-right: 32px;
  text-align: center;
  width: 120px;
}
a.mdl-logo-link span.spn-info {
  color: #1E1C77;
  float: left;
  padding-top: 13px;
  text-decoration: none;
  width: 250px;
}
a.mdl-logo-link strong {
  color: #1E1C77;
  float: left;
  padding-top: 2px;
  text-decoration: underline;
  width: 250px;
}
