/* 
    Created on : Jul 6, 2014, 11:04:54 AM
    Author     : J.F.Kammann
*/

@font-face {
	font-family: 'ChampagneLimousines';
	src: 
		local('ChampagneLimousines'),
		url('../fonts/ChampagneLimousines.ttf') 
}

@font-face {
	font-family: 'ChampagneLimousines';
	src: 
		local('ChampagneLimousines Bold'),
		url('../fonts/ChampagneLimousinesBold.ttf') 
	font-weight: bold;
}

bodytext, span, p {
	font-family: 'Open Sans', sans-serif;
	color:#333;
}

.bodytext {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:16px;
	margin: 0px 0px 0px 0px;
}

.csc-firstHeader {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:24px;
	font-weight:bold;
}

.csc-textpic-imagewrap {
	padding-right:20px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background-color: #f6f6f6;
    margin: 0px 0px 0px 0px;
	border: 20px solid white;
}

.csc-textpic-text ul {
    list-style: none;
    padding:0;
    margin:0;
}

.csc-textpic-text li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.csc-textpic-text li:before {
    content: "■ ";
    color: blue;
}

#bb_main {
	min-height: 100%;
}

#bb_top {
	font-size:20px;
	font-family:Raleway;
	width: 760px;
	margin-left: auto;
    margin-right: auto;
}

.bb_menu_left {
	display: table-cell;
	text-align:left;
	width: 100%;
	min-width: 105px;
	border-bottom: 1px solid black;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	cursor: pointer;
}

.bb_menu_right {
	display: table-cell;
	text-align:right;
	width: 100%;
	min-width: 105px;
	border-bottom: 1px solid black;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	cursor: pointer;
}

.bb_menu_left_outer {
	display: table-cell;
	padding-right: 35px;
}

.bb_menu_right_outer {
	display: table-cell;
	padding-left: 35px;
}

#bb_logo {
	display: table-cell;
	width: 100%;
	min-width: 200px;
}

#bb_content {
	margin-left: auto;
    margin-right: auto;
	width: 760px;
	height: auto;
	padding-top: 75px;
	padding-bottom: 75px;
}

#bb_content #bb_tiles {
	text-align:center;
	width: 760px;
	height:540;
}

#bb_content #bb_page {
	
}

#bb_page_image {
	display: table-cell;
	width: 220px;
	overflow:hidden;
}

#bb_page_spacer {
	display: table-cell;
	width: 100%;
	min-width: 40px;
}

#bb_page_text {
	display: table-cell;
	width: 100%;
	min-width: 500px;
	margin-left:40px;
}

.bb_tile {
	position:relative;
	width: 100%; /* for IE 6 */
	display:inline;
	margin-right:20px;
	margin-bottom:-20px;
}

.bb_tile_text_first {
	position: absolute;
	display:inline;
	text-align:center;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 85px;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.bb_tile_text_second {
	position: absolute;
	display:inline;
	text-align:center;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 60px;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.bb_tile_text_third {
	position: absolute;
	display:inline;
	text-align:center;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 60px;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.bb_tile_img_first_row {
}

.bb_tile_img_second_row {
	margin-top:-25px;
}

.bb_tile_img_third_row {
	margin-top:-25px;
}

#bb_footer {
	margin-left: auto;
    margin-right: auto;
	padding-top:10px;
	border-top: 1px solid black;
	width: 760px;
}

#bb_footer_text {
	display: table-cell;
	text-align:center;
	font-size:18px;
	width: 100%;
	min-width: 630px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:18px;
}

#bb_cert_pq {
	display: table-cell;
	width: 65px;
	height: 65px;
	vertical-align:middle;
	cursor: pointer;
}

#bb_cert_dvgw {
	display: table-cell;
	width: 65px;
	height: 65px;
	vertical-align:middle;
	cursor: pointer;
}

.bb_dd_cell {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	display: table-cell;
	width: 100%;
	min-width: 105px;
	visibility:hidden;
	cursor: pointer;
}

.bb_menu_right_outer .bb_dd_cell ul{
    position:fixed;
    background:#fff;
    /*background:rgba(255,255,255,0);*/
	background-color:#f6f6f6;
    list-style:none;
	margin-left:-151px;
	margin-top:-15px;
}

.bb_menu_left_outer .bb_dd_cell ul{
    position:fixed;
    background:#fff;
    background:rgba(255,255,255,0);
    list-style:none;
	margin-left:-40px;
	margin-top:-15px;
}

.bb_menu_right_outer .bb_dd_cell ul li{
	text-align:right;
    padding-top:1px;
	margin-bottom: 5px;
    float:none;
}

.bb_menu_left_outer .bb_dd_cell ul li{
	text-align:left;
    padding-top:1px;
	margin-bottom: 5px;
    float:none;
}

.bb_menu_right_outer:hover ul{
	visibility:visible;
}

.bb_menu_left_outer:hover ul{
	visibility:visible;
}