/* Standard-CSS für www.schlaf-gut-leb-gut.de */

/* Wichtige Farben
Buttons gr&#252;n =	#B5FFA2
Hintergrund-Grün =	#B5FFA2
Schrift
*/

img {
	border: none;
}
#container {
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000000;
	background-color: #E6FFCC;
}
body {
	text-align: center;
	background-color: #FCFFE9;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

#header {
	height: 167px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(Bilder/Header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content {
	float: right;
	width: 820px;
	background-color: #E6FFCC;
	min-height: 600px;
	padding-bottom: 2em;
}
#content p {
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 10px;
}
#content h1 {
	font-size: 1.3em;
	color: #005D0B;
	padding-bottom: 2px;
	margin-left: 8px;
	margin-right: 10px;
	padding-left: 7px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
#content h2 {
	font-size: 1.2em;
	color: #009F13;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 15px;
}
#content h3 {
	font-size: 1.1em;
	color: #009F13;
	line-height: 1.63em;
	padding-left: 25px;
	padding-top: 10px;
}
#content ul {
	list-style-type: disc;

	padding-right: 10px;
}
#content a {
	color: #41598d;
	text-decoration: none;
	font-weight: bold;
}
#content img {
	float: left;
	margin: 1em;
	border: 1px solid #000000;
}


#nav {
	width: 160px;
	height: auto;
	float: left;
	display: block;
	padding-top: 20px;
}

  ul#nav {
	width: 160px;
	margin: 0; padding: 10px;
	border: 1px solid black;
	background-color: #B5FFA2;
  }
/* Auskommentiert, da IE falsch interpretiert
  * html ul#nav {  /* Korrekturen fuer IE 5.x */
/*	width: 11.6em;
	width: 10em;
	padding-left: 0;
	padding-left: 0.8em;
  }*/
  ul#nav li {
    list-style: none;
    margin: 8px; padding: 0;
  }

  ul#nav a {
	display:block;
	padding: 5px;
	text-decoration: none; font-weight: bold;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: #000000; background-color: #18c900;
  }
/* Auskommentiert, da IE falsch interpretiert
   * html ul#nav a {  /* Breitenangaben nur fuer IE */
/*	width: 100%;
	width: 8.8em;
  }*/
  ul#nav a:hover {
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: white; background-color: #7DFF46;
  }


#footer {
	clear: both;
	text-align: left;
	line-height: 1.2em;
	background-color: #a4a4a4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 1.3em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.2em;
	line-height: 1.35em;
}

.inside {
	padding: 4px 4px 4px 4px;
}
