


/*-- Grafik Gästebuch darstellen,  ------------------------------------------------------------------------------------- */



.Basis.Gast {
	width:95%;
	min-width:650px;
	max-width:960px;
	margin:3em auto 0;
 }

.Gaestebuch {
	height:40em;
	width:100%;
  background-image:url(../backgrounds/gaestebuch/buch.png);
 }

/*-- Box Menue linke Seite, relativ zu 'Gästebuch', FLOAT mit 'TextGast', 'TextGast.Eintrag' und 'NeueintragGast' ------- */

.MenueGast {
	position:relative;
	top:175px;
	left:125px;
	width:325px;
	height:275px;
	text-align:left;
	float:left;
 }

/*-- Linke Seite erster Eintrag 'Anzahl Einträge', P Text, LAST-CHILD Kennziffer ---------------------------------------- */
 
.EintragGast {
	width:275px;
	height:40px;
	margin-left:40px;
 }
 
.EintragGast p {
	font-family:Times , serif;
  text-align:left;
	font-size:21px;
	font-style:italic;
	float:left;
	color:#1b221b;
 }

.EintragGast p:last-child {
   width:45px;
   text-align:center;
 } 

/* Referenzen linke Seite */

.MenueGast ul {
	width:225px;
	margin-left:40px;
	list-style-type:none;
	overflow:auto;
 }

.MenueGast li a {
	display:block;
	height:40px;
	width:225px;
	font-family:Times , serif;
  color:#1b221b;
	font-size:21px;
	font-style:italic;
	text-decoration:none;
	text-align:left;
 }

.MenueGast li:last-child a {                                /* Abstand zu 'Gästebuch schließen' */
	margin-top:60px;
 }

.MenueGast li a:hover {                                     /* Rot bei HOVER */
	color:#ef1010;
	font-size:21px;
	text-decoration:none;
 }

.MenueGast li a.keineintrag {                               /*abgedunkelt und ohne Referenz wenn kein Eintrag vorhanden */
  color:#777;
 }

.MenueGast li a.keineintrag:hover {
  color:#777;
 }

.MenueGast li a.ansehenaktiv {
  color:#ef1010;
 }

/* Textnachricht Startseite */
 
.TextGast {
	position:relative;
	top:75px;
	left:200px;
	width:330px;
	height:475px;
	float:left;
 }
 
.TextGast p {
	margin-top:40px;
   text-align:justify;
   font-size:21px;
   font-family:Times , serif;
   font-style:italic;
   color:#1b221b;
 }


/* Nachrichten ansehen */

.TextGast.Eintrag {
	width:340px;
 }
 
.TextGast.Eintrag p {
	display:block;
	margin:0;
	height:17px;
	font-size:12px;
  font-family:Arial, sans-serif;
  font-style:italic;
  color:#1b221b;
 }

.TextGast.Eintrag p:nth-child(2) {
  width:75px;
  float:left;
  margin-top:15px;
 }

.TextGast.Eintrag p:nth-child(3) {
  clear:right;
  margin-top:15px;   
 }

.TextGast.Eintrag p:nth-child(4) {
  height:25px;
  width:75px;
  float:left;
  border-bottom:1px #000 solid;
 }

.TextGast.Eintrag p:nth-child(5) {
  height:25px;
  clear:right;
  border-bottom:1px #000 solid;
  margin-bottom:25px; 
 }

.TextGast.Eintrag p:nth-child(6) {
  font-style:normal;
  margin-bottom:20px;   
 }

.TextGast.Eintrag p:last-child {
	display:flex;
	overflow:hidden;
  height:300px;
  font-style:normal;
  border-bottom:1px #000 solid;
 }

/* Referenz Nachricht ansehen blättern */

.RefFuss {
	position:relative;
	top:45px;
	left:515px;
	height:30px;
  width:340px;
  float:left;
 }
 
.RefFuss a.fussleiste {
  display:block;
	font-family:Times , serif;
  color:#1b221b;
	font-size:21px;
	font-style:italic;
	text-decoration:none;
	text-align:center;
 }

.RefFuss a.fussleiste:hover {
	color:#ef1010;
	font-size:21px;
	text-decoration:none;
 }


/* Formular neue Nachricht eintragen */

.NeueintragGast {
	position:relative;
	top:60px;
	left:180px;
	width:365px;
	height:500px;
	float:left;
 }

.NeueintragGast p {
	padding-left:50px;
	font-family:Times;
  text-align:left;
	font-size:21px;
	font-style:italic;
	color:#1b221b;
 }

.NeueintragGast p:first-child {
	padding-top:125px;
 }

.NeueintragGast label {
	display:inline-block;
	width:200px;
	font-family:Arial;
  font-size:10px;
	color:#1b221b;	
	text-align:left;
	margin-top:5px;
 }

.NeueintragGast label.fehlergast {color:#ff0000;}

.NeueintragGast input {
	padding:.2em;
	margin-top:2px;
	margin-bottom:3px;
	font-family:Arial;
  font-size:11px;
	color:#1b221b;		
	background:#999;
 }

.NeueintragGast input#namegast {width:200px;}
.NeueintragGast input#emailgast {width:250px;}
.NeueintragGast input#homepagegast {width:250px;margin-bottom:10px;}
.NeueintragGast input.fehlergast {background:#999 url(../images/error.gif) right no-repeat;border:2px #ff0000 solid;}

.NeueintragGast textarea {
	width:320px;
	height:190px;
  padding:.2em;
  margin-top:2px;
  margin-bottom:10px;
  max-width:320px;    //  für IE
  max-height:190px;
  min-width:320px;
  min-height:100px;
  resize:none;
  background:#999;
 }

.NeueintragGast textarea.fehlergast {border:1px #ff0000 solid;}

.NeueintragGast input#codegast {width:120px;float:right;}
.NeueintragGast label[for^="codegast"] {width:325px;text-align:right;}

.NeueintragGast input[type="submit"] {
	width:80px;
	padding:.2em;
	font-family:Arial;
  font-size:11px;
	color:#1b221b;
	margin:20px 0px 0px 120px;
	text-align:center;	
	background:#999;
	border:1px solid rgba(0,0,0,0.4);
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
      -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
           box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	 					       -webkit-border-radius: 10px;
							 	    -moz-border-radius: 10px;
							 	         border-radius: 10px;
 }
 
.NeueintragGast input[type="submit"]:hover {border-color:#333;color:#000;cursor:pointer;}
.NeueintragGast input[type="submit"]:focus {border-color:#333;color:#000;}

.NeueintragGast legend {
	background:#999;
	padding:.2em 0;
	width:175px;
	margin-left:5px;
	border:1px solid rgba(0,0,0,0.4);
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
       -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
            box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
								   -webkit-border-radius: 4px;
								 	   -moz-border-radius: 4px;
								 	        border-radius: 4px;
  font-family:Arial;
  font-size:11px;
  text-align:center;
	color:#20251f;			          	              
 }
 
.NeueintragGast fieldset {
	width:330px;
	height:475px;
	padding-left:15px;
	text-align:left;
	border-color:#666;
	webkit-border-radius: 7px;
 	  -moz-border-radius: 7px;
 	       border-radius: 7px;
 }
 
 .NeueintragGast fieldset p {
  display:inline-block;
	width:120px;
	margin:0px;
 	padding:0;
	font-family:Times;
  font-size:21px;
	font-style:italic;
	color:#ff0000;
	text-align:right;
	letter-spacing:6px;
	line-height:1;
 }
 
 
@media screen and (max-width: 960px) {
	 .Basis.Gast                         {height:460px;}
   .Gaestebuch                         {margin:3em auto 0;width:660px;height:441px;background-image:url(../backgrounds/gaestebuch/buch660.png);}
   .MenueGast                          {top:95px;left:80px;width:225px;height:200px;}
   .EintragGast                        {width:200px;height:30px;}
   .EintragGast p                      {font-size:17px;}
   .EintragGast p:last-child           {width:35px;} 
   .MenueGast li a                     {height:30px;width:185px;font-size:17px;}
   .MenueGast li:last-child a          {margin-top:40px;}
   .MenueGast li a:hover               {font-size:17px;}
   .TextGast                           {top:40px;left:130px;width:220px;height:325px;}
   .TextGast p                         {margin-top:15px;font-size:16px;}
   .TextGast.Eintrag                   {top:50px;left:122px;width:240px;height:340px;}
   .TextGast.Eintrag p                 {height:15px;font-size:11px;}
   .TextGast.Eintrag p:nth-child(2)    {margin-top:12px;}
   .TextGast.Eintrag p:nth-child(3)    {margin-top:12px;}
   .TextGast.Eintrag p:nth-child(4)    {height:20px;}
   .TextGast.Eintrag p:nth-child(5)    {height:20px;margin-bottom:10px;}
   .TextGast.Eintrag p:nth-child(6)    {margin-bottom:15px;}
   .TextGast.Eintrag p:last-child      {height:210px;}
   .RefFuss                            {top:35px;left:365px;height:25px;width:220px;}
   .RefFuss a.fussleiste               {font-size:17px;}
   .RefFuss a.fussleiste:hover         {font-size:17px;}
   .NeueintragGast label               {width:200px;}
   .NeueintragGast                     {top:50px;left:115px;width:248px;height:355px;}
   .NeueintragGast p                   {padding-left:35px;font-size:18px;}
   .NeueintragGast input               {font-size:10px;margin-top:1px;margin-bottom:2px;}
   .NeueintragGast input#namegast      {width:200px;}
	 .NeueintragGast input#emailgast     {width:215px;}
	 .NeueintragGast input#homepagegast  {width:215px;margin-bottom:6px;}
   .NeueintragGast textarea            {width:215px;height:75px;margin-bottom:6px;max-width:215px;max-height:75px;min-width:215px;min-height:75px;}
   .NeueintragGast fieldset            {width:225px;height:330px;padding-left:7px;}
   .NeueintragGast legend              {width:145px;margin-left:5px;}
   .NeueintragGast input#codegast      {width:80px;float:right;}
   .NeueintragGast label[for^="codegast"]  {width:220px;text-align:right;}
   .NeueintragGast fieldset p              {width:90px;font-size:19px;}
   .NeueintragGast input[type="submit"]    {margin:15px 0 0 85px;}
 }


 