/*  =========================================================
Stylesheet zur Formatierung am Bildschirm
Datei: bildschirm.css
Datum: 2007-10-27 
Autor: Peter Müller 
========================================================== */




 * {
	padding: 0;
	margin: 0;
}
/*Absatz Formate*/
P {font: 10/150%  verdana,arial,helvetica; color: #333333; text-indent : 0in }
h1 {
	padding: 0;
	margin: 0;
	font-size: small;
	margin-bottom: 1em;
	color: #003366;
	font-style: inherit;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: x-small;
	margin-bottom: 0.3em;
}
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
}

#navibereich {font-weight:bold}  /*Text fett im Navibereich*/

/*Stile (Formatvorlagen)*/
.Stil1 {
	color: #FFFFFF;
	font-weight: bold;
}

/* Hyperlinks */
a { text-decoration: none; outline: none; font-weight:bold} 
a:link { color: #f8f8f8; } 
a:visited { color: #ffffff; }
a:hover { color: orange; }
/*a:focus {   color: green; }*/
a:active { color: #ffffff;}

/* Keinen Linkrahmen um Fotos   */
img {  border-style: none;}


/* keeps active page selected in navi */
#startseite #navi01 a,
#onetoone #navi02 a,
#holidays #navi03 a,
#classes #navi04 a,
#workshops #navi05 a,
#weekends #navi06 a,
#yoga #navi07 a,
#carlhargreaves #navi08 a {color: orange;}

/*A:link {font-weight: 700;text-decoration: none ;color: #f8f8f8;}
A:visited {font-weight: 700;text-decoration: none ;color: #ffffff;}
A:active {font-weight: 700;text-decoration: none ;color: #ffffff;}
A:hover {font-weight: 700;text-decoration: none ;color: orange;}*/

/* Images */
/*img {   
   padding: 4px;
   border: 1px solid #ddd;}*/
 
   
/* Body */
body
{	background-color: #b7c6c8; }

/* Divs (Wrapper) */
#wrapper {
width: 810px;
margin-left:40px;
margin-right: 40px; }
	#kopfbereich {
	margin-top:30px; }
	#navibereich {
	margin-top:15px;}
		li {
			display: inline;
			list-style-type: none;}
	#wrapper_textbereich {
	margin-top: 32px;
}
