@CHARSET "ISO-8859-1";
body{
	margin:0px;
	padding:0px;
	color: #333;
	line-height: 135%;
	
	font-family: Arial,Verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
}

.b2bm-container
{
	width: 944px;
	margin-top: 7px;
}

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

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

.b2bm-header
{
	background-image:URL(images/match_your_business.png);
	background-repeat:no-repeat;
	height:106px;
	margin-bottom:8px;
}

.b2bm-leftside
{
	float:left;
}
.b2bm-nav
{
	background-image:URL(images/balken.png);
	background-repeat:no-repeat;
	height:27px;
	margin-bottom: 15px;
}

.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: 176px;
	border-left: 1px solid #99999a;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
}
* 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: 726px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	position:relative;
	float:right;
}
* html .b2bm-content
{
}

.b2bm-bottom
{
	margin-top: 10px;
	font-size:7pt;
	text-align:center;
}