/* ####### by daniel baggenstos #######
   #######    26 july 2006      ####### */

/* START GENERAL */
body, form {
	margin: 0px;
	background-color: #FFFFFF;
}
* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px; 
	text-decoration: none;
}
input, textarea {
	border: 1px #999999 solid;
}
input:focus, textarea:focus {
	background-color: #C8DCF4;
}

	#cont {
		position: absolute; 
	}
/* END GENERAL */

/* START HEADER */
		#header {
			display: none;
		}
/* END HEADER */

/* START CONTENT */
	#content {
		margin-top: 25px;
	}
	/* start navsub */
		#navsub {
			float: left;
			width: 210px;
			margin-top: -3px;
		}
			a.navsub1_passive, a.navsub1_active, a.navsub1_open {
				margin: 4px 0px 2px 0px; 
				display: block;
			}
			a.navsub1_passive {
			}
			a.navsub1_active {
				color: #003479;
				padding-left: 7px;
				font-weight: bold;
				background: transparent url(http://www.parametrix.ch/ws/pa/images/line_navsub1.gif) no-repeat 1px 1px;			
			}
			a.navsub1_open {
				padding-left: 7px;
				background: transparent url(http://www.parametrix.ch/ws/pa/images/line_navsub1.gif) no-repeat 1px 1px;
			}
			a.navsub2_passive, a.navsub2_active {
				margin: 0px 0px 2px 9px; 
				display: block;
				background: transparent url(http://www.parametrix.ch/ws/pa/images/line_navsub2.gif) no-repeat 1px 1px;
				padding-left: 8px;
			}
			a.navsub2_passive {
			}
			a.navsub2_active {
				color: #003479;
				font-weight: bold;
			}
			a.navsub1_passive:hover, a.navsub1_active:hover, a.navsub2_passive:hover {
				color: #003479;
			}
	/* end navsub */
	/* start text */
		#text {
			padding-left: 22px;
			margin: 0px 0px 0px 210px;
			text-align: justify;
			width: 315px;
			background: transparent url(http://www.parametrix.ch/ws/pa/images/bg_content.gif) repeat-y 1px;
		}
		#text p {
			margin-bottom: 8px;
		}
			h1 {
				color: #003479;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: 8px;
			}
			ol, ul {
				padding-left: 20px;
			}
			li {
				text-align: left;
			}
			#text a { 
				color: #426CB4;
				text-decoration: none;
			}
			#text a:hover { 
				color: #666666;
				text-decoration: underline;
			}
			div.actiontext { 
				color: #CC0000;
				font-weight: bold;
				text-align: left;
			}
	/* end text */
	/* start boxes */
		#boxes {
			display: none;
		}
	/* end boxes */
/* END CONTENT */

/* START FOOTER */
	#footer {
		display: none;
	}
/* END FOOTER */