/***************************************************
CSS Stylesheet by EDI (Easy Decision Informatic) GmbH
websites:	Comtec System
date:		17.06.2008
creator:	Thomas Hurni, EDI GmbH, Switzerland
			thomas.hurni@edi-switzerland.ch
			www.edi-switzerland.ch
***************************************************/
body {
	margin:50px 0px 0px 0px;
	background-color: #94A1AA;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 80px;
	width: 900px;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
}
#headerline {
	height: 2px;
	background-color: #005192;
	background-repeat: repeat-x;
}
/***************************************************
IE PNG Fix - png background border allowed in IE 5.5+
***************************************************/
.schattenlinks {
background-image: url(images/schatten_links.png);
background-repeat: repeat-y;
background:url(images/schatten_links.png) repeat-y top right; width:17px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/schatten_links.png');
}
.schattenrechts {
background-image: url(images/schatten_rechts.png);
background-repeat: repeat-y;
background:url(images/schatten_rechts.png) repeat-y top left; width:17px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/schatten_rechts.png');
}
.schattenoben {
background-image: url(images/schatten_oben.png);
background-repeat: repeat-x;
background:url(images/schatten_oben.png) repeat-y top right; width:17px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/schatten_oben.png');
}
.schattenunten {
background-image: url(images/schatten_unten.png);
background-repeat: repeat-x;
background:url(images/schatten_unten.png) repeat-y top left; width:17px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/schatten_unten.png');
}

/***************************************************
menu - leftpane
***************************************************/
#leftpane {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	height: 471px;
	background-color: #CBCBCB;
}
.bgleftpane {
	background-color: #CBCBCB;
}
.leftpane_mainmenu {
	background-color: #E3E3E3;
}
.leftpane_mainmenu_activ {
	color: #FFFFFF;
	background-color: #CBCBCB;
}
.leftpane_submenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #E3E3E3;
}
.leftpane_submenu a:hover {
	color: #ffffff;
	background-repeat: repeat-x;
}
.leftpane_submenu_activ {
	color: #3D5465;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #ffffff;
}
/***************************************************
contentpane - text/title
***************************************************/
.contentpane {
	background-color: #ffffff;
}
.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 78%;
	font-color: #666666;
	font-weight: bold;
}
.contenttext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-color: #666666;
}
.contenttexttabelle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-color: #666666;
}
.contenttextcountries {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-color: #666666;
}
.contenttext A:Hover {
	color: #CCCCCC;
}

/***************************************************
link-style, a hover etc.
***************************************************/
a:link {
	color: #3D5465;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3D5465;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #3D5465;
}
