

body	{
	font-family:tahoma,arial,sans-serif;
	font-style: normal;
	font-size : 100%;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
	background-color : #fff;
	scrollbar-base-color : #fff;
	scrollbar-track-color : White;
	scrollbar-arrow-color : White;
}

A:LINK {
	text-decoration : underline;
	color : #2B5F19;
}A:HOVER {
	text-decoration : underline;
	color : #2B5F19;
}
A:VISITED {
	text-decoration : underline;
	color : #2B5F19;
}
dt,h6,h5,h4,h3,h2	{font-weight : bold;color:#77C150;margin:2em 0em 0em 0em;font-family:tahoma,arial,sans-serif;}
li {list-style-image: url('/images/dot.gif');
	
}
.frame {
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
	padding: 0px;
	width: 900px;
	background-color: transparent;
	background : transparent url('/images/contentBg.gif') repeat-y top left;
	border: none;
}
#nav	{
	float:left;
	width: 210px;height:550px;
	background : transparent url('/images/navbg.gif') no-repeat bottom left;
	
	padding:0px;margin:0px;
}
#content	{
	float:right;
	width: 660px;
	font-size : 11px;
	padding:0px 20px 0px 0px;
	margin:0px;
	background-color: transparent;
	color:black;
	overflow: auto;
	
}
#logo	{
	text-decoration : none;
	display:block;
	margin:0px;
	width: 207px;
	height: 155px;
	border:none;
	background-color: white;
	background : white url('/images/Roger-Liebi.gif') no-repeat left top;
}
address	{
	clear:both;
	text-align:center;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	font-size : 9px;
	padding:0px;
	background :white;
	background : #fff url('/images/addressBg.gif') no-repeat left top;
	color:#3FAF3F;
}
#nav a:hover { color:#D2FF01 }
#nav a.nav	{
	text-decoration : none;
	display:block;
	color:#fff;
	width:210px;
	font-family:tahoma,arial,sans-serif;
	font-style: normal;
	font-size : 14px;
	font-weight : bold;
	padding-left:10px;
	padding-top:10px}
#nav a.sel	{
	text-decoration : none;
	display:block;
	width:210px;
	font-family:tahoma,arial,sans-serif;
	font-style: normal;
	font-size : 14px;
	font-weight : bold;
	padding-left:10px;
	padding-top:10px;
	color:#2B5F19;
	background-color:white;
	background : #fff url('/images/navSelBg.gif') repeat-y left top;
	}	

#nav a.navsub	{
	text-decoration : none;
	display:block;
	font-family:tahoma,arial,sans-serif;
	font-style: normal;
	font-size : 11px;
	font-weight : normal;
	padding-top:5px;
	color:#2B5F19;
	background-color:white;
	background : #fff url('/images/navSelBg.gif') repeat-y left top;
}
#nav a.selsub	{
	text-decoration : none;
	display:block;
	font-family:arial,verdana,sans-serif;
	font-style: normal;
	font-size : 11px;
	font-weight : bold;
	padding-top:5px;
	color:#2B5F19;
	background-color:white;
	background : #fff url('/images/navSelBg.gif') repeat-y left top;
}
#help	{;margin-right:25px;text-align:right}
#adressbox	{margin-left:10px}
.add	{color:#F1FAD6;font-size:11px}
h1.main	{font-size : 24px;font-weight : bold;font-family:tahoma,arial,sans-serif; 
	padding:15px 3px 10px 20px;color:#00A258;}
p	{}
/* --- Wysiwyg Styles --- */
.CodeForeground
	{
	margin:0px;
	font-size:10px;
	font-family:"Courier New";
	}
.CodeInText
	{
	font-family:"Courier New";
	font-weight:bold;
	}
.ScreenText
	{
	font-family:Tahoma;
	}
.ImportantWords
	{
	font-weight:bold;
	}
.Highlight
	{
	font-family:Arial;
	color: Black;
	border : 1 solid #B1B1B1;
	font-weight : bold;
	background-color : #ECEFE0;
}