/* ====================================== 
   1. kalibrierung und allgemeine styles 
   ====================================== */

/* kalibrierung der wichtigsten abstände */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

}

/* allgemeine selektoren */

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 1;
	color: #000;
	background-color: #fff;
}

/* tabellen benötigen 'cellspacing="0"' im markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* hyperlinks */

a {
	color: #000;
} 

a:hover,
a:active, 
a:focus { 
	color: #eb8f00;
}


/* allgemeine klassen */

h2 {
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0.2em 0;
}

#inhalt_innen {
	line-height: 1.5;
	font-size: 0.9em;
}

#inhalt ul,
#inhalt p  {
	padding-bottom: 1em;
}

#inhalt ul {
	list-style: none;
}

#inhalt ul li {
	padding-left: 15px;
	background: transparent url(../img/bullet.png) 0 9px no-repeat;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}


/* ==================================== 
   2. styles für die layoutbereiche 
   ==================================== */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 889px;
	min-height: 100%;
	background: #fff url(../img/hg_wrapper.png) repeat-y;
}

#inhalt {
	float: right;
	width: 659px;
	padding-top: 197px;
	background: transparent url(../img/kopf_einzelschiff.jpg) no-repeat;
}

#inhalt_innen {
	padding: 0 29px 80px 30px;
}

#seitenleiste {
	float: left;
	width: 199px;
	padding: 197px 10px 80px 20px;
}

/* ==================================== 
   3. sonstige styles 
   ==================================== */

/* logo */

h1 {
	position: absolute;
	width: 191px;
	left: 20px;
	top: 29px;
}

h1 a {
	display: block;
	height: 47px;
}

/* kopfbilder */

body.startseite #inhalt {
	background: transparent url(../img/kopf_index.jpg) no-repeat;
	padding-top: 311px;
}

body.produkte-und-services #inhalt {
	background: transparent url(../img/kopf_rennen.jpg) no-repeat;
}

body.team #inhalt {
	background: transparent url(../img/kopf_team.jpg) no-repeat;
}

body.karriere #inhalt {
	background: transparent url(../img/kopf_kurbel.jpg) no-repeat;
}

body.kontakt #inhalt {
	background: transparent url(../img/kopf_segel.jpg) no-repeat;
}

/* navigation */

ul li.submenu ul {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px; 
}

.mod_navigation ul li.active ul,
.mod_navigation ul li.trail ul {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto; 
}

.mod_navigation strong {
	font-weight: normal;
}

.mod_navigation ul {
	list-style: none;
	padding-bottom: 10px;
}

/* navigation level 1 */

.mod_navigation ul li a,
.mod_navigation ul strong {
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.6;
	display: block;
	font-weight: bold;
	color: #9b9b9b;
}

.mod_navigation ul li a.active,
.mod_navigation ul li a:hover,
.mod_navigation ul li a:focus,
.mod_navigation ul li a:active,
.mod_navigation ul strong,
.mod_navigation ul li.trail a {
	color: #eb8f00;
}

/* navigation level 2 */

.mod_navigation ul li.trail ul a {
	color: #797979;
}

.mod_navigation ul ul li a,
.mod_navigation ul ul strong {
	font-size: 0.8em;
	line-height: 1.4;
	padding-left: 15px;
	background: transparent url(../img/bullet.png) 0 6px no-repeat;
	font-weight: normal;
}

.mod_navigation ul ul li a.active,
.mod_navigation ul ul li a:hover,
.mod_navigation ul ul li a:focus,
.mod_navigation ul ul li a:active,
.mod_navigation ul ul strong,
.mod_navigation ul ul li.trail a {
	color: #000;
}

/* navigation level 3 */

.mod_navigation ul li.trail ul ul a {
	color: #797979;
}

.mod_navigation ul ul ul li a,
.mod_navigation ul ul ul strong {
	background: none;
	padding-left: 25px;
}

.mod_navigation ul ul ul li a.active,
.mod_navigation ul ul ul li a:hover,
.mod_navigation ul ul ul li a:focus,
.mod_navigation ul ul ul li a:active,
.mod_navigation ul ul ul strong {
 color: #000;
}

/* effizienz navigator */

p.effizienznavigator {
	width: 138px;
	height: 17px;
	padding-top: 30px;
}

p.effizienznavigator a {
	display: block;
	height: 17px;
	background: transparent url(../img/effizienz_navigator.png) no-repeat;
	text-indent: -999em;
}

/* fuss */

div#fuss {
	position: absolute;
	width: 860px;
	margin: 0 auto;
	bottom: 0;
	background: transparent url(../img/energie_bewegt.png) 100% 0 no-repeat;
	padding: 5px 0 30px 0;
	height: 17px;
	margin-right: 29px;
}

div#fuss ul {
	padding: 0 50px 0 260px;
	font-size: 0.75em;
	list-style: none;
}

div#fuss ul li {
	float: left;
	margin-right: 10px;
}

div#fuss ul li a {
	color: #a2a1a1;
}

div#fuss ul li a:hover,
div#fuss ul li a:focus,
div#fuss ul li a:active {
	color: #eb8f00;
}

/* team */

.portrait {
	float: left;
	font-size: 0.9em;
	line-height: 1.3;
	margin-right: 15px;
}

div#team {
		overflow: hidden;
}

/* karriere */

#inhalt div.layout_simple li span a {
	margin-left: 5px;
	padding-left: 17px;
	background: transparent url(../img/pfeil.png) 0 5px no-repeat;
	color: #9b9b9b;
}

#inhalt div.layout_simple li span a:hover,
#inhalt div.layout_simple li span a:focus,
#inhalt div.layout_simple li span a:active {
	color: #eb8f00;
}

/* ==================================== 
   4. typolight
   ==================================== */

.invisible { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

.clear,
#clear {
	clear: both;
}

/* #main .block:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .block {display: inline-table;}

#main .block {
	overflow: hidden;
} */