﻿	/* stil till kaffekanna med koppar dvs. tea6.bmp som header*/
	.textstyle0 {font-family:Forte;font-weight:bold;font-style:normal;font-size:24pt;text-decoration:none;color:#804040;}
	.textstyle1 {font-family:Forte;font-weight:bold;font-style:normal;font-size:24pt;text-decoration:none;color:#DA2A00;}
	.textstyle5 {font-family:Forte;font-weight:bold;font-style:normal;font-size:24pt;text-decoration:none;color:#FFCC00;}
	.textstyle6 {font-family:Forte;font-weight:bold;font-style:normal;font-size:24pt;text-decoration:none;color:#FCBD6C;}
  	
	html, body 		    { margin: 0; padding: 0; }
		body            { background-color: #FFFFE0; color: #333333;font-family: Arial, Helvetica, sans-serif; line-height: 18px;}
		h2				{ color: #0066FF; }
		a				{ color: #0066FF; }
		p				{ margin: 0 0 18px; }
		#container		{ width: 1000px; margin: 0 auto;}
		#wrapper        {float: left;width: 100%;background-color: #FFFFE0;}
		
		/* Header */
		#header			{ background: #eee; border-bottom: 2px solid #804040; }
		
		/* Content Style */
		#content		{ background-color: #FFFFE0; }
		#content p      { padding-right: 18px; }
		#content h2   { padding-right: 18px; color: #0066FF;font-size: 18px;font-weight: bold;}
		
		/* Content Positioning & Size */
		#navigation		{ float: left; margin-left: -1000px; width: 200px; }
		#content        {margin: 0px 20px 36px 200px;}
		/* navigation margins: left= 1000 minus 1000 = 0 */
		/* contents margins: right = 40 left= 230*/
		
		/* Navigation */
		#navigation		        {background-color: #FFFFE0; }
		#navigation h2          {text-align: center; color: #0066FF;font-size: 18px;font-weight: bold; }
		#navigation ul	        {padding: 0 18px 9px; color:#0066FF; text-align: center;float: left;width: 150px;margin: 0;}
	    #navigation li	        {font-size: 14px; }               		
	    #navigation ul a        {display: block;width: 160px;height: 25px;color: #0066FF; line-height: 25px;text-decoration: none;background: url(Images/btnYellowV1.jpg) no-repeat;}
        #navigation ul a:hover  {background-position: 0px -25px; color: #4D4D4D; display: block;}
		
		
		/* Footer */
		.footer			{ background: #bdb792; border-bottom: 2px solid #999; clear: left; width: 100%; text-align:center; text-decoration:'blink';}
		.footer a		{ color: #333; }
		.footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		.footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		.footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
