/***************************************************
CSS Stylesheet by Consoft GmbH
websites:	Consoft GmbH
date:		01.04.2009
creator:	thomas hurni, Consoft gmbh
			thomas.hurni@consoft.ch
			www.consoft.ch
***************************************************/

body {
	margin:0px 0px 0px 0px;
	background-image:  url(/pics/bg.gif);
	background-repeat: repeat;
}

#header {
	height: 120px;
	width: 950px;
	background-image:  url(/pics/header.jpg);
	background-repeat: no-repeat;
}
#headerline {
	height: 10px;
	background-color: #244F84;
	background-repeat: repeat-x;
}


/***************************************************
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: 50px;
	background-color: #ffffff;
}
#leftpane2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	height: 10px;
}
.bgleftpane {
	background-color: #CBCBCB;
}
.leftpane_mainmenu {
	background-color: #E3E3E3;
}
.leftpane_mainmenu_activ {
	color: #FFFFFF;
	background-color: #244F84;
}
.leftpane_submenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	background-color: #E3E3E3;
}
.leftpane_submenu a:hover {
	color: #CCCCCC;
	background-repeat: repeat-x;
}
.leftpane_submenu_activ {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	background-color: #244F84;
}
/***************************************************
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: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-color: #666666;
	font-weight: bold;
}
.title A:Hover {
	color: #CCCCCC;
}
.contenttext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-color: #666666;
}
.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: #244F84;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #244F84;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #244F84;
}
/********************************************
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);
}