/*
 *  VOLUBILITY CSS FILE
 *  CREATED by schwarzband.ch
 *  visit us at www.schwarzband.ch for further information
 */
 
body {
	text-align: center;	
	margin: 0;
	padding: 0;
 	font-family: helvetica;
}

a img {
	border: none;
}

/* WRAPPER AROUND PAGE, WITHOUT SHADOW*/
#wrap_container {
	margin: 10px auto 0 auto;
	width:  800px;
	height: 550px;
	border: 1px solid #cbcbcb;
}

/* RED HEADER WITH VOLUBILITY LOGO*/
#header {
	background-image: url(../images/red_banner_box.jpg);
	background-repeat: repeat;
	height: 300px;
	width: 800px;
}

#headerbglogo
{
	background-image: url(../images/volubility_logo_gross_rot.png);
	background-repeat: no-repeat;
	width: 222px;
	height: 255px;
	float: left;
	margin: 45px 0 0 0;
}

#language
{
	width: 800px;
	height: 50px;
	position: absolute;
	top: 275px;
	margin-left: 20px;
}

#welcome_fr {
	background-image: url(../images/welcome_fr.png);
	background-repeat: no-repeat;
	width: 243px;
	height: 30px;
	float: left;
	cursor: pointer;
}
#welcome_en {
	background-image: url(../images/welcome_en.png);
	background-repeat: no-repeat;
	width: 243px;
	height: 30px;
	float: left;
	cursor: pointer;
}
#welcome_de {
	background-image: url(../images/welcome_de.png);
	background-repeat: no-repeat;
	width: 265px;
	height: 30px;
	float: left;
	cursor: pointer;
}

#logo {
	height: 59px;
	width: 182px;
	background-image: url(../images/logo_transparent.png);
	float: right;
	margin: 10px 10px 0 0;
}
 
 
/* MAIN PART WITH CONTENT*/
#content
{
	background-color: #f4f4f4;
	height: 231px;
	width: 800px;
	padding: 0;
	padding-top: 50px;
	margin: 0
}

html>body #content {
	height: 181px;
}

#cont1
{
	background-repeat: no-repeat;
	height: 88px;
	width: 223px;
	float: left;
	background-color: #fff;
}

#cont2
{
	/*
	height: 88px;
	width: 362px;
	background-image: url(../images/specialist_entry.png);
	background-repeat: no-repeat;
	margin-left: 240px;
	*/
}

#schwarzband
{
	position: absolute;
	left: 0px;
	top: 35%;
	background-color: black;
	width: 19px;
	height: 155px;
	z-index: 5;
	background-image: url(../images/schwarzband-logo.jpg);
}

/* BLACK FOOTER WITH COPYRIGHT NOTE*/
#footer {
	background-color: black;
	height: 19px;
	width: 800px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	/* To center the fonts */
	line-height: 19px;
}

#footer a, #footer a:visited{
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline overline;
}

/* align at right side */
.right {
	float: right;
	padding-right: .5em;
}

/* align at left side */
.left {
	float: left;
	padding-left: .5em;
}

h6 {
	visibility: none;
}

#groupoffer {
	margin-right: 10px;
	margin-top: 20px;
}
