/* 1) -=-=-=- General selectors -=-=-=- */

body {
	background: #FFF url(../images/bg_gradient.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 80%;
	color: #000;
	text-align: center;
	height:100%;
	overflow: -moz-scrollbars-vertical;
	}

a:link, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ffcc00;
	text-decoration: underline;
	}

a.nav:link, a.nav:visited {
	padding: 7px 12px 0 12px;
	}

a.nav:hover, a.nav:active {
	background: transparent url(../images/arrow.gif) no-repeat 50% 0px;
	}

a.blue:link, a.blue:visited {
	color: #3069B3;
	font-weight: bold;
	text-decoration: underline;
	}

a.blue:hover, a.blue:active {
	color: #003C8B;
	text-decoration: underline;
	}

a.sidenav:link, a.sidenav:visited {
	display:block;
	width:314px;
	color: #3069B3;
	font-weight: bold;
	text-decoration: none;
/*	border:1px solid red;*/
	font-size: 11px;
	text-indent: 10px;
	padding: 3px 0;
	margin-bottom:1px;
	text-transform: uppercase;
	background-color: #C0D2E8;
	outline:none;	
	}

a.sidenav:hover, a.sidenav:active {
	color: #fff;
	background-color: #3069B3;
	text-indent: 20px;
	outline:none;
	}
	
a.ddmblue:link, a.ddmblue:visited { /*Dropdown Menu*/
	color: #3069B3;
	font-weight: bold;
	text-decoration: none;
	}

a.ddmblue:hover, a.ddmblue:active { /*Dropdown Menu hover*/
	color: fff;
	font-weight: bold;
	text-decoration: underline;
	}

a.subddmblue:link, a.subddmblue:visited { /*Dropdown SUBMenu*/
	color: #3069B3;
	font-weight: normal;
	text-decoration: none;
	}

a.subddmblue:hover, a.subddmblue:active { /*Dropdown SUBMenu hover*/
	color: fff;
	font-weight: normal;
	text-decoration: underline;
	}
	
a.softblue:link, a.softblue:visited {
	color: #3069B3;
	font-weight: normal;
	text-decoration: underline;
	}

a.softblue:hover, a.softblue:active {
	color: #003C8B;
	text-decoration: underline;
	}

a.nolineblue:link, a.nolineblue:visited {
	color: #3069B3;
	font-weight: normal;
	text-decoration: none;
	}

a.nolineblue:hover, a.nolineblue:active {
	color: #003C8B;
	text-decoration: underline;
	}

blockquote {
	border-left: 4px solid #666;
	padding: 0;
	margin: 0 0 0 10px;
	}

code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	margin-top: 0px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li {
	list-style: none;
	margin: 10px 5px;
	}

ul.refs {
	list-style: square;
	margin: 0 0 0 120px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}
	
ul.refs li {
	list-style: disc;
	margin: 10px 5px;
	}

ul.prods {
	list-style: square;
	margin: 0 0 10px 100px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}
	
ul.prods li {
	list-style: disc;
	margin: 3px 5px;
	}

ul.about {
	list-style: square;
	margin: 0 0 0 5px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

ul.about li {
	list-style: disc;
	margin: 10px 55px;
	}

ul.subitems {
	list-style: none;
	margin: 0 0 15px 5px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

ul.subitems li {
	list-style: disc;
	margin: 0 0 5px 20px;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */

#container {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	height:101%;
	}

.container_left {
	background: url(../images/bg_left.gif) no-repeat;
	}

.container_right {
	background: url(../images/bg_right.gif) no-repeat top right;
	}

.topline {
	background: url(../images/container_top.gif) repeat-x;
	height: 75px;
	}
	
.navigline {
	background: url(../images/main.jpg) no-repeat;
	height: 162px;
	}

.navig {
	background: url(../images/bg_navig.gif) no-repeat;
	margin: 0 0 0 10px;
	height: 161px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

.navitem {
	float: left;
	margin: 0 10px 0 10px;
	}

.bm5logo {
	position: relative;
	margin: 0;
	float: left;
	text-align: left;
	top: 25px;
	left: 10px;
	}

.language {
	position: relative;
	margin: 0;
	float: right;
	background: url(../images/language.gif) no-repeat;
	width: 75px;
	height: 51px;
	right: 10px;
	text-align: right;
	z-index: 20;
	}
	
.language p {
	padding: 10px 10px 0 0;
	font-size: .8em;
	color: #8f8f8f;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}
	
#content {
	padding: 0;
	width: 880px;
	margin: 0 auto 10px auto;
	text-align: center;
	background: #FFF;
	}

#content_bg {
	background: #FFF;
	}

/* 4)-=-=-=- Right selectors -=-=-=- */	

.box  {
	background-color: #fff;
	margin: 10px 0 10px 0;
   padding: 0;
	text-align: left;
	}

.prodbox  {
	background-color: #fff;
	margin: 0 0 10px 0;
   padding: 0;
	text-align: left;
	}

#right {
	float: right;
	width: 324px;
	position: relative;
	}

#main {
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	width: 549px;
	float: left;
	}

#main div {
	margin: 0 0 0 10px;
	}
	
#main div.text {
	margin: 15px 0 0 0;
	}
	
#main div.text p {
	padding: 0 10px 0 30px;
	line-height: 16px;
	}

#main div.headblocktxt {
	width: 505px;
	background-color: #DDD;
	color: #000; /*#3069B3*/
	margin: 0 0 0 30px;
	height: 25px;
	}

#main div.headblocktxt p {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	}

#main div.headblock {
	width: 505px;
	background-color: #fff;
	color: #000;
	margin: 0 0 0 30px;
	border-bottom: dotted 1px #999;
	}

#main div.regblock {
	width: 505px;
	background-color: #fff;
	color: #000;
	margin: 0 0 0 30px;
	}

.sidenavig {
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	padding: 0;
	}

#prod {
	width: 880px;
	float: left;
	}

#prod div {
	margin: 0 0 0 10px;
	}
	
#prod div.text {
	margin: 5px 0 0 0;
	}
	
#prod div.text p {
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	padding: 0 20px 0 30px;
	line-height: 16px;
	}

#prod div.headblocktxt {
	width: 505px;
	background-color: #DDD;
	color: #000; /*#3069B3*/
	margin: 0 0 0 30px;
	height: 25px;
	}

#prod div.headblocktxt p {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	}

#prod div.headblock {
	width: 505px;
	background-color: #fff;
	color: #000;
	margin: 0 0 0 30px;
	border-bottom: dotted 1px #999;
	}

.leftblock {
	display: block;
	width: 240px;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 11px;
	border: solid 1px white; 
	}

.rightblock {
	display: block;
	width: 240px;
	color: #000;
	float: right;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 11px;
	border: solid 1px white; 
	}

#right div.login {
	background: #C0D2E8 url(../images/bg_login.gif) no-repeat bottom;
	margin: 0 10px 10px 0;
	height: 123px;
	text-align: left;
	}

div.details {
	width: 312px;
	background-color: #FFF;
	color: #000;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #E5E5E5;
	}

div.hardware {
	width: 312px;
	background-color: #FFF;
	color: #000;
	border: solid 1px #E5E5E5;
	padding: 10px;
	text-align:left;
	font-size:11px;
	}
	
.centerdetails {
	display: block;
	width: 300px;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 0;
	border: solid 1px white;
	text-align: center;
	}

.leftdetails {
	display: block;
	width: 150px;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 0;
	border: solid 1px white;
	text-align: right;
	}

.rightdetails {
	display: block;
	width: 150px;
	color: #000;
	float: right;
	margin: 5px 0 5px 5px;
	border: solid 1px white; 
	text-align: left;
	font-weight: bold;
	}

div.details p {
	margin: 3px 0;
	font-size: 12px;
	color: #333;
	line-height: 14px;
/*	text-align: justify; */
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

.girl {
	position: absolute;
	margin: 0;
	background: url(../images/girl.gif) no-repeat;
	background-position:center center ;	
	width: 165px;
	top:-233px;
	left: 100px;
	height: 355px;
	text-align: right;
	z-index: 1;
	}

.girllogedin {
	position: absolute;
	margin: 0;
	background: url(../images/girl_logedin.gif) no-repeat;
	background-position:center center ;	
	width: 165px;
	top:-233px;
	left: 100px;
	height: 355px;
	text-align: right;
	z-index: 1;
	}

.register {
	margin: 16px 0 0 10px;
	position: relative;
	z-index: 1;
	font-size: 11px;
	}

#right div.news {
	background-color: #E5E5E5;
	margin: 0 10px 5px 0;
	color: #1E60AD;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

#right div.newstop {
	background: #E5E5E5 url(../images/news_top.gif) no-repeat;
	height: 7px;
	line-height: 7px;
	font-size: 1px;
	}

#right div.newsbot {
	background: #E5E5E5 url(../images/news_bottom.gif) no-repeat;
	height: 7px;
	line-height: 7px;
	font-size: 1px;
	}

.newsheadline {
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 10px;
	color: #000;
	letter-spacing: 1px;
/*	border-bottom: 1px solid #aaa; */
	}

.newsdate {
	margin: 0 10px 0 15px;
	font-size: 10px;
	}

.newspost p {
	margin: 5px 10px 0 15px;
	font-size: 11px;
	color: #333;
	line-height: 14px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

.newsmore {
	margin: 5px 10px 0 10px;
	font-size: 10px;
	text-align: right;
	}

.regpost p {
	margin: 15px 10px;
	font-size: 12px;
	color: #333;
/*	text-align: justify; */
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	}

.partnerpost p {
	margin: 5px 10px 5px 0;
	font-size: 11px;
	color: #333;
	line-height: 12px;
/*	text-align: justify; */
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	}
	
.boldblue {
	font-weight: bold;
	color: #1E60AD;
	}

.red {
	font-weight: bold;
	color: #FF0000;
	}

.submit {
	background: url(../images/button.gif) no-repeat;
	height: 18px;
	width: 104px;
	margin: 2px 0 0 0;
	border: none;
	cursor: pointer;
	font-size: 10px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	color: #000;
	}

.submitregister {
	background: url(../images/reg_button.gif) no-repeat;
	height: 18px;
	width: 140px;
	margin: 2px 0 0 0;
	border: none;
	cursor: pointer;
	font-size: 10px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	color: #000;
	}

/* 5)-=-=-=- Footer -=-=-=- */	

#footer {
	width: 860px;
	background: url(../images/footer.gif) no-repeat;
	margin: 0 auto;
	border-top: dotted 1px #ddd;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	text-align: left;
	height: 55px;
	}

#footerbot {
	margin: 0 auto;
	border-bottom: solid 1px #E6E6E6;
	}

#footer div {
	margin: 10px 0 0 0;
	float: left;
	}

#footer div.valid {
	float: right;
	}

#footer p {
	font-size: .8em;
	color: #999;
	padding: 3px 5px;
	margin: 0;
	}

/* 6)-=-=-=- Forms -=-=-=- */

form {
	margin:0;
	padding:0;
	}

textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}

textarea:hover {
	background: #fff;
	border: 1px solid #345D3D;
	color: #345D3D;
	}
	
div.login div.loginform {
	position: relative;
	z-index: 10;
	padding: 8px 0 0 8px;
	}

input.tbox {
	font-size: 10px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	border: 1px solid #A5ACB2;
	display: block;
	width: 104px;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	_margin: 0;
	color: #666;
	padding-left: 4px;
	}

input.rbox {
	font-size: 12px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	border: 1px solid #A5ACB2;
	width: 140px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	_margin: 0;
	color: #666;
	padding-left: 4px;
	}
	
select.rbox {
	font-size: 12px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	border: 1px solid #A5ACB2;
	width: 140px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	_margin: 0;
	color: #666;
	padding-left: 4px;
	}

input.blankbox {
	font-size: 12px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	border: 1px solid #FFF;
	background-color: #EEE;
	width: 230px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	_margin: 0;
	color: #000;
	text-align: right;
	}

input.bblankbox {
	font-size: 12px;
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	font-weight: bold;
	border: 1px solid #FFF;
	background-color: #EEE;
	width: 230px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	_margin: 0;
	color: #000;
	text-align: right;
	}	

/* 8)-=-=-=- Hacks -=-=-=- */

.clearfix:after { /* float hack used to float content correctly */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

#bh01Content, #bh02Content, #bh03Content, #bh04Content, #bh05Content,
#bh06Content, #bh07Content, #bh08Content, #bh09Content {
	visibility: hidden;
	overflow: auto;
	text-align:left;
}

#rm01Content, #rm02Content, #rm03Content {
	visibility: hidden;
	overflow: auto;
	text-align:left;
}

#qm01Content, #qm02Content, #qm03Content, #qm04Content {
	visibility: hidden;
	overflow: auto;
	text-align:left;
}

#panels {
	margin: 0 auto;
	width: 860px;
	overflow: auto;
	font-size: 12px;
	font-family:Tahoma;
}

h2 {
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #3069B3;
	margin: 0 0 1px 0;
}

.panelright {
	float:right;
	display:block;
	width:314px;
	margin:10px 0 10px 0;
}

.panelleft {
	float:left;
	width:509px;
	display:block;	
	margin:10px 0 10px 20px;
}

div.fullsize {
	width:100%;
	display:block;
}

div.mobilebg {
	display:block;
	position:relative;
	background: url(../produkte/bm5mobile/cover.jpg) center center no-repeat;
	width:314px;
	height:550px;
	margin:0 auto;
	text-align:center;
}

div.mobileanim {
	display:block;
	position:relative;
	background: url(../produkte/bm5mobile/anim.gif) center center no-repeat;
	width:180px;
	height:224px;
	margin:0 auto;
	text-align:center;
	top:45px;
}

div.quote {
	font-size:11px;
	display:block;
	width:96%;
	padding:5px 10px;
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
}