/* Druck-CSS fuer greenstands.de */
#head, #foot, #navigation, #unternavigation, #messe_banner { display: none; }

/* Einstellung der Abstaende zum Nullpunkt des Browsers und weitere Standards */
html, body, div, p,
h1, h2, h3, 
span, a, table, td,
form, img 					{ margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font: 10pt; color: #000000; }
							  
ul, li						{ margin: 0px; padding: 0px; }	
  
html, body 					{ background: rgb(255,255,255); } 

img							{ border: 0px; }

							  
/* Allgemein gueltige Formatierungen */
.clear						{ clear: both; height: 1px; overflow: hidden; }
#website					{ width: 900px; height: auto; margin: 0px auto; }

	#head						{ width: 900px; height: 183px; }
	#navigation					{ width: 900px; height: 50px; background: rgb(122,184,0); margin-top: 1px; }
		#navigation ul.hauptnavigation			{ margin-left: 59px; height: 50px; }
		#navigation ul.hauptnavigation li		{ list-style: none; display: inline; float: left; width: 155px; 
													border-left: 1px solid rgb(255,255,255); }
		
	#content					{ width: 900px; height: auto; margin-top: 28px; }
		#unternavigation		{ float: left; width: 200px; padding-left: 16px; margin-top: 1px; margin-bottom: 110px; }
		#inhalt					{ float: left; width: 610px; padding-left: 15px; padding-bottom: 15px; }
			#inhalt img.seitentitel	{ display: block; height: 25px; margin-top: 11px; margin-bottom: 20px; }
			
	#foot						{ width: 900px; height: 23px; background: rgb(122,184,0); margin-top: 10px; margin-bottom: 10px; }
		#foot ul				{ padding-right: 45px; padding-top: 1px; }
		#foot ul li				{ list-style: none; display: inline; float: right; width: 100px; text-align: center; }
		#navibild				{ position: absolute; z-index: 1; width: 200px; margin-left: 16px; text-align: center;
									margin-top: -110px; }
				
/* Gaestebuch */
.gb_eintrag						{ margin-bottom: 20px; width: 610px; }
	.gb_eintrag_titel					{ border-bottom: 1px solid rgb(122,184,0); font-weight: bold; }
	.gb_eintrag_text					{ padding-top: 3px; padding-bottom: 2px; line-height: 12pt; }
	.gb_eintrag_verfasser				{ font-size: 9pt; line-height: 11pt; color: rgb(150,150,150);
											border-top: 1px solid rgb(170,170,170); }

/* Formulare */
table.formular th				{ text-align: left; font-weight: normal; vertical-align: top; width: 100px; }
table.formular td span			{ font-size: 9pt; }

.textfehler						{ color: rgb(229,74,43); }
.feldfehler						{ background: rgb(229,74,43); color: rgb(255,255,255); }

.input_1						{ width: 400px; border: 1px solid rgb(122,184,0); margin-bottom: 2px; }
.input_2						{ width: 80px; border: 1px solid rgb(122,184,0); margin-bottom: 2px; }
.input_3						{ width: 313px; border: 1px solid rgb(122,184,0); margin-bottom: 2px; margin-left: 5px; }
.textarea_1						{ width: 400px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt;
									border: 1px solid rgb(122,184,0); margin-bottom: 2px; }
.select_1						{ width: 402px; border: 1px solid rgb(122,184,0); margin-bottom: 10px; }
									
.submit							{ border: 2px solid rgb(122,184,0); color: rgb(122,184,0); font-weight: bold;
									background: rgb(255,255,255); cursor: pointer; margin-top: 5px; }
