/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------- Formatierung Text ----------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.textklein{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		color:#660000;
		}

.textnormal{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		color:#660000;
		}

.textgross{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13pt;
		color:#660000;
		}

.textkleinfett{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		font-weight:bold;
		color:#660000;
		}

.textnormalfett{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		color:#660000;
		font-weight:bold;
		}
	
.textgrossfett{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13pt;
		color:#660000;
		font-weight:bold;
		}

a {color:#747474;text-decoration : none;}
a:link{color:#747474;text-decoration : none;}
a:visited { color:#747474; text-decoration : none;  }
a:hover   { color:#660000; text-decoration : underline; }
a:active  { color:#660000;  text-decoration : none;}
		
/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------- Formatierung Headline ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.headline{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		background-color:#494949;
		color:#ffffff;
		}

a.headline {color:#999999;text-decoration : none;}
a.headline:link{color:#999999;text-decoration : none;}
a.headline:visited { color:#999999; text-decoration : underline;  }
a.headline:hover   { color:#FFFFFF; text-decoration : underline; }
a.headline:active  { color:#636194;  text-decoration : none;}

/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------- Formatierung Navigationsleiste ----------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.MenuWeiss {
		background-color : #494949; 
		font-family: Arial, Helvetica, sans-serif;
 		font-size: 12px;
  		line-height: 15px;
   		font-weight: normal;
    	font-variant: normal; 
		text-transform: none; 
		color: #FFFFFF ;
		font-style: normal
		}
	
a.menu {   
		width:21ex;
		text-decoration:none;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 15px; 
  		font-weight: normal;
   		font-variant: normal; 
   		text-transform: none; 
   		font-style: normal;
   		color: #333366;
   		} 
   

a.menu:link    { color:FFFFFF; background-color:transparent;text-decoration : none; }
a.menu:visited { color:FFFFFF; background-color:transparent; text-decoration : none;}
a.menu:hover   { color:white; background-color:#D20000;text-decoration : none; }
a.menu:active  { color:white; background-color:#D20000; text-decoration : none;}


/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------- Formatierung Gaestebuch ------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */

table.aussen{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		border:0px solid;
		}

table.gaestebuch{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		border:1px solid #660000;
		}
	
.oben{
		background-color: #660000;
		color:#FFFFFF;;
		padding-top: 4px;
		padding-left: 4px;
		padding-bottom: 4px;
		font-size: 12px;
		font-weight : bold;
		}

.mitte{
		background-color: #FFFFFF;
		color:#660000;
		padding-top: 4px;
		padding-left: 4px;
		padding-bottom: 4px;
		padding-right: 4px;
		}

.unten{
		background-color: #FFFFFF;
		padding-top: 4px;
		padding-left: 4px;
		padding-bottom: 1px;
		padding-right: 4px;
		}

.zeit{
		font-size: 10px;
		}

table.eintrag{
		border:1px solid #cccccc;
		background-color: #F0F0F0;	
		}

.eintrag{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;	
		padding-bottom: 10px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		}

/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------- Formatierung Button ------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */


 .submitfeld 
           { 
	   background-color: #cccccc; 
	   font-family:Arial, sans-serif; 
      	   font-size : 10pt;
	   border: 1px #000000 solid;
	   height:20px
           }                                             
a.submitfeld:link {  color:#000000;text-decoration : none;  }
a.submitfeld:visited {  color:#000000;text-decoration : none;  }
a.submitfeld:hover   {  color:#000000;text-decoration : none; }
a.submitfeld:active  {   color:#000000;text-decoration : none;}		

 

