/*-----------------------------------------------------------------*/
/*  Zentrales Style Sheet "Restaurant Pfannenstiel" - general.css  */
/*-----------------------------------------------------------------*/
body,td  {
	font-family : Verdana, Arial, Helvetica;
	color : #5C4C36;
	font-size: 12px;
	margin-top: 0pt;
	margin-bottom: 0pt;		
	}

input,textarea  {
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
	font-size: 12px;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;	
	}

input.button  {
	font-family : Verdana, Arial, Helvetica;
	color : #eeeeee;
	font-size: 12px;
	background-color: #666666;
	}	
	
p.fett  {
	font-weight: bold;
	}	

#smalltext  {
	font-family : Verdana, Arial, Helvetica;
	color : #5C4C36;
	font-size: 10px;
	margin-top: 0pt;
	margin-bottom: 0pt;		
	font-weight: normal;
	}	
	
H1  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #5C4C36;
	font-size: 18px;
	margin-top: 4pt;
	margin-bottom: 8pt;	
	}

H2  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #5C4C36;
	font-size: 16px;
	margin-top: 6pt;
	margin-bottom: 6pt;	
	}

H3  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #5C4C36;
	font-size: 14px;
	margin-top: 4pt;
	margin-bottom: 4pt;	
	}

/* Standardlinks */
A  			{ text-decoration : none; 		color : #EF9411; font-weight: bold; }
A:Visited  	{ text-decoration : none; 		color : #EF9411; font-weight: bold; }
A:Active  	{ text-decoration : none; 		color : #EF9411; font-weight: bold; }
A:Hover  	{ text-decoration : underline; 	color : #EF9411; font-weight: bold; }

/* Navigationlinks */
A.Navi			{ text-decoration : none; 		color : #895D1F; font-weight: normal; }
A.Navi:Visited  { text-decoration : none; 		color : #895D1F; font-weight: normal; }
A.Navi:Active  	{ text-decoration : none; 		color : #895D1F; font-weight: bold; }
A.Navi:Hover  	{ text-decoration : underline; 	color : #895D1F; font-weight: bold; }


BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #5C4C36;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*
	background-image: url(../pic/bg_unten.gif);
	background-attachment: fixed; padding: 0px;
	*/
	
	scrollbar-face-color: #666666; 
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color: #666666; 
	scrollbar-3dlight-color: #666666; 
	scrollbar-arrow-color: #ff0000; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-darkshadow-color: #666666;		
	}


