/*html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address */
html, body, form, fieldset, pre, blockquote, ul, ol, dl, address 
				
				{ 
				margin:0;
				padding:0;
				}
				
ul,li 			{list-style-type:none;
				}

html, body 		{ margin: 0;
		 		padding: 0;
		 		height: 99%;
	     		background: url(/images/bgmain.gif) repeat-y;
	     		background-color: #C0DE91;
	     		background-position: center;
			  	font-family: Verdana, arial, verdana, Helvetica, sans-serif;
			  	font-size: 12px;
			  	font-weight: 500;
		 	  	color: #344029;
			  	word-spacing: 2px;
			  	text-align: center;
		   		}
		   		
#wrapper		{ width: 766px;
				
				margin: 0 auto;
				padding: 0px;
				height: 99%;
				bottom: 0px;
				text-align: left;
				}

#header			{ width: 766px;
				height:87px;
				background: url(/images/header2.jpg) no-repeat;
				margin: 0px;
				}

#leftmenu		{ float: left;
				width: 168px;
				margin: 0px;
				}

#logobottom		{width: 168px; height: 46px; background: url(/images/logobottom.jpg) no-repeat;}

#main			{
				float: left;
				width: 598px;
				}					

#columntop		{ float:left; 
				width: 168px;
				height: 24px;
				background: url(/images/columntop.jpg) no-repeat;
				display: inline
				}				

#column			{ float:left;
				margin-left: 0px;
				width: 168px;
				/*height: 200px;*/
				background: url(/images/columnbg.jpg) repeat-y;
				display: inline;
				}

#columnbottom	{ float:left;
				width: 168px;
				height: 35px;
				background: url(/images/columnbottom.jpg) no-repeat;
				display: inline;
				}
				
	

#topmenu					{margin-left: 490px; margin-top: 10px; position: absolute;}				
#toplist li					{display: inline; list-style: none;}

#langmenu					{margin-left: 590px; margin-top: 60px; position: absolute;}				
#langlist li				{display: inline; list-style: none;}
	

				
#navlist ul					{}			
#navlist li					{ margin-left: 18px; list-style: none;}
#navlist li a 				{ padding-left: 3px; display: block; width: 120px; height: 20px; color : #FFD239; font-size: 15px; font-weight: bold; text-decoration: none; }
#navlist li a:visited 		{ display: block; width: 120px; height: 20px; color : #FFD239; font-size: 15px; text-decoration : none; }
#navlist li a:active 		{ display: block; width: 120px; height: 20px; color : #FFD239; font-size: 15px; text-decoration : none; }
#navlist li a:hover 		{ display: block; width: 120px; height: 20px; color : #FFD239; font-size: 15px; text-decoration : none; color: #627C4C; background-color: #ABCD76;}


#content		{margin: 20px 50px 0px 20px;}

h1.title		{margin-bottom:5px;}
				
a 				{ color : #344029; text-decoration : underline; }
a:visited 		{ color : #344029; text-decoration : underline;}
a:active 		{ color : #7B9466; text-decoration : underline;}
a:hover 		{ color : #7B9466; text-decoration : underline;}

img 			{border: none;}

img.left		{float: left; }
img.right		{float: right;}
