@charset "iso-8859-1";
/* ===========================================================================
Styleshet für die Website Kinga Janisch - NOVUM Training und Beratung
Stand: Version 1
Datei: bildschirm.css
Datum: 05.06.2008
Autor: Martina Rudolf
Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereich
		3. Navigation
		4. Sonstige Styles        
============================================================================== */

/* =====================================
   1. Kalibrierung und allgemeine Styles
   =====================================*/

* {padding: 0; margin: 0; }

body {
	color: #804000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:black;
	background-color:#CCCCCC;
	margin: 0px;
	padding:0px;
	background-color:#FFFFFF;
}

h1 {
	font-size: 170%;
	font-weight: bold;
	color: #EC7405;
}	

h2 {
	font-size: 150%;
	font-weight: normal;
	color: #003056;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: none;
}

h3 {
	letter-spacing: 2px;
	font-size: 110%;
	margin-top: 2px;
	color: #4D6E89;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4D6E89;
}
cite {
	font-style: italic;
	font-weight: bold;
}


/* Hyperlinks allgemein */

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #a0a0a0;
}
a:visited {
	color: #804000;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #804000;
}

a:active {
	font-weight: bold;
	color: #804000;
}

/* ================================
   2. Styles für die Layoutbereiche
   ================================*/
   

#wrapper {
	position:relative;
	background-color: #FFFFFF;
	height: 585px;
	width: 900px;
	background-repeat: no-repeat;
	border: 1px solid #a0a0a0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#index #wrapper {
	background-image: url(../bilder/wrapper/index.png);
}
#kunden #wrapper {
	background-image: url(../bilder/wrapper/index.png);
}
#kinga_janisch #wrapper {
	background-image: url(../bilder/wrapper/kinga_janisch.png);
}
#kontakt   #wrapper, #profil  #wrapper, #aktuelles  #wrapper, #impressum  #wrapper   {
	background-image: url(../bilder/wrapper/kinga_janisch2.png);
}


#methodentraining #wrapper {
	background-image: url(../bilder/wrapper/methoden.png);
}
#beratung_pur #wrapper {
	background-image: url(../bilder/wrapper/pur.png);
}
#beratung_plus #wrapper {
	background-image: url(../bilder/wrapper/plus.png);
}
#beratung_kurz #wrapper {
	background-image: url(../bilder/wrapper/kurz.png);
}

#Masterwerkstatt #wrapper {
	background-image: url(../bilder/wrapper/master.png);
}





#linke_spalte {
	height: 585px;
	width: 320px;
	float: left;
}
#logo {
	height: 64px;
	width: 239px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 79px;
	left: 81px;
}
.komentar {
	color: #FF0000;
}

#rechte_spalte {
	float: right;
	height: 585px;
	width: 580px;
}

/* ================================
   3. Navigation
   ================================*/
   
#hauptnav {
	height: 79px;
	width: 580px;
}
#navbar_platz {
	height: 79px;
	width: 454px;
	position: absolute;
	top: 0;
	left: 320;
}

/* These styles create the dropdown menus. */


#navbar, #navbar ul {
	padding: 0;
	height: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	list-style: none;
	line-height: 1;
}

#navbar a {
	display: block;
	width: 8em;
}

#navbar li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#navbar li a {
	display: block;
	color: #a0a0a0;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#navbar   li a:hover   {
	color: #804000;
}

#navbar li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navbar li ul a {
	font-size: 10px;
	color: #EC7405;
}

#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }

#navbar li:hover li, #navbar li.hover li {
	float: none; 
	}

#metanav {
	height: 79px;
	width: 126px;
	position: absolute;
	left: 774px;
	top: 0;
}


#header {
	width: 480px;
	height: 53px;
	position: absolute;
	top: 80px;
	left: 350px;
}

#textbereich {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003056;
	width: 480px;
	height: 256px;
	line-height: 120%;
	position: absolute;
	left: 350px;
	top: 143px;
}
#textbereich  p, #fuss p {
	padding-bottom: 7px;
}

#textbereich a, #fuss a {
	text-decoration: underline;
	color: #003056;
}
#textbereich li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	padding-bottom: 0px;
}

#textbereich   a:hover, #textbereich   a:focus, #fuss   a:hover, #fuss   a:focus {
	color: #804000;
}

.text_kleiner {
	font-size: 11px
}
#bildbereich  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003056;
	width: 579px;
	height: 266px;
	line-height: 120%;
	position: absolute;
	top: 142px;
	left: 320px;
}
#hoch {
	height: 45px;
	width: 42px;
	position: absolute;
	top: 143px;
	right: 0px;
}
#runter {
	text-decoration: none;
	height: 45px;
	width: 42px;
	position: absolute;
	top: 354px;
	right: 0px;
}
#fuss {
	height: 175px;
	width: 295px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003056;
	line-height: 120%;
	overflow: auto;
	position: absolute;
	left: 350px;
	top: 409px;
}


#fussbild_platz  {
	height: 175px;
	width: 240px;
	position: absolute;
	left: 660px;
	top: 409px;
}

#subnav {
	font-size:small;
	width:150px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #0A246A;
	list-style-type: none;
	position: absolute;
	left: 119px;
	top: 210px;
}
#subnav li {
	list-style: none;
	float: right;
}
#subnav li a {
	display: block;
	color: #a0a0a0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	white-space: nowrap;
	width: 150px;
}
#subnav li a:hover {
	color: #804000;
}
#subnav li ul a {
	font-size: 10px;
	padding-top: 6px;
	white-space: normal;
	color: #EC7405;
	padding-bottom: 6px;
	clear: both;
	float: none;
	display: list-item;
	width: 150px;
}

#subnav li a.aktiv {
	font-weight: bold;
	color: #804000;
}
#empfehlung    {
	font-size: small;
	color: a0a0a0;
	text-decoration: underline;
	position: relative;
	height: 20px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#empfehlung_kontakt {
	font-size: small;
	color: a0a0a0;
	text-decoration: underline;
	position: absolute;
	height: 20px;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	bottom: 10px;
	left: 350px;
}
#empfehlung   a   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: a0a0a0;
	text-decoration: underline;
	position: absolute;
	right: 0px;
}


.aktiv   {
	font-weight: bold;
	color: #804000;
}
form#kontakt/* Das Formular */
 {
	width: 580px;
	color: #003056;
	line-height: 15px;
	padding: 0px;
	margin: 0;
	position: absolute;
	left: 320px;
	top: 143px;
}
/* Beschriftung positionieren */
label {
	cursor: pointer;
	position: relative;
	left: 100px;
	bottom: 2px;
} 
label.davor {
	width: 90px;
	text-align: right;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	clear: left;
	float: left;
	left: 0px;
}

/* Submit - Abschicken */
#abschicken {
	cursor:pointer;
	padding: 3px;
	margin-left: 100px;
}
form p {
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
   
.email {
	display: none;
}
