/***************************************************
CSS Stylesheet by EDI (Easy Decision Informatic) GmbH
websites:	fidfinvest
date:		20.07.2007
creator:	thomas hurni, edi gmbh
			thomas.hurni@edi-switzerland.ch
			www.edi-switzerland.ch
***************************************************/

body {
	margin:0px 0px 0px 0px;
	background-color: #d8d8d8;
	background-image: url(../pics/bg.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 80px;
	width: 900px;
	background-image: url(../pics/header_ebc.gif);
	background-repeat: no-repeat;
}
#headerline {
	height: 15px;
	background-color: #9d0508;
	background-repeat: repeat-x;
}

/***************************************************
layout - border
***************************************************/
.bg_left1 {
	background-color: #d8d8d8;
	background-image: url(../pics/bg.jpg);
	background-repeat: repeat-x;
}
/***************************************************
IE PNG Fix - png background border allowed in IE 5.5+
***************************************************/
.schattenlinks {
background-image: url(../pics/schatten_links.png);
background-repeat: repeat-y;
/*background:url(../de/pics/schatten_links.png) repeat-y top right; width:17px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../de/pics/schatten_links.png');*/
}
.schattenrechts {
background-image: url(../pics/schatten_rechts.png);
background-repeat: repeat-y;
/*background:url(schatten_rechts.png) repeat-y top left; width:17px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../de/pics/schatten_rechts.png');*/
}

/***************************************************
countries/languages - headerline_text
***************************************************/
.headerline_text {
	font-family: Arial;
	font-size: 65%;
	color: #ffffff;
}
.headerline_text a:link {
	color: #ffffff;
	text-decoration: none;
}
.headerline_text a:visited {
	text-decoration: none;
	color: #ffffff;
}
.headerline_text a:hover {
	text-decoration: none;
	color: #cccccc;
}
.headerline_text a:active {
	text-decoration: none;
	color: #ffffff;
}
/***************************************************
menu - leftpane
***************************************************/
#leftpane {
	font-family: Arial;
	font-size: 80%;
	height: 471px;
	background-color: #CBCBCB;
}
.bgleftpane {
	background-color: #CBCBCB;
}
.leftpane_mainmenu {
	background-color: #E3E3E3;
}
.leftpane_mainmenu_activ {
	color: #8B0E13;
	background-color: #ffffff;
}
.leftpane_submenu {
	font-family: Arial;
	font-size: 80%;
	font-weight: normal;
	background-color: #E3E3E3;
}
.leftpane_submenu a:hover {
	color: #ffffff;
	background-repeat: repeat-x;
}
.leftpane_submenu_activ {
	color: #8B0E13;
	font-family: Arial;
	font-size: 80%;
	font-weight: normal;
	background-color: #ffffff;
}
/***************************************************
sideimages - start
***************************************************/
.sideimage_start {
	background-image: url(../pics/sideimage.jpg);
	background-repeat: no-repeat;
	width: 20%;
}
/***************************************************
contentpane - text/title
***************************************************/
.contentpane {
	background-color: #ffffff;
}
.title {
	font-family: Arial;
	font-size: 78%;
	font-color: #666666;
	font-weight: bold;
}
.title A:Hover {
	color: #CCCCCC;
}
.contenttext {
	font-family: Arial;
	font-size: 75%;
	font-color: #666666;
}
.contenttext_table {
	font-family: Arial;
	font-size: 100%;
	font-color: #666666;
}

.contenttextcountries {
	font-family: Arial;
	font-size: 100%;
	font-color: #666666;
}
.contenttext A:Hover {
	color: #CCCCCC;
}

/***************************************************
link-style, a hover etc.
***************************************************/
a:link {
	color: #8B0E13;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8B0E13;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #8B0E13;
}
/********************************************
Search
********************************************/
#site-search {
	height: 20px;
	width: 200px;
	position: relative;
	top: 88px;
	left: 645px;
}
.containersearch {
	height: 20px;
	float: left;
	text-align: left;
	vertical-align: top;
}
#search-input
{
	width: 70px;
	background-color: #F6F7F4;
	border-width: 1px;
	margin-right: 5px;
}
#site-search button:active,
#site-search button:focus,
#site-search button:hover,
#search-input:active,
#search-input:focus,
#search-input:hover
{
	background-color: #fff;
}
#site-search button
{
	border-style: none;
	background-color: transparent;
	font-size: 13px;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
/********************************************
PopUp-Logo
********************************************/
.popLogo {
	background-color: #ffffff;
	background-image: url(../pics/pop_logo.jpg);
}
