 /*----------------  Grundeinstellungen  ----------------------------------------------------------------------------------------------------------------------------*/
 
/* Abstände für HTML-Elemente initialisieren */
  * { margin:0; padding: 0; }

/* einstellungen für Selectboxen. */
  option { padding-left: 0.4em; }

/* Italics Bug des IE5 und IE6 beheben  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

/* vertikaler Scrollbalken ein/ausschalten */
  html { height: 100%; margin-bottom: 1px; }
 
/* Grundeinstellungen für Dokument */
 body {
    font-size: 100.01%;
    color: #000;
    background: #fff;
    text-align: left; 
    margin-bottom:1px;
  }

  fieldset, img { border: 0 solid; }

  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }

 /*-----------------   Grund-Layout Einstellungen   -----------------------------------------------*/

#header { 
  	position:relative; 
  	height:210px; 
  	border:0px solid #00ff00; 
  }

#topnav { text-align: right; } 

#header #topnav {
    position:absolute;
    top: 10px;
    right: 10px;
  }

#header #logobox { 
	position:absolute;
  	width:195px; 
  	height:75px; 
	background: transparent url("../images/logo-bbreckwoltd.jpg") no-repeat top left;
    top: 13px;
    left: 534px;
  }
#header #sloganbox {
	position:absolute;
  	width:530px; 
  	height:105px; 
	background: transparent url("../images/headline-main.gif") no-repeat top left; 
    top: 119px;
    left: 205px;
  }
#header #sloganbox.en { background: transparent url("../en/images/headline-main.gif") no-repeat top left; }

#header #teaserbox {
	position:absolute;
  	width:131px; 
  	height:57px; 
	background: transparent url("../images/teaser-taining.gif") no-repeat top left; 
    top: 100px;
    left: 828px;
  }

#header #language {
	position:absolute;
  	width:162px; 
  	height:16px; 
    top: 181px;
    left: 37px;
  	border:0px solid #ff0000;
  }
#header #language a.de {
	position:relative;
  	height:16px; 
  	width:60px; 
  	display:inline-block;
  	padding: 0px 0px 0px 20px; 
  	color:#000000;
	background: transparent url("../images/navigation/flagge-de.jpg") no-repeat center left; 
  	border:0px solid #00ff00;
  }
#header #language a.en {
	position:relative;
  	height:16px; 
  	width:80px; 
  	padding: 0px 0px 0px 20px; 
  	color:#000000;
	background: transparent url("../images/navigation/flagge-en.gif") no-repeat center left; 
  	border:0px solid #0000ff;
  }
#header #language span.en-off {
	position:relative;
  	height:16px; 
  	width:80px; 
  	padding: 0px 0px 0px 20px; 
  	color:#888888;
  	display:iinline-block;
	background: transparent url("../images/navigation/flagge-en-off.gif") no-repeat center left; 
  	border:0px solid #0000ff;
  }

#header, #nav, #main, #footer { clear:both; }

/* Navigations-Spalte */
#col-l {
  	float: left; 
  	width:195px;
  	background-color: transparent; 
  	border:0px solid #ff0000;
  }
#col-l_content  { 
  	position:relative; 
  	background-color: transparent; 
  	border:0px solid #00ff00;
  }

/* Newsspalte-Spalte */ 
#col-r { 
  	float:right; 
  	width:195px;
  	background-color: transparent; 
  	border:0px solid #ff0000;
  }
#col-r_content  { 
  	position:relative; 
  	background-color: transparent; 
  	border:0px solid #00ff00;
  }
  
/* Content-Spalte */
#col-m { 
  	width:auto; 
  	margin:0 195px; 
  	background-color: transparent; 
  	border:0px solid #ff0000;
  }
#col-m_content { 
  	position:relative; 
  	background-color: transparent; 
  	border:0px solid #00ff00;
  }

/*------------------------   Layoutanpassung  ---------------------------------------------------*/

.hideboth #col-m { margin-left: 0; margin-right: 0; }
.hidecol1 #col-m { margin-left: 0; margin-right: 200px; }
.hidecol2 #col-m { margin-left: 200px; margin-right: 0; }

.hideboth #col-l, .hideboth #col-r, .hidecol1 #col-l, .hidecol2 #col-r { display:none; }


/*--------------------  Clear - Fixe   ---------------------------------------------------------------*/
 
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

/* für Safari wichtig */
.clearfix { display: block; }

/* Overflow */
.floatbox { overflow:hidden; }

/* Clearing IE */
#ie_clearing { display: none; }


/* HokusPokus Elemente */

.skip, .hideme, .print {
    position: absolute;
    top: -1001px;
    left: -1001px;
    height: 1px;
    width: 1px;
  }

/* HokusPokus Navigation */
.skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }


 /*----------------  Gestaltung des Grund-Layouts  ------------------------------------------*/


/* Randbereiche und Seitenhintergrund */
  body { background: #edeef0 url("../images/bg-top.gif") no-repeat top center; padding: 0; }

/* Zentrierung in alten IE-versionen */
  body { text-align: center; }
#page_margins { text-align:left; margin: 0 auto; }

/* Breite, Hintergrund, Rahmen */
#page_margins { min-width: 974px; max-width: 80em; background: transparent; }
#page{ padding: 0px; }

/* Hauptelemente des Layouts */
#header {
    color: #000;
    padding: 0px 0em 0em 0px; 
    background: #edeef0 url("../images/bg-head.gif") repeat-y top center;
  }

#topnav { color: #aaa; background: transparent; }

/* Hauptnavigation */
#nav ul { margin-left: 20px; }
#nav_main { background-color: #336; }

#main { background: transparent; padding:10px 0; }

#footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;

  }

  /*-----------------    Inhalts-Spalten einstellen   --------------------------------------------*/

#col-r { width: 225px; }
#col-r_content { 
	margin: 0px 0px 0px 30px; 
	padding: 20px 0px 0px 0px; 
	font-size:11px; 
	color:#000000; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
	}

#col-l { width: 195px; }
#col-l_content { padding: 0px 0px 0px 0px; }

#col-m { margin: 0 225px 0px 195px; }
#col-m_content { padding: 10px; }

 
 
#col-r  h1.termine { 
	position:absolute;
  	width:157px; 
  	height:25px; 
    top: -34px;
    left: 0px;
	background: url("../images/headline-termine.gif") no-repeat top left;   
    border: 0px solid #ff0000;
	}
#col-r  h1.en { background: url("../en/images/headline-termine.gif") no-repeat top left; }

#col-r h1.links { 
	position:relative;
  	width:157px; 
  	height:25px; 
    left: 0px;
 	margin: 30px 0px 5px 0px;	
 	background: url("../images/headline-links.gif") no-repeat top left;   
    border: 0px solid #ff0000;
	}
#col-r h2 { 
 	margin: 0px 0px 0px 0px;	
	font-size:11px; 
	font-weight:bold;
	color:#e2001a; 
    border: 0px solid #ff0000;
	}
 
#col-r div.terminbox { 
	position:relative;
	margin: 0px 0px 15px 0px;
	border: 0px solid #ff0000;
	}
#col-r div.linkbox { 
	position:relative;
	margin: 16px 0px 0px 0px;
    border: 0px solid #ff0000;
	}
 
 
 
 /*-----------------    Navigation einstellen      ---------------------------------------------*/

#hnavbox {
  	width:195px; 
  	height:auto;
  	margin:-10px 0px 0px 0px;
  	padding:14px 0px 5px 0px;
	background: transparent url("../images/navigation/bg-nav-rot.gif") repeat-y top left; 
    border: 0px #00ff00 solid;
  }


  /*----------------  Grundlayout auf 100% Höhe einstellen   --------------------------*/
 
 
 body, html { height: 100% !important; padding: 0;}
    
#page_margins {
	position:relative !important;
	min-height:100%; /* real browsers */
	height: auto !important;
	background: transparent; 
	background: #edeef0 url("../images/bg-main.gif") repeat-y top center;   
	border:0px solid #ff0000;
  }

  * html #page_margins { height:100% !important; }
   
  /* Platz für footer schaffen */
#page { padding-bottom: 0px;  border:0px solid #00ff00;}

#footer { 
  	position:relative !important; 
  	min-width: 974px; 
  	max-width: 80em; 
  	margin: 0 auto; 
  	/* move #footer to its position ... */
  	margin: -38px auto 0;
	
	background: #fff;
	border: 0 none;
	padding: 0;
  }
  
#footer_content { 
    text-align: left;
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border: 1px #bbbbbb solid;
    margin:0px;
  }


 /*------------------------------------------------------------------------------------------------------*/

