/* CSS Document fuer den Internetauftritt Hagen Hildebrandt - Pension Nordhausen
===================================================================================================
Anpassung der wichtigsten Abstände:
==========================================*/
*{                                             /*Setzt alle Abstände in der Seite erst mal auf 0*/
	padding: 0; margin: 0;
}
h2, p, ul, ol {                                 /*Abstand nach unten definieren*/
	margin-bottom: 2em;
}
ul ul{                                         /*Verschachtelte Listen ohne Abstand*/
	margin-bottom:1em;
}
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:#003300;
	background-color:#ccFFCC;
	background-image:url(images/hg1.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;                       	/*schriftgroeße im Body*/
	
}

h1{
	font-size: 150%;
}
h2{
	font-size: 130%;
}
h1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
address{
	text-align: center;                   	/*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: 1.5em;                   	/*Zeilenabstand*/
}
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: #cc6633;
	font-weight:bold;
}
a:visited{
	color: #cc6666;
	font-weight:bold;
}
a:hover, 
a:focus{
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #330000;
}
a:active{                                  /*bei klick werden Hg- und Schriftfarbe gewechselt*/
	color: white;
	background-color: #cc6633;
}
/*======================================================================================================
   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: #330000;
	font-weight:bold;
	background-color:#ccffcc;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
#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: 2px solid #cc6633;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildrechts{
	float:right;
	padding: 3px;
	/*border: 2px solid #cc6633;*/
	margin-left: 10px;
	margin-bottom: 10px;
}

.clearing{
	clear:both;
}
/*=================================================================================================
  Styles für Layoutbereiche:
====================================================================*/
#wrapper{
	color: #330000;
	background-color: #ccffcc;
	width: 720px;                       	/*Breite des Inhaltsbereichs*/
	margin-top: 20px;
	margin-right: auto;                 	/*Abstand rechts automatisch*/
	margin-bottom: 20px;
	margin-left: auto;                  	/*Abstand links automatisch*/ 
}
#eingang a{
	border-bottom: 1px dotted #330000;
}
#kopfbereich{
	position: relative;						/*positioniert, aber bleibt im fluss*/
	color: black;
	padding-top: 10px;                   	/*Innenabstand definieren*/
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color:#ccffcc;
	/*background-repeat:repeat-x;           	Anordnung der Hintergrundgrafik nur horizontal*/
	border-top: 3px;                       /*Rahmenlinie oben*/
	border-top-style: solid;
	border-top-color: gray;
	margin-top: 10px; 
	margin-left: 0px; 
	/*border-left: 2px;                       Rahmenlinie seitlich
	border-left-style: solid;
	border-left-color: #ffcc99;*/
	        
}
	#kopfbereich p{
		position:absolute;
		top: 30px;
		right: 10px;
		font-weight: bold;
		padding: 5px 0 5px 0;
		margin-bottom: 0; 					/*war standartmäßig auf 1 em eingestellt */
	}
	#kopfbereich p span{
		color: #d90000;
	}
#navibereich{
	background-color: #006633;				/*Hintergrundfarbe des Navigationsbereiches*/
	text-align: right;
	color: #330000;
	/*background-image:url(images/punkt3.jpg) ;*/
	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 #330000;
	/*border-left: 2px;                       /*Rahmenlinie seitlich
	border-left-style: solid;
	border-left-color: #ffcc99;
	margin-left: 2px; */  
}
	#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: #f7fff7;
		padding: 4px 8px 4px 8px;
		border: 1px solid #006633;
	}
	#navibereich a:hover,
	#navibereich a:focus,					/*Die Eigenschaften der Links im navibereich werden geändert*/
	#startseite #navi01 a,
	#kontakt #navi03 a,
	#gastbuch #navi04 a,
	#zimmer #navi05 a,
	#preise #navi06 a,
	#links #navi07 a,
	#ueberuns #navi02 a{
		color: black;						/*die spezifität ist höher als bei z. B. a:focus*/
		background-color: #f7fff7;
		border-bottom-color: #f7fff7;			/*Rahmenlinie unten am Navielement weiß, damit es offen aussieht*/
		
	}
	#navibereich a:active{
		color: black;
		background-color: white;
		}
#textbereich{
	background-color: #f7fff7;
	background-image:url(images/postkarte_schmal.jpg);
	background-repeat:no-repeat;
	background-position:left, top;	
	padding-top: 20px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 130px;
}

	#textbereich a{                        	/*Erzielt im Textbereich eine gepunktete Linie unter den Links*/
		border-bottom: 1px dotted #993300;
	}
	#textbereich a:hover                     /*Erzielt im textbereich beim Mauskontakt eine durchgezogene Linie*/ 
	#textbereich a:focus {
		border-top-style: solid;
		border-color: #cc6633;
		border-bottom-width: 1px;
	}
	#textbereich span{
		color:#663300;
		font-size:14px;
		font-weight:bold;
		
	}
#fussbereich{
	background-color: #006633;
	color:#f7fff7;	
	padding-top: 10px;                     /*Innenabstand definieren*/
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;                       /*Außenabstand oben, außerhalb der Linie*/
	margin-bottom: 10px;
	margin-left: 2px; 
	border-bottom: 2px;                    /*Rahmenlinie unten*/
	border-bottom-style: solid;
	border-bottom-color:gray;
	
	background-image:url(images/logo3.jpg);
	background-repeat:no-repeat;
	background-position:right;          
}
	#fussbereich span{
		color:#f7fff7;
		font-size:14px;
		font-weight:bold;
		
	}

/*=================================================================================================
  Sonstige Styles:
====================================================================*/
/*Das Kontaktformular
==============================================*/

form{
	background-color: #eee;
	width: 370px;							/*Breite des Formulars*/
	padding: 20px;
	border: 1px solid #8c8c8c;
}
label{
	display: block;
	cursor: pointer;						/*Mauszeiger wird zur Hand*/
}
input#absender,
textarea{
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea{
	height: 7em;
}
input#absender:focus,
input#absname:focus,
textarea:focus{
	background-color: #d9d9d9;
}

.dick {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
}
.gast {
	border: thick solid #FFCC99;
	position: absolute;
	height: 500px;
	width: 500px;
	left: 40px;
}
td {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#336600;
	text-align: left;
	vertical-align: middle;
	text-indent: 3px;
	left: 5px;
	bottom: 5px;
}
.bildausrichtung {
	float:right;
	padding: 3px;
	margin: 5px;
}

