/***************************************************
CSS Stylesheet by EDI (Easy Decision Informatic) GmbH
websites:	printprocess.com
date:		27.09.2008
creator:	thomas hurni, edi gmbh
			thomas.hurni@edi-switzerland.ch
			www.edi-switzerland.ch
***************************************************/

/***************************************************
Layout: Grundlayout / Rahmen / Hintergrundfarbe
***************************************************/
body {
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
}
.border {
	border:1pt solid #00ABB9 ;
}

/***************************************************
Layout: Kopfzeile / Fusszeile
***************************************************/

#header {
	height: 15px;
	background-color: #00ABB9 ;
	background-repeat: repeat-x;
}
#footer {
	height: 15px;
	background-color: #00ABB9 ;
	background-repeat: repeat-x;
}

.header_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.header_right {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #3C4562;
	background-repeat: repeat-x;
	color: #ffffff;
}

.header_text a:link {
	color: #ffffff;
	text-decoration: none;
}
.header_text a:visited {
	text-decoration: none;
	color: #ffffff;
}
.header_text a:hover {
	text-decoration: none;
	color: #cccccc;
}
.header_text a:active {
	text-decoration: none;
	color: #ffffff;
}
.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: none;
	color: #cccccc;
}
.footer a:active {
	text-decoration: none;
	color: #ffffff;
}

/***************************************************
Contentpane: Text / Titel
***************************************************/
.contentpane_background {
	background-color: #ffffff;
}
.leftpane_background {
	background-color: #ffffff;
}
.rightpane_background {
	background-color: #E7E7E9;
}
.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11;
	font-color: #000000;
	font-weight: bold;
}
.title A:Hover {
	color: #CCCCCC;
}
.contenttext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11;
	font-color: #000000;
}
.contenttext_table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11;
	font-color: #000000;
}
.contenttext A:Hover {
	color: #00ABB9 ;
}

/***************************************************
menu - leftpane
***************************************************/
#leftpane {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11;
	height: 500;
	background-color: #E7E7E9;
}
.bgleftpane {
	background-color: #CBCBCB;
}
.leftpane_mainmenu {
	background-color: #cccccc;
}
.leftpane_mainmenu_activ {
	color: #00ABB9 ;
	background-color: #ffffff;
}
.leftpane_submenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #cccccc;
}
.leftpane_submenu a:hover {
	color: #ffffff;
	background-repeat: repeat-x;
}
.leftpane_submenu_activ {
	color: #00ABB9 ;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #ffffff;
}
.leftpane_submenu2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #ffffff;
}
.leftpane_submenu2 a:hover {
	color: #cccccc;
	background-repeat: repeat-x;
}
.leftpane_submenu2_activ {
	color: #00ABB9 ;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #ffffff;
}
/***************************************************
link-style, a hover etc.
***************************************************/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #00ABB9 ;
}
a:active {
	text-decoration: none;
	color: #000000;
}
