/* CSS Document fuer die Slaco's Gartenholz
===================================================================================================
Anpassung der wichtigsten Abstände:
==========================================*/
*{                                             /*Setzt alle Abstände in der Seite erst mal auf 0*/
	padding: 0; margin: 0;
}
h2, h3, p, ul, ol{                              /*Abstand nach unten definieren*/
	margin-bottom: 1em;
}
ul ul{                                         /*Verschachtelte Listen ohne Abstand*/
	margin-bottom: 0;
}
li{                                             /*Abstand von links*/
	margin-left: 1em;
	margin-bottom:1em;
}
/*======================================================================================================
   Allgemeine Selektoren:
 ==========================================*/

html{
	height: 101%;                          	/*Erzwingt Scrollbar im Firefox, die sonst ein springendes Design verursachen*/
}
body{
	color: #333300;
	background-color: #ffcc66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;                       	/*schriftgroeße im Body*/
}

h1{
	font-size: 140%;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 110%;
}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
address{
	text-align: center;                   	/*Ausrichtung - hier zentriert*/
	font-size: 90%;                       	/*schrift etwas kleiner*/
	font-style: normal;                   	/*normale Schrift, nicht kursiv*/
	letter-spacing: 2px;                  	/*Abstand zwischen den Buchstaben*/
	line-height: 1.5em;                   	/*Zeilenabstand*/
}
ul li{                                     	/*Erreicht, dass die Aufzählungszeichen einer ungeordneten Liste eine bestimmte Form hat*/
	list-style-type:circle;
}
/*============================================================================================
  Hyperlinks allgemein:
===============================================*/
a{	                                      	/*Unterstreichung entfernen*/
	text-decoration: none;
	outline: none;
}
a:link{
	color: #990000;
	font-weight:bold;
}
a:visited{
	color: #663333;
}
a:hover, 
a:focus{
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #d90000;
}
a:active{                                  /*bei klick werden Hg- und Schriftfarbe gewechselt*/
	color: white;
	background-color: #990000;
}
/*======================================================================================================
   Allgemeine Klassen und ID:
 ======================================================*/
.skiplink{                                 	/*Damit wird der Skiplink ausgeblendet*/
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.hinweisbox {                             	/*Class für die Dekoration*/
	color: black;
	background-color: #8c8c8c;
	border-color: #ecf7dd;
	border-width: 3px;
	border-top-style: solid;
}
#oben{                                     	/*legt eine Hintergrundfarbe fest, wenn ein gif im Logo-Bereich erscheint*/
	color: black;
	background-color: white;               	/*Logo oben wird mit Rahmen versehen*/
	padding: 5px;
	border: 5px solid #d9d9d9;
}
.bildlinks{
	float:left;
	padding: 3px;
	border: 5px solid #cc9966;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildlinks2{
	float:left;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildrechts{
	float:right;
	padding: 3px;
	border: 5px solid #cc9966;
	margin-left: 10px;
	margin-bottom: 10px;
}
.bildrechts2{
	float:right;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clearing{
	clear:both;
}
.dick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333300;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333300;
}
span.bildtext{
	display:block;
	text-align:center;
	font-size: 85%;
	margin-top: 5px;
		
}

/*=================================================================================================
  Styles für Layoutbereiche:
====================================================================*/
#wrapper{
	color: black;
	background-color: white;
	/*width: 720px;                       	Breite des Inhaltsbereichs*/
	margin-top: 20px;
	margin-right: auto;                 	/*Abstand rechts automatisch*/
	margin-bottom: 20px;
	margin-left: auto;                  	/*Abstand links automatisch*/ 
}
#kopfbereich{
	position: relative;						/*positioniert, aber bleibt im fluss*/
	color: black;
	padding-top: 10px;                   	/*Innenabstand definieren*/
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	
	
}
	#kopfbereich p{
		position:absolute;
		top: 30px;
		right: 10px;
		font-weight: bold;
		padding: 5px 0 5px 0;
		margin-bottom: 0; 					/*war standardmäßig auf 1 em eingestellt */
	}
	#kopfbereich p span{
		color: #d90000;
	}
/*#navibereich{
	background-color: #ffe574;				Hintergrundfarbe des Navigationsbereiches
	text-align: right;
	color: black;
	background-repeat:repeat-x;
	background-position:top	left;
	padding-top: 5px;                     	/*Innenabstand definieren
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #8c8c8c;
}
	#navibereich li{
		display: inline;					/*Liste nebeneinander anzeigen
		list-style-type: none;				/*ohne Aufzählungspunkte
		margin: 0;							
	}
	#navibereich ul{
		margin-bottom: 0;					unterer Abstand des Navibereiches 
	}
	#navibereich a{
		color: black;						/*Eigenschaften der Hyperlinks in der Navi
		background-color: #ffeda0;
		padding: 4px 8px 4px 8px;
		border: 1px solid #8c8c8c;
	}*/
	#navibereich a:hover,
	#navibereich a:focus,					/*Die Eigenschaften der Links im navibereich werden geändert*/
	#startseite #navi01 a,
	#kontaktseite #navi03 a,
	#michseite #navi02 a{
		color: black;						/*die spezifität ist höher als bei z. B. a:focus*/
		background-color: white;
		border-bottom-color: white;			/*Rahmenlinie unten am Navielement weiß, damit es offen aussieht*/
		
	}
	#navibereich a:active{
		color: black;
		background-color: white;
		}
#textbereich{
	padding-top: 20px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#FFFFCC;
	background-image:url(images/ecke1.jpg);
	background-position:top, left;
	background-repeat:no-repeat;
	
}

	#textbereich a{                        	/*Erzielt im Textbereich eine gepunktete Linie unter den Links*/
		border-bottom: 1px dotted #cc0000;
	}
	#textbereich a:hover                     /*Erzielt im textbereich beim Mauskontakt eine durchgezogene Linie*/ 
	#textbereich a:focus {
		border-top-style: solid;
		border-color: #990000;
		border-bottom-width: 1px;
	}
#fussbereich{
	padding-top: 10px;                     /*Innenabstand definieren*/
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 1px;                       /*Rahmenlinie oben*/
	border-top-style: solid;
	border-top-color: #cc9966;
	margin-top: 10px;	                   /*Außenabstand oben, außerhalb der Linie*/
}


#galerie{
	padding-top: 20px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 1700px;    
}
/*=================================================================================================
  Sonstige Styles:
====================================================================*/


table {
	background-color: #FFFFCC;
	border: thick double #FFCC66;
}

