/***************************************************
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
***************************************************/

#tagCloud {font-family: verdana; width: 150px; padding: 5px 0px 5px 0px; text-align: center; font-weight: bold;}
.tag1 {font-size: 12px;}
.tag2 {font-size: 18px;}
.tag3 {font-size: 24px;}

body {
	margin:0px 0px 0px 0px;
	background-color: #868686;
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 80px;
	width: 900px;
	background-image: url(../images/Schweizer_Branchenverzeichnis.jpg);
	background-repeat: no-repeat;
}
#headerline {
	height: 18px;
	background-color: #F80000;
	background-repeat: repeat-x;
}

/***************************************************
layout - border
***************************************************/
.bg_left1 {
	background-color: #868686;
	background-image:  url(../images/bg.jpg);
	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(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');
}

/***************************************************
countries/languages - headerline_text
***************************************************/
.headerline_text {
	font-family: Verdana, Helvetica, sans-serif;
	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: 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: #000000;
	background-color: #ffffff;
}
.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: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: #ffffff;
}
/***************************************************
sideimages - start
***************************************************/
.sideimage_start {
	background-image: url(../images/sideimage.jpg);
	background-repeat: no-repeat;
	width: 20%;
}
/***************************************************
contentpane - text/title
***************************************************/
.contentpane {
	background-color: #ffffff;
}
.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 88%;
	font-color: #666666;
	font-weight: bold;
}
.contenttext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-color: #666666;
}
.contenttext_head {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-color: #ffffff;
}

.contenttext_table {
	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: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.rightpane_links A:Hover {
	color: #999999;
}

/********************************************
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(../images/pop_logo.jpg);
}

/********************************************
DROPDOWN - für horizontales Menu
********************************************/
  div#Rahmen {
    width: 50em;
    padding: 0em;
    border: 1px solid #F80000;
    background-color: #F80000;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 10.7em;
    w\idth: 10.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }
  ul#Navigation li {
    list-style: none;
	display:block; width:120px;padding:3px;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.1em; left: 0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: 0em;
    lef\t: 0em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#F80000; padding-bottom:0em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
	background-color:#F80000;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0em 1em;
    text-decoration: none; font-weight: normal;
    border: none;
    color: ffffff; background-color: #F80000;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #000000; background-color: #F80000;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #F80000; background-color: #F80000;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #F80000;
  }

/********************************************
DROPDOWN ORIGINAL - für horizontales Menu

  div#Rahmen {
    width: 47.1em;
    padding: 0.8em;
    border: 1px solid black;
    background-color: silver;
  }
  * html div#Rahmen {
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;
  }
  * html ul#Navigation li ul {
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;
    w\idth: 6.4em;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: whit`?????Œ?e; background-color: gray;
  }
  li a#aktuell {
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {
    background-color: maroon;
  }
********************************************/