@media all {

/* @group browser reset */

/* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* {
	margin: 0;
	padding: 0;
}

/* Korrektur:Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option {
	padding-left: 0.4em;
}

/* LTR */
select {
	padding: 1px;
}

/* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
* html body * {
	overflow: visible;
}

body {
	/*  Vorgabe der Standardfarben und Textausrichtung */
    background: #fff;
	color: #56595b;
	text-align: left;
	/* LTR */

	/* Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera */
  	overflow-y: scroll;
	/* Randbereiche & Seitenhintergrund */
  	background: #fff url("images/bg.png") fixed;
	padding: 10px 0;
	font: 100.01% Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

/* Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
div {
	outline: 0 none;
}

/* HTML 5 - Anpassung des visuellen Formatmodells auf Blockelemente */
article,aside,canvas,details,figcaption,figure,
  footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img, abbr {
	border: 0 solid;
}

/* Neue Standardwerte für Listen & Zitate */
ul, ol, dl {
	margin: 0 0 1em 10px;
}

/* LTR */
li {
	line-height: 1.5em;
	margin-left: 0.8em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0.8em;
}

/* LTR */
blockquote {
	margin: 0 0 1em 0.8em;
}

/* LTR */
blockquote:before, blockquote:after,
  q:before, q:after {
	content: "";
}

/* @end */

/* @group clearing methods */

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix {
	display: block;
}

/* Alternative Methode zum Einschließen von Float-Umgebungen */
.floatbox {
	display: table;
	width: 100%;
}

/* IE-Clearing:Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
#ie_clearing {
	display: none;
}

/* @end */


/* @group Navigation */

/* horizontale Ausrichtung  */
#nav ul {
	margin-left: -5px;
}

.hlist {
	/* Einfassen der Floats im IE */
    width: 100%;
	overflow: hidden;
	/* Einfassen der Floats in allen anderen Browsern */
    float: left;
	display: inline;
	/* Bugfix:IE - collapsing horizontal margins */
    position: relative;
	/* Wiederholung der Hauptfarbe aus der Bilddatei */
    line-height: 0;
}

.hlist ul {
	margin: 0;
	padding: 0;
	/* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left;
}

.hlist ul li {
	/* Bugfix:IE - Doubled Float Margin Bug */
    display: inline;
	float: left;
	/* LTR */
    font-size: 14px;
	text-align: right;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 109px;
	overflow: visible;
}

.hlist ul li a,
  .hlist ul li strong {
	background: transparent;
	color: #007934;
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
	text-decoration: none;
	width: auto;
}

.hlist ul li a:focus,
  .hlist ul li a:active {
	color: #007934;
	text-decoration: none;
	outline: 0 none;
}

  .hlist ul li a:hover {
	color: #56595b;
	text-decoration: none;
	outline: 0 none;
}


.hlist ul li.active {
	font-weight: bold;
}



.hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active {
	background: transparent;
	color: #007934;
	text-decoration: none;
}

.hlist .vlist {
	float: right;
	width: 130px;
	padding-right: 7px;
	overflow: hidden;
	list-style-type: none;
	color: #999;
	font-size: 11px;
	margin-left: -30px;
}

.hlist .vlist ul {
	list-style-type: none;
	width: 130px;
}

.hlist .vlist li {
	float: left;
	/*LTR */
    width: 100%;
	margin: 0;
	padding: 0;
}

.hlist .vlist ul li {
	font-size: 10px;
	line-height: 9px;
	text-align: right;
}

.hlist ul li.active .vlist {
	font-weight: normal;
}

.hlist .vlist a,
  .hlist .vlist strong,
  .hlist .vlist span {
	display: block;
	padding: 3px 0px 3px 10%;
	text-decoration: none;
}

.hlist .vlist a,
  .hlist .vlist a:visited {
	color: #444;
}

.hlist .vlist li span {
	display: block;
}

/* active list element */
.hlist .vlist li.active a {
	color: #007934;
	font-weight: bold;
}


/* LTR */
.hlist .vlist li a:focus,
  .hlist .vlist li a:hover,
  .hlist .vlist li a:active {
	
}

/* @end */

/* @group Ausrichtungen */

p {
	margin: 14px 0;
}

.leftimage {
	float: left;
	margin: 30px 20px 0 0;
}

/* @end */

td {
	vertical-align: top;
}


}

@media screen, projection {

/* @group Basis Layout */

/**
  * |---------------------|
  * | #col1   | #col3     |
  * | 75%     | flexible  |
  * |---------------------|
  */

/* Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */

#col1_content, #col3_content {
	position: relative;
}

#col1 {
	float: left;
	width: 741px;
}

#col3 {
	width: auto;
	margin: 0 0 0 741px;
	background: url(images/col3_top.png) no-repeat;
	position: relative;
}

#col1_content {
	padding: 0 10px 0 110px
}

#col3_content {
	padding: 215px 14px 0 48px;
	min-height: 250px;
}

/* Layout-Ausrichtung */
.page_margins {
	margin: 0 auto;
}

/* Layout-Eigenschaften */
.page_margins {
	width: auto;
	width: 987px;
}

.page {
	padding: 0px;
}

#header {
	position: relative;
	height: 227px;
	color: #000;
	background: transparent url(images/header.png);
}

#seminare #header {
	background: transparent url(images/header_1.png);	
}

#coaching #header {
	background: transparent url(images/header_2.png);	
}

#vortraege #header {
	background: transparent url(images/header_3.png);	
}

#vita #header {
	background: transparent url(images/header_4.png);	
}

#kontakt #header {
	background: transparent url(images/header_5.png);	
}

#impressum #header {
	background: transparent url(images/header_6.png);	
}

#topnav {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #aaa;
	background: transparent;
}

#nav {
	overflow: hidden;
	padding: 100px 20px 0 20px;
}

#main {
	margin: 0;
	background: transparent url(images/page.png);
}

#footer {
	height: 37px;
	background: url(images/footer.png);
}

h1 {
	font-size: 30px;
	color: #007934;
	margin: 20px 0 10px 0;
	font-weight: lighter;
}

h2 {
	font-size: 22px;
	color: #007934;
	margin: 40px 0 10px 0;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	color: #007934;
	margin: 40px 0 10px 0;
	font-weight: lighter;
}

h4 {
	font-size: 16px;
	color: #007934;
	margin: 40px 0 10px 0;
	font-weight: lighter;
}

h5 {
	font-size: 14px;
	color: #007934;
	margin: 40px 0 10px 0;
	font-weight: lighter;
}

p {
	line-height: 18px;
	font-size: 14px;
}
a {
	color: #007934;	
	text-decoration: none;
}

a:hover {
	color: #56595b;	
}

.gruen {
	color: #007934;	
}

.gruenfett {
	color: #007934;	
	font-weight: bold;
}

.gruenoben {
	color: #007934;	
	font-weight: bold;
	margin-top: -10px;
}

.gruenzitat {
	color: #007934;
	font-style: italic;	
}

.grau {
	color: #56595b;	
}

.dauer {
	color: #007934;	
	margin-top: -10px;
	font-size: 12px;
}

.bigzitat {
	color: #56595b;	
	margin-bottom: 40px;	
}

.bigtext {
	font-size: 18px;	
	line-height: 24px;
}

#kasten {
	background-color: #dddede;
	padding: 5px;
	font-size: 12px;
}

#kasten li {
	font-size: 12px;	
}

.rechts {
	font-size: 12px;
	padding-right: 10px;
}

.rechts li a {
	font-size: 12px;	
}

#copyright {
	position: absolute;
	width: 180px;
	bottom: 2px;
	font-size: 10px;
}

li {
	list-style-image: url(images/minidot.png);
	font-size: 14px;
}

.biglist li {
	padding: 5px 0;
	list-style: none;
	list-style-image: none;
	font-size: 14px;
	margin-left: -10px;
}

#kasten li {
	padding: 5px 15px 5px 0;
	line-height: 14px;
	list-style-image: url(images/box-dot.png);
}

.termine {
	width: 100%;
	margin-top: 20px;
}

.tdleft {
	width: 25%;
	color: #007934;	
	font-weight: bold;
	height: 24px;
}

.tdright {
	width: 75%;
	height: 24px;
}

.tdbild {
	width: 220px;
}

.tdbild img {
	padding-top: 18px;
}

/* @end */

/* @group subtemplates */

.subcolumns {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.subcolumns_oldgecko {
	width: 100%;
	float: left;
}

.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {
	float: left;
}

.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {
	float: right;
	margin-left: -5px;
}

.c20l, .c20r {
	width: 20%;
}

.c40l, .c40r {
	width: 40%;
}

.c60l, .c60r {
	width: 60%;
}

.c80l, .c80r {
	width: 80%;
}

.c25l, .c25r {
	width: 25%;
}

.c33l, .c33r {
	width: 33.333%;
}

.c50l, .c50r {
	width: 50%;
}

.c66l, .c66r {
	width: 66.666%;
}

.c75l, .c75r {
	width: 75%;
}

.c38l, .c38r {
	width: 38.2%;
}

.c62l, .c62r {
	width: 61.8%;
}

.subc {
	padding: 0 0.5em;
}

.subcl {
	padding: 0 1em 0 0;
}

.subcr {
	padding: 0 0 0 1em;
}

.equalize, .equalize .subcolumns {
	table-layout: fixed;
}

.equalize > div {
	display: table-cell;
	float: none;
	margin: 0;
	overflow: hidden;
	vertical-align: top;
}

/* @end */

}

@media print {

/* Float Clearing für Subtemplates. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden */
.subcolumns,
  .subcolumns > div {
	overflow: visible;
	display: table;
}

/* .print-Klasse sichtbar schalten */
.print {
	position: static;
	left: 0;
}

/* Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
.noprint {
	display: none !important;
}

/* Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
body {
	font-size: 10pt;
}

/* Für den Druck nicht benötigte Container des Layouts abschalten */
#topnav, #nav, #search, nav {
	display: none;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
}

}