@charset "utf-8";
/*----------------------------------------------------------------------------- 
Dr. Dagmar Deixelberger-Fritz - Burnout Coaching Layout Stylesheet 

version:   1.2 
date:      13/01/2009 
author:    [gut und gern webdesign] Claudia Panuschka
website:   www.gutundgern.at 
-----------------------------------------------------------------------------*/


@import url("color.css");
@import url("typographie.css");


/*Allgemeine Formatierungen
-----------------------------------------------------------------------------*/

/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0;}

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* Entfernt list-style aus Listen */
ol, ul
{list-style : none;}



/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal;}

/* Entfernt list-style aus Listen */
table
{border-collapse : collapse; border-spacing: 0;}

/* Entfernt border aus fieldset und img */
fieldset, th
{border : 0;}

/* Richtet Text in caption und th links aus */
caption, th
{text-align : left;}

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{content : '';}


/*Body
-----------------------------------------------------------------------------*/

html {
text-align: center;
	background-image: url(../images/layout/bg_stripenova.gif);
	background-repeat: repeat;

}

body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


div#wrapper{
	position: absolute;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	top: 30px;
}

div#content {
	position: relative;
	width: 100%;
	min-height:650px;
	height:auto !important;
	height:650px;  /*für den IE */
	}

div#content_left {
	left: 39px;
	top: 127px;
	position: absolute;
	width: 211px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}


div#content_main {
	width: 480px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	left: 288px;
	padding-top: 30px;
	padding-bottom: 40px;
	top: 80px;
}


ul {
	list-style-position: inside;
	list-style-type: disc;
}

li ul li {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 16px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
ol{
	list-style-position: inside;
	list-style-type: square;
}

.logo{
	height: 28px;
	width: 100px;
	padding-left: 280px;
	position: relative;
	z-index: 500;
	top: 28px;
}


.logozwei{
	padding-left: 220px;
	position: relative;
	z-index: 500;
	top: 50px;
}


/*Titel
-----------------------------------------------------------------------------*/
div#branding {
	position: relative;
}

div#titel {
	position: relative;
	left: 288px;
	height: 16px;
	width: 205px;
	top: 78px;
}


/*Navigation
-----------------------------------------------------------------------------*/

div#nav_main {
	position: absolute;
	z-index: 11;
	height: 59px;
	left: 346px;
	top: 146px;
	width: 449px;

}


ul#nav_main {
position: absolute;
top: 146px;
left: 346px;
margin: 0px;
width: 449px;
}

ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 449px; /*For KHTML*/
	list-style: none;
	height: 59px;
	top: 10px;
	position: absolute;
	left: 0px;
}


ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 59px;
}



ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
}


ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	top: -7px;
	height: 21px;
	width: 100%;
}

/* Root Menu */
ul#navmenu-h a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	visibility: visible;
}

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

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

/* 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 {
}


ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left:0px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
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;
}






/*Footer
-----------------------------------------------------------------------------*/
div#siteinfo {
	top: -20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	right: 5px;
}
