/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stylesheet für Website "Yoga Institut Schloss Lüntenbeck"
Datei: screen.css
Datum: 15. März 2010
media: screen

Aufbau:	1. Kalibrierung und allgemeine Styles
		2. Styles für Layout-Bereiche
		3. Sonstige Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	1. Kalibrierung und allgemeine Styles
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* { padding: 0; margin: 0; }

h1, h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em; }

html { height: 101%; }

body {
	color: #fffcc;
	background-color: #cc6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

address {
	color: #3f5160;
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}

a { text-decoration: none; outline: none; }
	a:link, a:visited { color: #3f5160; font-weight: bold; }
	a:hover, a:focus { color: #ffffcc; }
	a:active { color: #ffffcc; }

.bildrechts {
	float: right;
	padding: 3px;
	border: 1px solid #3f5160;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.bildlinks {
	float: left;
	padding: 3px;
	border: 1px solid #3f5160;
	margin-bottom: 20px;
	margin-right: 20px;
}

.clearing { clear: both; }


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	2. Styles für Layout-Bereiche
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper {
	color: #333333;
	width: 950px;
	margin: 10px auto 0 auto;
}

#header h1 {
	margin-bottom: 0;
}

#navibereich01 {
	color: #3f5160;
	font-weight: bold;
	float: left;
	font-size: 90%;
	width: 150px;
	padding: 30px 0 0 20px;
}
		/* deklariert nur die Listenelemente im Navibereich */
		#navibereich01 ul { margin-bottom: 0; }
		#navibereich01 li {
			list-style-type: none; /* ohne Aufzählungszeichen */
			padding-bottom: 10px;
			margin: 0;
			}
		
		#navibereich01 #unterlinks a { color: #993300; }
		#navibereich01 #unterlinks a:hover, a:focus { color: #ffffcc; }
		#navibereich01 #unterlinks { margin-left: 25px; } 
		#startseite #navi01 a, #yoga #navi02a a, #meditation #navi02b a, #py #navi02c a, #by #navi02d a, #reisen #navi02e a, #kursplan #navi03a a, #beschreibung #navi03b a, #preise #navi03c a,
		#seminare #navi04a a, #studium #navi04b a, #thaimassage #navi05a a, #klangschmassage #navi05b a, #ambiente #navi06a a, #kursleiter #navi06b a, #anfahrt #navi07a a, #kontakt #navi07b a,
		#impressum #navi07c a, #datenschutz #navi07d a,#links #navi08 a, #anmeldung #navi09 a {
			color: #ffffcc;
			}

#hinweisbereich {
	font-weight: bold;
	float: right;
	font-size: 90%;
	width: 130px;
	padding: 30px 20px 0 20px;
}
		/* deklariert nur die Listenelemente im Hinweisbereich */
		#hinweisereich ul { margin-bottom: 0; }
		#hinweisbereich li {
			list-style-type: none; /* ohne Aufzählungszeichen */
			padding-bottom: 10px;
			margin: 0;
			}
		#hinweisbereich #kleiner {
			letter-spacing: 0.6;
			font-weight: normal;
			font-size: 80%;
			margin-top: -8px; 
			}


#content {
	color: #3f5160;
	background: url(../images/back_content.jpg) repeat-y top left;
	min-height: 500px;
	padding: 30px 200px 30px 200px;
	}
		#content h3 { color: #cc6600; font-size: 100%; font-weight: normal; margin-bottom: 30px; }
		#content h2 { color: #cc6600; margin-bottom: 0.5em; }
		#content ul { margin-bottom: 10px; }
		#content li {
			list-style-type: none; /* ohne Aufzählungszeichen */
			padding-bottom: 5px;
			margin-left: -3px;
			}
		#content #link a { color: #cc6600; }
		#content #link a:hover, a:focus { color: #ff9933; }
		
		#content #pypreise { font-weight: bold; }
		#content #thaimassagepreise { font-weight: bold; }
		
		#content #extra { color: #993300; font-weight: bold; }
		#content #titel { border: 1px #ff9933 solid; padding: 5px 5px 5px 10px; }
		#content #rot { color: #993300; }
		#content #ye { font-weight: bold; background-color: #ff9933; padding: 5px 5px 5px 10px; }
		#content #hy { color: #FFFFFF; font-weight: bold; background-color: #6c381e; padding: 5px 5px 5px 10px; }
		#content #fit { color: #FFFFFF; font-weight: bold; background-color: #2537de; padding: 5px 5px 5px 10px; }
		#content #med { color: #FFFFFF; font-weight: bold; background-color: #e641d8; padding: 5px 5px 5px 10px; }
		#content #at { color: #FFFFFF; font-weight: bold; background-color: #aa41e6; padding: 5px 5px 5px 10px; }
		#content #pm { font-weight: bold; background-color: #97d0f1; padding: 5px 5px 5px 10px; }
		#content #ys { color: #FFFFFF; font-weight: bold; background-color: #6c381e; padding: 5px 5px 5px 10px; }
		#content #allinkl { color: #FFFFFF; font-weight: bold; background-color: #cc1217; padding: 5px 5px 5px 10px; }
		#content #kleiner { font-size: 80%; }
		#content #kursplan { color: #ffffff; font-size: 90%; }

#seminare #content p { margin-bottom: 1px; }
#klangschmassage #content li {
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 20px;
}
#kursleiter #content li {
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 20px;
}

#herzlogo {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 230px;
}

#footer {
	clear: both;
	background-image: url(../images/back_footer.jpg);
	font-weight: bold;
	padding: 8px 20px 5px 20px;
}


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	3. Sonstige Styles
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Kontaktformular */
form {
	
	background-color: #ffffcc;
	width: 300px;
	padding: 20px;
	margin-left: 100px;
}
label {
	display: block;
	cursor: pointer;
}
input#name, #absender, #straße, #wohnort, #telefon, #kurs_seminar, #datum,
textarea {
	width: 295px;
	margin-bottom: 0.5em;
}
textarea { height: 7em; }
input#name:focus, #absender:focus, #straße:focus, #wohnort:focus, #telefon:focus, #kurs_seminar:focus, #datum:focus,
textarea:focus {
	background: #d9d9d9;
}
	













