/* CSS Document fuer die Website Bernsteinring
===================================================================================================
Anpassung der wichtigsten Abstaende: Restaurierung
==========================================*/
*{                                             /*Setzt alle Abstände in der Seite erst mal auf 0*/
	padding: 0; margin: 0;
}
h1, h2, h3, h4, h5, h6, p, 
ul, ol, dl, table, adress, pre, blockquote{    /*Abstand nach unten definieren*/
	margin-bottom: 1em;
}
blockquote {margin: 1em 2em;					/* Zitate einrücken*/
}
												
ul, ol, dl{                                     /*Alle Listen etwas einrücken*/
	margin-left: 1em;
}
li{                                             /*Listenelemente etwas mehr einrücken*/
	margin-left: 1em;
}
dd {margin-left: 2em;							/*Definitionen in Definitionslisten noch mehr einrücken*/
}
ul ul, ul ol, ul dl,							/*Verschachtelte Listen ohne Außenabstand oben/unten*/
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
   margin-top: 0;
   margin-bottom: 0;
}
/*Aufzählungszeichen für Listenkisten*/

ul { list-style-type: square; 					/* Ebene 1 - ul: square (ausgefülltes Rechteck); ol: Dezimalzahlen  */
}	
ol { list-style-type: decimal; 
}
ul ul { list-style-type: disc; 					/* Ebene 2 - ul: disc (ausgefüllter Kreis); ol: kleine Buchstaben */
}
ol ol { list-style-type: lower-alpha; 
}
ul ol { list-style-type: decimal; 
}
ol ul { list-style-type: square; 
}
ol ol ol, ol ol ul, ol ul ul, ol ul ol,			/* Ebene 3 - ul und ol mit circle (nicht ausgefüllter Kreis) */
ul ul ul, ul ul ol, ul ol ol, ul ol ul {
   list-style-type: circle;
} 

fieldset, a img { border:none;					/*Rahmen um verlinkte Bilder entfernen*/
}
/*======================================================================================================
   Allgemeine Selektoren:
 ==========================================*/

html{
	height: 101%;                          	/*Erzwingt Scrollbar im Firefox, die sonst ein springendes Design verursachen*/
}
body{
	color:#bdb8b3;
	background-color: #a67b3f;
	font-family: 'PT Sans', Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/oben_rand.jpg);
	background-repeat:repeat-x;
	font-size:0.8em;                       	/*schriftgroeße im Body*/
}

#body #bild{
	border:none;
	position:absolute;
	top: 5px;
	left: 30px;
	}

h1{
	font-size: 150%;
}
h2{
	font-size: 130%;
	background-image:url(images/schildchen.png);
   	background-repeat:no-repeat;
   	background-position:left;
   	height:35px;
   	padding-left:35px;
   	padding-top:20px;
}
h1, h2 {
	font-family: 'PT Sans', Verdana, Arial, Helvetica, sans-serif;
}
address{
	text-align: left;                   	/*Ausrichtung - hier zentriert*/
	font-size: 80%;                       	/*schrift etwas kleiner*/
	font-style: normal;                   	/*normale Schrift, nicht kursiv*/
	letter-spacing: 2px;                    /*Abstand zwischen den Buchstaben*/
	line-height: 2em;                   	/*Zeilenabstand*/
	padding-top:20px;
}
ul li{                                     	/*Erreicht, dass die Aufzählungszeichen einer ungeordneten Liste quadratisch sind*/
	list-style-type: square;
}
/*============================================================================================
  Hyperlinks allgemein:
===============================================*/
a{	                                      	/*Unterstreichung entfernen*/
	text-decoration: none;
	outline: none;
}
a:link{				                      	/*Links bearbeiten*/
	color:#a67b3f;
}
a:visited{
	color:#c2a276;
}
a:hover, 
a:focus{
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #c2a276;
}
a:active{                                  /*bei klick werden Hg- und Schriftfarbe gewechselt*/
	color: white;
	
}
a[href^="http:"]{
background: url(images/linkinsweb.png) no-repeat left center;
padding-left: 16px;
}
a[href^="http:"]:visited {
background-image: url(images/linkinsweb_visited.png);
}
#seite07 a[href^="http:"]{
background: url(images/blind.gif) no-repeat left center;
border-bottom:none;	
}
#seite07 a[href^="http:"]:visited {
background: url(images/blind.gif) no-repeat left center;
border-bottom:none;	
}
/*======================================================================================================
   Allgemeine Klassen und ID:
 ======================================================*/

.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;
	padding: 5px;
	border: 2px solid #676b18;				/*Logo oben wird mit Rahmen versehen*/
}
.bildlinks{
	float:left;
	padding: 5px;
	border: 1px solid #bdb8b3;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildrechts{
	float:right;
	padding: 5px;
	border: 1px solid #bdb8b3;
	margin-left: 10px;
	margin-bottom: 10px;
}
span.bildtext{
	display:block;
	margin-top:8px;
	text-align:center;
	
	}

.textlinks{
	float:left;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.textrechts{
	float:right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clearing{
	clear:both;
	margin-bottom:0;
	margin-top:0;
}

#logo { 
   color: black;
   background-color: white;
   padding: 5px;
   border: 5px solid #d9d9d9; 
}

#fb{
	position:absolute;
	right:10px;
	top:10px;
	}
#counter{
	width:300px;
	position:absolute;
	right:10px;
	bottom:25px;
}
#sippe{
	float:right;
	width:600px;
	
	
	}
	
#sippe_navi{
	float:left;
	width:110px;
	padding:5px;
	
	}

/*=================================================================================================
  Styles für Layoutbereiche:
====================================================================*/
#aussen {
	width:870px;
	margin-top: 0;
	margin-right: auto;                 	/*Abstand rechts automatisch*/
	margin-left: auto;
	background-image:url(images/links_rand.png);
	background-repeat:repeat-y;
	}
	
#aussen2 {
	width:870px;
	margin-top: 0;
	margin-right: auto;                 	/*Abstand rechts automatisch*/
	margin-left: auto;
	background-image:url(images/rechts_rand.png);
	background-position:right;
	background-repeat:repeat-y;
	}

#wrapper{
	color:#bdb8b3;
	background-color:#690101;
	width: 800px;                       	/*Breite des Inhaltsbereichs*/
	margin-top: 0;
	margin-right: auto;                 	/*Abstand rechts automatisch*/
	margin-bottom: 0;
	margin-left: auto;                  	/*Abstand links automatisch*/
	min-height: 400px;
	
}
#kopfbereich{
	position:relative;						/*positioniert, aber bleibt im fluss*/
	color: #bdb8b3;
	padding-top: 10px;                   	/*Innenabstand definieren*/
	padding-right: 20px;
	padding-bottom: 1px;					/*die 0 hat hier den weißen Balken verursacht!!!*/
	padding-left: 20px;
	height:140px;
		
}
#kopfbereich #Bild01 {
	border:none;
	position:absolute;
	top: 10px;
	left: 10px;
	}
#kopfbereich #Bild_wiki {
	border:none;
	position:absolute;
	top: 26px;
	left: 33px;
	}

#kopfbereich #Bild_bernstein {
	border:none;
	position:absolute;
	top: 63px;
	left: 105px;
	}

#kopfbereich #Bild_links {
	border:none;
	position:absolute;
	top:6px;
	left: -50px;
	}
	
#kopfbereich #Bild_rechts {
	border:none;
	position:absolute;
	top: 5px;
	right:10px;
	}
#kopfbereich #Bild_indi {
	border:none;
	position:absolute;
	top: 40px;
	right:90px;
	}
	
#impr{
	width:545px;
	float:left;
}
#impressum{
	width:170px;
	float:right;
	border-left:dotted 2px #bc6b1a;
	padding-left:10px;
}

/*===================================================
  Die Navigation gestalten 
  ==============================================*/

#navibereich{
	overflow:hidden;
	color: black;
	font-weight:bold;
	font-family:"PT Sans", Arial, sans-serif;
	padding: 5px 10px 0px 10px;             /*Innenabstand definieren*/
	margin-top:5px;
	margin-left:0;
	background-image:url(images/bauch.png);
	background-repeat:no-repeat;
	background-position:center;
	height:91px;
	
}


	#navibereich ul{
		float:left;						/*richtet die Navigation insgesamt nach rechts aus*/
		width:auto;						/*schrumpft die Liste auf min breite entspr. des Inhalts*/
		margin-left:100px;						
		margin-bottom: 10px;			/*unterer Abstand des Navibereiches */
		margin-top:0;
		height:auto;
		text-align:center;
		
	}
	
	#navibereich li{
		float: left;						/*Liste nebeneinander anzeigen*/
		width: 60px;
		list-style-type: none;				/*ohne Aufzählungspunkte*/
		margin: 0;							
		margin-right: 0.4em;				/*rechter Aussenabstand der Listenelemente*/
		padding-bottom:20px;
				
	}
	
	#navibereich a,							/*Merkmale der Navielemente */
	#navibereich strong{
		display: block;
		color: #bdb8b3;						/*Eigenschaften der aktiven Hyperlinks in der Navi*/
		padding: 0 8px 4px 8px;
		font-weight:normal;
		height:50px;
		font-weight:bold;
		
	}

	#navibereich a:hover,
	#navibereich a:focus					/*Die Eigenschaften bei Mouse-over*/
	{
		color: #ffffff;						/*rot - die spezifität ist höher als bei z. B. a:focus*/
		background-image:url(images/schild_logo.png);
		background-position:center;
		background-repeat:no-repeat;
		font-weight:bold;
		line-height:50px;
		border:none;
		
			}
	
	#navibereich a:active{
		color: black;
		background-image:url(images/schild_logo.png);
		background-repeat:no-repeat;
		font-weight:bold;
		}
		
	#startseite li#navi01 strong,		/*aktive Seite, stehend*/
	#seite02  	li#navi02 strong,
	#seite03    li#navi03 strong,
	#seite04    li#navi04 strong,
	#seite05 	li#navi05 strong,
	#seite06    li#navi06 strong,
	#seite07    li#navi07 strong,
	#seite08    li#navi08 strong,
	#seite09    li#navi09 strong
	{
		color:#FFFFFF;						/*weiss - die spezifität ist höher als bei z. B. a:focus*/
		font-weight:bold;
		background-image:url(images/schild_logo.png);
		background-repeat:no-repeat;
		background-position:center;
		line-height:50px;
		
			}

	
*html #navibereich {						/*Layout für IE nötig*/
height: 1%;
}





/*========================================
 Textbereich bearbeiten
 ==========================================*/
		
#textbereich{
	
	padding-top: 20px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0;
   	border-top: 1px solid #bdb8b3;				/* Streifen der 2. Naviebene - für die ganze seite*/
		
}
	#textbereich #ohnerahmen{
	border:none;}
 
	#textbereich a{                        	/*Erzielt im Textbereich eine gepunktete Linie unter den Links*/
		border-bottom: dotted 1px #8c8c8c;
		font-weight:bold;
	}
	#textbereich a:hover                     /*Erzielt im textbereich beim Mauskontakt eine durchgezogene Linie*/ 
	#textbereich a:focus {
		border-top-style: solid;
		border-color: #d90000;
		border-bottom-width: 1px;
	}
	
	



/*==========================================================
    Fußbereich bearbeiten
============================================================*/

#fussbereich{
	position:relative;
	color:#353331;
	padding-top: 5px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #676b18;           /*Rahmenlinie oben*/
	border-bottom: 1px solid #676b18;
	margin-top: 0;                       	/*Außenabstand oben, außerhalb der Linie, hier kein Abstand möglich*/
	background-color:#bdb8b3;
	
	                   
}


#fussbereich span{
		color:#353331;
		font-size: 120%;
		font-weight:bold;
	}

/*=================================================================================================
  Sonstige Styles:
====================================================================*/

.gast {
	border: thick solid #FFCC99;
	position: absolute;
	height: 500px;
	width: 500px;
	left: 40px;
}
