@CHARSET "ISO-8859-1";
body{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #c2ccd2;
	background-image: URL(images/background_page.gif);
	background-repeat:repeat-x;
}

.b2bm-container
{
	width: 900px;
	margin-top: 15px;
}

.b2bm-logo
{
	/*background-image:URL(images/logo_converve.png);
	background-repeat:no-repeat;
	background-position: right;*/
	width:900px;
	height:0px;
	margin-bottom: 7px;
/*	border: 1px solid red;*/
}

.b2bm-logo h1
{
	margin:0px;
	padding-top: 6px;
}

.b2bm-header
{
	background-image:URL(images/header_image_default.jpg);
	background-repeat:no-repeat;
	height:149px;
	margin-bottom:20px;
	background-position: bottom;
}
.b2bm-header-in
{
	position: relative;
	left: 33px;
	top:15px;
	float:left;
}
.b2bm-header-in2
{
	position: relative;
	left: 43px;
	top:40px;
	float:left;
}
.b2bm-header-in3
{
	position: relative;
	top:47px;
	text-align:right;
	color: #a5aba9;
}
.b2bm-header-in3 a,.b2bm-header-in3 a:visited 
{
	color: #5b6665;
	text-decoration:none;
}
.b2bm-header-in3 a:hover 
{
	color: #5b6665;
	text-decoration:underline;
}

.b2bm-content-container
{
	background-color: #FFFFFF;
	background-image: URL(images/user_menu_bg.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	border-right: 1px solid #818886;
	border-bottom: 1px solid #818886;
}

.b2bm-leftside
{
	float:left;
}
.b2bm-nav
{
	background-image:URL(images/nav_container_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:49px;
}

.b2bm-lang
{
	text-align:right;
	padding-right:20px;
	color:white;
	font-weight:bold;
}

.b2bm-lang a {
	color:white;
	text-decoration: none;
	text-transform: uppercase;
}
.b2bm-lang a:hover {
	color:black;
}

.b2bm-rightmenu
{
	width: 160px;
	border: 0px solid #99999a;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
	/*background-image: URL(images/user_menu_bg.png);*/
	background-repeat: repeat-y;
	border-bottom: 0px solid white;
}
* html .b2bm-rightmenu 
{
	margin-left: 0px;
}


.b2bm-content
{
/*	border: 1px solid red;*/
	/*background-image:URL(images/content_bg.png);*/
	background-repeat:no-repeat;
	border: 0px solid #000;
	width: 710px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	position:relative;
	float:right;
}
* html .b2bm-content
{
}

.b2bm-bottom
{
	margin-top: 10px;
	font-size:8pt;
	text-align:center;
	height: 20px;
	margin-bottom:5px;
}

/*Participating Companies*/
.pc_white{
	background-image:URL(elements/kasten.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:17px;
	background-color:white;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pc_blue{
	background-image:URL(elements/kasten.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:17px;
	background-color:#b1e2da;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pc_white_web{
	background-color:white;
	padding-top: 2px;
	padding-bottom: 2px;

}
.pc_blue_web{
	background-color:#b1e2da;
	padding-top: 2px;
	padding-bottom: 2px;
}

