/* CSS Document - Stile nur für das Gästebuch 
   12.1.2011(DI)
*/
.gb {	width:100%;
		background-image:url(../_media/blank.png);
		background-repeat:repeat;
		/*background-color:#7a1501;*/
	 	font-family: Arial, Helvetica, sans-serif;
	 	/*border:solid #000000 1px;*/
		}
		
.gb1 {	width:98%; 
		/*border:solid #000000 1px;*/
		}
.tabkopf {
		font-size:12px; 
		font-weight:bold;
}
		
.textnachricht {
		border:solid #000000 1px;
		
		}
		
.tabtext {
		font-size:12px; 
		font-weight: normal;
/*		background-color:#FFCCCC*/
/*		background-color:#FECEC5   /* wie rote Grundfarbe, nur heller*/
		}
		
.eingeben{
	border: #000000 dotted 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 2px;
	width:160px;
	height:14px
	}

.eingeben_area{
	border: #000000 dotted 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 2px;
	width:160px;
	height:100px
	}
	
	
<!--Übernommen aus /xmas-->
	#container
	{
		margin: 3em auto;
		width: 800px;
		height: 800px;
		text-align: left;
		background-image:url(../_media/background3.jpg);
		background-color: #FFFFFF;
		border:#000000 dashed 0px;
	}
	

	#content2
	{
		font-family:"Monotype Corsiva";
		font-size: 100%;
		padding-top: 120px;
		padding-left: 80px;
		padding-right: 80px;
		width: 640px;
		height: 480px;
		text-align: left;
			
	}
	
	
	#showbox
	{
		height: 280px;
		overflow:auto;
	
	}
	
	
	#showbox2
	{
			height: 240px;
			background-image:url(../_media/postkarte.jpg);
			background-repeat:no-repeat;
			background-position:center;		
	}
	
	
	#showbox3
	{
			height: 300px;
			background-image:url(../_media/postkarte2.jpg);
			background-repeat:no-repeat;
			background-position:center;		
	}
	
	#message
	{
		float:left;
		height: 227px;
		width:250px;
		padding-left: 45px;
		padding-top: 13px;
	}
	
	#message2
	{
		float:left;
		height: 287px;
		width:290px;
		padding-left: 25px;
		padding-top: 23px;
	}
	
	#message3
	{
	height: 150px;
	width: 285px;
	overflow:auto;
	padding:0px;
	font-family:"Monotype Corsiva";
	font-size: 100%;
	}
	
	#message4
	{
	height: 100px;
	overflow:auto;
	width: 275px;
	overflow:auto;
	padding:0px;
	font-family:"Monotype Corsiva";
	font-size: 100%;
	}
	
	#adresse
	{
		font-family:"Monotype Corsiva";
		font-size: 85%;
		padding-left: 25px;
		margin-left: 300px;
		padding-top: 92px;
	
	}
	
	#adresse2
	{
		font-family:"Monotype Corsiva";
		font-size: 85%;
		padding-left: 25px;
		margin-left: 300px;
		padding-top: 42px;
		height: 100px;
	
	}
