html, body{
  background: #fff url(/images/layout/bg_vertical.jpg) repeat-x !important;
  color: #000;
  height: 100%;
  text-align: left;
}

.container{
  background: transparent url(/images/layout/bg.png) center repeat-y !important;
  height:auto !important;
  text-align: left;
  color: #7e7f81;
  border-bottom: 1px solid #a5a5a5;
}

.active {
  color: #DD0053 !important;
}

.active * {
  color: #DD0053 !important;
}

.highlight * {
  color: #DD0053 !important;
  background: transparent;
}

/* ========== */
/* = Header = */
/* ========== */

#header{
  height: 270px;
  background: transparent /*url(/images/layout/tmp/header.jpg) center no-repeat*/;
}

#header_top{
  height: 112px;
  background: transparent url(/images/layout/dybuster_logo.png) 4px 0px no-repeat;
}

#header_top_en{
  height: 112px;
  background: transparent url(/images/layout/dybuster_logo_en.png) 4px 0px no-repeat;
}

#header_banner{
  height: 169px;
  background: transparent url(/images/layout/banner_wissenschaft.jpg) 4px 0px no-repeat;
}

#header_banner_start{
  height: 169px;
  background: transparent;
}

#header_start{
  /*height: 270px;*/
  background: transparent /*url(/images/layout/tmp/header.jpg) center no-repeat*/;
}

.header_start{
  background: transparent url(/images/layout/header/banner_startseite.jpg) 4px 112px no-repeat;
}

.header_start_en{
  background: transparent url(/images/layout/header/banner_startseite_en.jpg) 4px 112px no-repeat;
}

#header_banner_eltern{
  height: 169px;
  background: transparent url(/images/layout/header/banner_eltern.jpg) 4px 0px no-repeat;
}

#header_banner_parents{
  height: 169px;
  background: transparent url(/images/layout/header/banner_eltern_en.jpg) 4px 0px no-repeat;
}

#header_banner_schulleiter{
  height: 169px;
  background: transparent url(/images/layout/header/banner_schulleiter.jpg) 4px 0px no-repeat;
}

#header_banner_schooladmin{
  height: 169px;
  background: transparent url(/images/layout/header/banner_schulleiter_en.jpg) 4px 0px no-repeat;
}

#header_banner_science_ausbildung{
  height: 169px;
  background: transparent url(/images/layout/header/banner_science_ausbildung.jpg) 4px 0px no-repeat;
}

#header_banner_science_produkte{
  height: 169px;
  background: transparent url(/images/layout/header/banner_science_produkt.jpg) 4px 0px no-repeat;
}

#header_banner_science_resultate{
  height: 169px;
  background: transparent url(/images/layout/header/banner_science_resultate.jpg) 4px 0px no-repeat;
}

#header_banner_science_therapiesys{
  height: 169px;
  background: transparent url(/images/layout/header/banner_science_therapiesys.jpg) 4px 0px no-repeat;
}

#header_banner_banner_science_wissenschaft{
  height: 169px;
  background: transparent url(/images/layout/header/banner_science_wissenschaft.jpg) 4px 0px no-repeat;
}

#header_banner_therapeuten{
  height: 169px;
  background: transparent url(/images/layout/header/banner_therapeuten.jpg) 4px 0px no-repeat;
}

#header_banner_therapists{
  height: 169px;
  background: transparent url(/images/layout/header/banner_therapeuten_en.jpg) 4px 0px no-repeat;
}

/* ========== */
/* = Footer = */
/* ========== */

#footer{
  margin-top: 50px;
}

/* ============== */
/* = Navigation = */
/* ============== */

#navigation{
  height: 155px;
  background: transparent;
  display: block;
}

#navigation_start{
  height: 121px;
  background: transparent;
  margin-top: -11px;
}
/*
#navigation ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #6d6f71;
  text-decoration: none;
}

#navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation ul li{
  float: left;
}

#navigation ul li ul li{
  clear: both;
}
*/
/*
Author: Craig Erskine
Description: Dynamic Menu System - Horizontal/Vertical
*/

ul#navmenu-h { margin: 20px 0px 0px 0px; padding: 0; list-style: none; position: relative; }

ul#navmenu-h ul {
 width: 205px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; }

ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h li a{
  font-size: 14px;
  border: 1px solid #b3b5b8;
}

ul#navmenu-h ul li a{
  font-size: 11px;
  border: none;
}

ul#navmenu-h ul li{
  width: 100%;
  display: block;
}

ul#navmenu-h ul li a:hover{
  color: #DD0053;
}

ul#navmenu-h li ul{
  display: none !important;
  background: #fff;
  margin-top: -1px;
  border-left: 1px solid #b3b5b8;
  border-right: 1px solid #b3b5b8;
  border-bottom: 1px solid #b3b5b8;
  border-top: 1px solid #b3b5b8;
}

ul#navmenu-h li:hover ul{
  display: block !important;
}


/* Root Menu */
ul#navmenu-h a {
 border-top: 0;
 border-right: 0;
 padding: 6px !important;
 margin-right: 5px;
 float: left;
 display: block;
 /*background: #ccc;*/
 color: #6d6f71;
 font: bold 11px Arial, sans-serif;
 text-decoration: none;
 height: 1%;
}

/* Sub Menu */
ul#navmenu-h li ul li a {
 border-top: 0;
 border-right: 0;
 padding: 0px;
 float: left;
 display: block;
 /*background: #ccc;*/
 color: #6d6f71;
 font: normal 11px Arial, sans-serif;
 text-decoration: none;
 height: 1%;
}

/*active sub menu active color*/
ul#navmenu-h li ul li.current a{
  color: #dd0053 !important;
}

/*active sub menu active color*/
span.current a{
  color: #dd0053 !important;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
 /*background: #BBB;*/
 /*color: #a40f53;*/
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 float: none;
 /*background: #BBB;*/
 /*color: #a40f53;*/
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
 /*background: #999;*/
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
 /*background: #999;*/
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
 /*background: #666;*/
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
 /*background: #666;*/
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
 /*background: #333;*/
}

/* Hover Function - Do Not Move */
/*ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }
*/
ul#navmenu-h li ul,ul#navmenu-h ul li ul,ul#navmenu-h ul ul li ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }



/* Navigation level 3 (in content, has its own layout) */
/*ul#navmenu-h { margin: 20px 0px 0px 0px; padding: 0; list-style: none; position: relative; }*/
#navigation_3 ul{
  margin: 0px 0px 50px 17px;
  padding: 0;
  list-style: none;
  list-style-image: url(/images/layout/list_arrow.png);
}

#navigation_3 ul li a{
  color: #6d6f71;
  font-size: 14px;
}

#navigation_3 ul li a:hover{
  font-size: 14px;
  color: #DD0053;
}

/* Breadcrums */
#nav_breadcrums{
  margin-top: 2px;
  margin-left: 8px;
}

#nav_breadcrums a{
  color: #6d6f71;
}

#nav_breadcrums a:hover{
  color: #DD0053;
}




/* Header Navigation */
#header_banner{
  text-align: center;
}

.header_nav_box{
  width: 393px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}

.header_nav{
  width: 128px;
  height: 43px;
  float: left;
  margin: 0px 3px 0px 0px;
}

.header_nav a{
 display: block;
 width: 128px;
 height: 43px;
}

#header_nav_schulleiter a{
  background: transparent url(/images/layout/header_nav_schulleiter.png) no-repeat;
}

#header_nav_schulleiter a:hover{
  background: transparent url(/images/layout/header_nav_schulleiter_hover.png) no-repeat;
}

.current_nav_schulleiter a{
  background: transparent url(/images/layout/header_nav_schulleiter_hover.png) no-repeat !important;
}


#header_nav_therapeuten a{
  background: transparent url(/images/layout/header_nav_therapeuten.png) no-repeat;
}

#header_nav_therapeuten a:hover{
  background: transparent url(/images/layout/header_nav_therapeuten_hover.png) no-repeat;
}

.current_nav_therapeuten a{
  background: transparent url(/images/layout/header_nav_therapeuten_hover.png) no-repeat !important;
}

#header_nav_eltern a{
  background: transparent url(/images/layout/header_nav_eltern.png) no-repeat;
}

#header_nav_eltern a:hover{
  background: transparent url(/images/layout/header_nav_eltern_hover.png) no-repeat;
}

.current_nav_eltern a{
  background: transparent url(/images/layout/header_nav_eltern_hover.png) no-repeat !important;
}
/*
#header_nav_schulleiter:hover{
  background: transparent url(/images/layout/header_nav_schulleiter.png) no-repeat;
}

#header_nav_therapeuten:hover{
  background: transparent url(/images/layout/header_nav_therapeuten.png) no-repeat;
}

#header_nav_eltern:hover{
  background: transparent url(/images/layout/header_nav_eltern.png) no-repeat;
}*/


/* Header meta-navigation */
.meta-navigation_country{
  text-align: right;
  height: 90px;
  
}

.meta-navigation_country_content{
  width: 530px;
  height: 100%;
  margin: 0px 8px 0px 0px;
  float: right;
}

.meta-navigation_country_content a{
  color: #6D6F71;
}

.meta-navigation{
  height: 20px;
  text-align: right;

}

.meta-navigation_content{
  width: 530px;
  height: 100%;
  margin: 0px 2px 0px 0px;
  float: right;
  background: transparent;
}

.meta-navigation_content a{
  margin: 0px 6px 0px 0px;
  color: #6D6F71;
}

.meta-navigation ul { margin: 4px 8px 0px 0px; padding: 0; list-style: none; position: relative; }


.meta-navigation ul li { float: right; display: inline; position: relative; }
.meta-navigation ul li a{
  
}


/* Root Menu */
ul#navmenu-h a {
 border-top: 0;
 border-right: 0;
 padding: 6px 12px 6px 0px;
 float: left;
 display: block;
 /*background: #ccc;*/
 color: #6d6f71;
 font: bold 11px Arial, sans-serif;
 text-decoration: none;
 height: 1%;
}

/* =========== */
/* = Sidebar = */
/* =========== */

#sidebar{
  background: transparent;
  padding-top: 6px;
}

.sidebar_quote{
  width: 246px;
  height: 187px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  font-style: italic;
  position: relative;
}
/*
.sidebar_quote span{
  display: block;
  font-weight: bold;
  color: #dd0053;
  font-style: normal;
}*/
/*
.sidebar_quote p{
  width: 266px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  background: transparent;
}*/

.sidebar_quote p{
  width: 100%;
  /*background: transparent*/;
}

.sidebar_quote_text{
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  bottom: 25px;
  left: 0px;
}

.sidebar_quote_name{
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  height: 20px;
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.infobox{
  width: 245px;
  border: 1px solid #6d6f71;
  padding: 10px;
}

.infobox_title{
  display: block;
  margin: 15px 0px 18px 0px;
  font-size: 18px;
}

.newsbox{
  width: 245px;
  border: 1px solid #6d6f71;
  padding: 10px;
  margin: 140px 0px 0px 0px;
}

.newsbox_title{
  width: 251px;
  height: 40px;
  margin: 5px 0px 18px 0px;
  font-size: 18px;
  background: yellow url(/images/layout/dybuster_news_header.jpg) no-repeat;
}

.newsbox_start{
  width: 245px;
  border: 1px solid #6d6f71;
  padding: 10px;
  margin: 20px 0px 0px 0px;
}

/* =================================================== */
/* = Sidebar Document Links (PDF, Word, Excel etc..) = */
/* =================================================== */


.document_link_pdf{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/page_white_acrobat.png) center left no-repeat;
}

.document_link_word{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/page_white_word.png) center left no-repeat;
}

.document_link_excel{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/page_white_excel.png) center left no-repeat;
}

.document_link_powerpoint{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/page_white_powerpoint.png) center left no-repeat;
}

.external_link{
  /*display: inline-block;*/
  color: #dd0053;
  /*padding-left: 15px;
  line-height: 18px;
  background: transparent url(/images/icons/icon_external_link.png) center left no-repeat;*/
}

.document_link_zip{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/page_white_zip.png) center left no-repeat;
}

.buy_link{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/basket.png) center left no-repeat;
}

.ceebox_link{
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  background: transparent url(/images/icons/control_play.png) center left no-repeat;
}


/* ==================== */
/* = Video in Sidebar = */
/* ==================== */

div.sidebar_video_button a{
  display:block;
  width: 178px;
  height: 38px;
  margin: 20px 0px 20px 0px;
  background: transparent url(/images/layout/video/video_button_grey.jpg) no-repeat;
}

div.sidebar_shop_button a{
  display:block;
  width: 178px;
  height: 38px;
  margin: 20px 0px 20px 0px;
  background: transparent url(/images/layout/shop/shop_button_grey.jpg) no-repeat;
}

div.sidebar_video_big a{
  display:block;
  width: 266px;
  height: 206px;
  background: transparent url(/images/layout/video/video_brain.jpg) no-repeat;
}

div.sidebar_video_big_start a{
  display:block;
  width: 266px;
  height: 206px;
  margin-top: 100px;
  margin-bottom: 20px;
  background: transparent url(/images/layout/video/video_brain.jpg) no-repeat;
}

/* =========== */
/* = General = */
/* =========== */

h1{ 
  font-size: 20px;
  font-weight: normal;
  color: #7e7f81 !important;
  border-bottom: 1px solid #7e7f81;
  padding-bottom: 20px;
}

h2{ 
  font-size: 18px;
  color: #7e7f81 !important;
}

h3{ 
  font-size: 14px;
  color: #7e7f81 !important;
}

h4{ 
  font-size: 12px;
  color: #7e7f81 !important;
}

h5{ 
  font-size: 11px;
  color: #7e7f81 !important;
}

h6{ 
  font-size: 11px;
  color: #7e7f81 !important;
  font-style: italic;
}
a{
  color: #000;
  text-decoration: none;

}

a:hover{
  color: #dd0053;
  text-decoration: none;

}

/* ================ */
/* = Page Content = */
/* ================ */

p.floatLeft img{
  float: left;
  clear: both;
  margin: 8px 8px 8px 0px;
}

p.floatRight img{
  float: right;
  clear: both;
  margin: 8px 0px 8px 8px;
}

.header_big{
  font-size: 20px;
  margin-bottom: 34px;
}
/* ================= */
/* = Client Quotes = */
/* ================= */

.client_quote_wrap{
  background: transparent;
}

.client_quote{
  height: 253px;
  background: transparent /*url(/images/layout/quotes/head_prof_markus_gross.jpg) left top no-repeat*/;
}

.client_quote_title{
  display: block;
  color: #dd0053;
  font-size: 20px;
  font-weight: bold;
  /*margin: 115px 0px 0px 200px;*/
  background: transparent;
  border-bottom: 1px solid #7e7f81;
  padding-bottom: 5px;
  margin: 0px 0px 20px 0px;
}

.client_quote_quote{
  color: #6a6c6f;
  font-size: 22px;
  font-weight: normal;
  /*margin: 0px 0px 0px 234px;*/
  font-style: italic;
  background: transparent;
}

.client_quote_name {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  margin: -20px 0px 0px 0px;
}

/* =============== */
/* = CSS Buttons = */
/* =============== */

a.bt {
  border-radius:            3px;
  -moz-border-radius:       3px;
  -webkit-border-radius:    3px; 
  
  display:                  inline-block;
  padding:                  4px 6px 4px;
  .padding-bottom:          4px; /* IE hack to fix spacing issue. */
  
  text-decoration:          none;
  text-align:               center;
  
  background:               #f9f9f9;
  color:                    black;
  font-size: 14px;
  border:                   1px solid;
  border-top-color:       #ccc;
  border-left-color:      #ccc;
  border-right-color:     #bbb;
  border-bottom-color:    #bbb;
}
  
a.bt:hover { 
  border-color:           #dd0053;  
}

a.bt-gradient {
  position:           relative;
  overflow:           hidden;
}

a.bt-gradient span {
  position:         relative;
  z-index:          2;
} 

a.bt-gradient em {
  position:         absolute;
  bottom:           0;
  left:             0;
  z-index:          1;

  height:           40%;
  width:            100%;

  background:       #e3e3e3;

  border-top:       3px solid #eee; 
}

a.bt-gradient:hover em {
  top:              0;

  border-top:       0;
  border-bottom:    3px solid #eee;
}

/* ======== */
/* = Form = */
/* ======== */

/* Labels */
select{
  width: 151px;
}
