/*****************
     *   File Name: font.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 07/05/2007
     *   Purpose: stylsheet screen
     *   Description: Stylesheet Publicsection www.betty-kuhn.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:#000;
	font-weight:normal;
	text-decoration:none;}
a:link {
	color:#000;
	text-decoration:none;}
a:hover {
	color:#000;
	text-decoration:none;}
a:active {
	color:#000;
	text-decoration:none;}	

.rot { color:#BF2F33;
	font-weight:bold;
	}
	
.grau { color:#808080;
	font-weight:bold;
	}
	
.grau18 { color:#000;
		font-size:18px;
		font-weight:bold;
	}
	
.sw { color:#000000;
font-weight:bold;

}
/* *********************** 
Form
************************** */

.tf {
	width:320px ; height:16px; background-color:#FFFFFF; color:#808080;
	
	font-size:12px ;
	border:#808080 1px solid;
	margin-bottom:4px;
}

.txtf {
	width:320px ; height:140px; background-color:#FFFFFF; color:#808080;
	
	font-size:12px ;
	border:#808080 1px solid;
	margin-bottom:4px;
}

.sf {
	width:60px ; height:16px; background-color:#FFFFFF; color:#BF2F33;
	font-weight:bold;
	font-size:12px ;
	border-width:0px; 
}
	.bold {
	font-weight: bold;
}
