/*-------------------------------------
---------------------------------------
Generelle Stile
---------------------------------------
-------------------------------------*/

body {								/* Warum das so sein muss keine Ahnung! */
	font-family: "Oxygen";
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	color:   #243B0B; 
	}


p 	{									/* Text ! */
	font-family: "Oxygen";
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	color:   #243B0B; 
	}


h1 {								/* Überschriften für Keywords */
	font-family: "Oxygen";
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	color:   #243B0B; 
	}
	
									/* Texttitel  */
h2 {
	font-family:  "Abel"; 
	font-size: 22px;
	line-height: 100%;
	font-weight: normal;
	color: darkslategray; 
	letter-spacing: 2px
	}

									/* Praxis Heiko Humpert */
h3 {
	font-family: "Candara";

	font-size: 18px;
	font-weight: normal;
	text-align: normal;
	color: steelblue;  
	line-height: 80%;
	}

									/* Sprüchetext */
h4 {
	font-family: "Candara";
	font-size: 18px;
	line-height: 100%;
	font-weight: normal;

	color: rgba(143,188,119,0.85);
	letter-spacing: 6px
	}

									/* Kleingedrucktes */
h5 {
	font-family: "Oxygen";
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: dimgrey;
	line-height: 150%;
	letter-spacing: 0px
	}

										/* Navigation */
a {
	font-size: 14px;
	line-height: 100%;
	color:teal; /*  white darkgrey */
	text-decoration:none
	}


a:hover{
	color: #A5DF00;
	}


a:active{
	color: A5DF00;
	}







/*-------------------------------------
---------------------------------------
Styles für die main Div's
---------------------------------------
-------------------------------------*/

/* ---- normale Boxen ----- */

div#content{												/*   Hauptbox      */
			background-color:  rgba(250,250,250,1); /* Hintergrundfarbe!!! gerne auch: 47,49,49 */
			position: absolute;
			padding-top: 66px;
			padding-left: 12px;
			padding-left: 12px;
			padding-left: 12px;
			
			left: 0px; width: 480px; 
 			top: 0px;
			}


		div#topline{												/*   Hauptbox      */
			background-color:  rgba(58,58,58,1); /* Hintergrundfarbe!!! gerne auch: 47,49,49 */
			padding-left: 8px;
			position: absolute;

			padding-top: 13px;
			left: 0px; width: 480px; 
			top: 0px; height: 36px; 
			z-index:8;
			}

		div#downline{												/*   Hauptbox      */
			background-color:  rgba(28,28,28,1); /* Hintergrundfarbe!!! gerne auch: 47,49,49 */
			padding-left: 8px;
			position: absolute;

			left: 0px; width: 480px; 
			top: 100%; height: 18px; 
			margin-top: -18px;
			z-index:9;
			}


		div#topnavi{												/*   Hauptbox      */
			background-color:  yellowgreen; /*rgba(182,182,172,1); /* Hintergrundfarbe!!! gerne auch: 47,49,49 */
			position: absolute;
						
			float: left;
			overflow: hidden;

			padding-left: 8px;


			left: 0px; width: 480px; 
			top: 49px; height: 8px; 
			z-index:7;
			}
				
		
				
			