/*****************
     *   File Name: font.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 14/12/2006
     *   Purpose: stylesheet screen
     *   Description: Stylsheet Publicsection  www.z-a-v.ch
     *   Copyright:huenet AG  www.huenet.ch
****************/
body,p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 , form, input, select, textarea {
	font:normal 12px/16px Arial, Helvetica, Sans-Serif;}
	
a {	color:#333;
	text-decoration:none;
	}


/* navigation elements */
.menu {
	font-weight:bold;
	color:#333;
	}	
.menuactive {
	font-weight:bold;
	color:#999;
	}



/* form elements */
.sform {
	width:100px;
	height:12px;
	font-size:11px;
	border:#999 solid 1px;
	background-color:#FFF;}
.cform {
	width:320px;
	height:14px;
	border:#999 solid 1px;
	background-color:#FFF;}
.csearchform {
	width:285px;
	height:16px;
	border:#999 solid 1px;
	background-color:#FFF;}
.cformspace {
	height:5px;
	overflow:hidden;
	font-size:2px;
	line-height:1px;}
.cformtextarea {
	width:320px;
	height:100px;
	border:#999 solid 1px;
	background-color:#FFF;}
.cformsubmit {
	background-color:#FFF; 
	width:60px; 
	height:20px; 
	border-width:0px; 
	color:#333;  
	font-size:12px;
	font-weight:bold;}

