/*****************
     *   File Name: font.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 20/11/2006
     *   Purpose: stylesheet screen
     *   Description: Stylsheet Publicsection www.altermigration.net
     *   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 Verdana, Arial, Helvetica, Sans-Serif;}
a {
	color:#333;
	font-weight:bold;
	text-decoration:none;}
a:link {
	color:#333;
	text-decoration:none;}
a:hover {
	color:#333;
	text-decoration:none;}
a:active {
	color:#333;
	text-decoration:none;}	
	
/* navigation elements */
.menu {
	
	font-weight:normal;
	color:#666;
	}
.menu a{
	color:#666;}
.menu a:hover {
	color:#666;}
.menuactive a {
	font-weight:bold;
	color:#000;
	}
.menuactive a:hover {
	color:#000;}

.menu2active {
	font-weight:bold;
	color:#FFCD03;
	}
.menu2active a:hover {
	color:#FFCD03;}
	

.hmenu {
	
	font-weight:normal;
	color:#666;
	}
.hmenu a{
	color:#666;}
.hmenu a:hover {
	color:#666;}
.hmenuactive {
	font-weight:bold;
	color:#FFF;
	}
.hmenuactive a {
	font-weight:bold;
	color:#FFF;
	}
.hmenuactive a:hover {
	color:#FFF;}

.fusszeile {
	margin-top:5px;
	font: normal 11px/11px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	color:#000;}
	
.AM_Titel {
	font:normal 20px/28px "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#555;
	}
	
.AM_Titel_Liste {
	font:normal 18px/24px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#555;
	}
	
.AM_Lauftetxt {
	font:normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
/* form elements */
.sform {
	width:100px;
	height:12px;
	font-size:11px;
	border:#999 solid 1px;
	background-color:#FFF;}
.cform {
	width:285px;
	height:12px;
	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:285px;
	height:100px;
	border:#999 solid 1px;
	background-color:#FFF;}
.cformsubmit {
	background-color:#8791A0; 
	width:80px; 
	height:20px; 
	border-width:0px; 
	color:#FFF;  
	font-size:12px;
	font-weight:bold;}
