/* Body Style */
/* Globale Stile */
body, p, span, h1, h2, h3, input, select, textarea, form, div, td { font-family: Georgia, Times, "Times New Roman", Serif; font-size:15px; color:#333333; line-height: 120%; }
BODY 		{	
				
				scrollbar-face-color:#C6D9F1;		/* flaeche button und bar */ 
				scrollbar-track-color:#C6D9F1;  	/* scrollbar hintergrund */
				scrollbar-arrow-color: #FFFFFF; 	/* pfeile */
				scrollbar-shadow-color: #FFFFFF; 	/* kante rechts unten */
				scrollbar-darkshadow-color:#948A54;	/* schatten nach rechts unten */ 
				scrollbar-3dlight-color: #FFFFFF;	/* schatten nach links oben */
				scrollbar-highlight-color: #948A54;	/* kante links oben */
				margin:0px; padding:0px;
				padding-top:0px;
			}	
/* das height: 100%; margin-bottom: 1px; ist gegen das Springen im FF */
html {overflow-x:hidden; height: 100%; margin-bottom: 1px;}

/* Texte */
h1			{ font-size:18px; font-weight:bold; font-style: italic; color:#333333; line-height: 20px; padding-top: 5px;}
h2			{ font-size:16px; font-weight:bold; font-style: italic; color:#333333;  line-height:  20px; }
A				{ color: #333333; text-decoration: none; font-weight: bold; }
A:hover	{ color: #cc0000; }


/** farbige Hintergründe **/
.backGreen 	{ background-color: #948A54; color: #FFFFFF;}
.backBlue 	{ background-color: #C6D9F1; color: #000000;}
.backGrey 	{ background-color: #DDDDDD; color: #333333;}

.blockGreen 	{ background-color: #948A54; color: #FFFFFF; padding: 5px 10px;}
.blockGreen A	{ color: #FFFFFF; }
.blockBlue 		{ background-color: #C6D9F1; color: #000000; padding: 5px 10px;}

/* Menue */
.menuhead			{ font-family: Times, "Times New Roman", Serif; font-size:18px;  font-weight:bold; padding-left: 10px; line-height: 150%; }
.menu				  { font-family: Times, "Times New Roman", Serif; font-size:18px;  font-weight:bold; padding-left: 10px; line-height: 150%; }
.submenu			{ font-family: Times, "Times New Roman", Serif; font-size:15px;  font-weight:bold; padding-left: 20px; }
.menu:hover		{ color: #948A54; }
.submenu:hover		{ color: #948A54; }

.small	{ font-size: 11px; }


.formText		{ border:1px #CECECE solid; height:20px; width:200px;}
.formSelect		{ border:1px #CECECE solid; height:20px; width:200px;}
.formButton		{ width:150px; border: 1px solid #CECECE; font-weight:bold; background-color:#F4F4F4; padding-top:2px; padding-bottom:2px; }



/*		#PWE_STYLES_END#		*/

#button_up			{ position:relative; left:465px; font-size:11px; color:#666666; height:15px; width:90px; text-align:center; background-color:#FFFFFF; border:1px solid #FF9A00; }
#button_up A		{ color:#666666; text-decoration: none; }
#button_up A:Hover	{ color:#FF9A00; text-decoration: none; }

#divPweEditLayer	{ position:absolute; left:0px; top:0px; height:15px; width:90px; text-align:center; padding-top:0px; background-color:#666666; border:1px solid #6CA738; z-index:1000;}
#divPweEditLayer A	{ font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none; }

/* Gaestebuch */
.gbHead { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; height: 20px;}
.gbText { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 4px;}


