/* Standard formats for standard template */
body {
	background-image: url(../../pics/bkg-se.gif);
	background-repeat: repeat;
	/* background-position: center 60px; */
}
.pic {
	float: left;
	
}

a {						/* standard link format */
	text-decoration: none;
	color: #CC0000;
}
a hover {
	text-decoration: none;
	color: #FF0000;
}
a visited {
	text-decoration: none;
	color: #990000;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h2.center {
	font-size: 12pt;
	text-align: center;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}


p, .txt {				/* standard text format */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* classes for layout */

.txt-ind , .txt-cen, .txt-red, .txt-blue, .txt-ul, .txt-job, .txt-ref, .line-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.line-r {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.txt-ind {
	margin-left: 40px;
}
.txt-job {
	margin-left: 40px;
	margin-right: 40px;
	
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.job-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.txt-ref {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 5px;
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.txt-cen {
	text-align: center;
}
.txt-red {
	color: #CC0000;
	margin-left: 40px;
}
.txt-li {
	margin-left: 55px;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}

/* BEGIN formatting the vertical navigation */
div.nav-pos-r {
	float: right;
	margin-left: 10px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC; */	
}
div.nav-pos-l {
	float: left;
	margin-right: 10px;	
}
div.nav-pos-l, div.nav-pos-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	height: 250px;
	width: 165px;
	position: relative;
}
div.m2m {
	position: relative;
	bottom: -20px;
}

div.nav-01, div.nav-02, div.nav-03, div.nav-04, div.nav-05, div.nav-06 {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;	
} 
div.nav-02 {
	text-indent: 10px;
}
div.nav-03 {
	text-indent: 20px;
}
div.nav-04 {
	text-indent: 30px;
}
div.nav-05 {
	text-indent: 40px;
}
div.nav-06 {
	text-indent: 50px;
}
/* ##### END formatting the vertical navigation #### */

/* ##### BEGIN container for main content ########## */
div.cont_main_r, div.cont_main_l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/* background-color: #FFFFFF; 
	height: 380px;	
	*/
	overflow: auto;
	padding: 10px;
}
/*
div.cont_main_r { 
	border-right: 1px solid #CCCCFF;
}
div.cont_main_l { 
	border-left: 1px solid #CCCCFF ; 
}
*/

/* ##### END container for main content ############ */

table.main {
	/* height: 500px; */
	width: 90%;
	padding: 0px;
/*	cellpadding: 0;
	cellspacing: 0; */
}
td {					/* text format for all cells */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	vertical-align: top;	
}
td.header {
	/* height: 80px; */
	background-color: #FFFFFF; /* #6F90A3 */
	/* background-image: url(../../pics/wasser-header.jpg); */
}
td.h-navi {				/* horizontal navigation below header */
	height: 18px;
}
td.footer {				/* footer with ©        */
	font-size: 9pt;
	text-align: right;
	/* align: right; */
	height: 18px;
}
div.footer {
	position: relative;
	float: right;
	bottom: 20px;
	right: 10px;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	/* align: right; */
}
.footer a {
	color: #999999;
}
.headline-white {		/* ??? */
	color: #CCCCCC;
}
tr.spacer { 			/* separates main parts */
	height: 10px;	
}
tr.spacer-line { 		/* 1px height for spacer.gif */
	height: 1px;
}
tr.color-band {			/* coloured row below horizontal navigation */
	height: 8px;
	background-color: #990000;
}

