
/* Standard Settings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


fieldset, img, button {
	border: 0;
}


input {
	padding: 3px;
}


ol,
ul {
	list-style: none;
}

/* Page Separation */

body {
	font-family:Helvetica,sans-serif;	
	color: #000000;
	font-size: 12px;
	height: 100%;
    background-color: #E3E3E3;
    background-image:url(../images/bg_bsb_body.jpg);
    background-position:50% 0;
    background-repeat:repeat-y;
}

html {
	height: 100%;
}

#wrap {
    width: 940px;
	min-height:100%;
	position:relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #FFFFFF;
}
* html #wrap {
	height:100%
}

#inner-wrap {
	padding-bottom:80px;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

* html #inner-wrap {
	height:1px;
}



/* Header Deklarations */
#header {
    height:220px;
    margin:0 0 10px 0;
    padding:0;
    width:100%;
}

#logo {
  float: left;
}


#bsb_logo {
    background-image: url(../images/bsb_logo_220x220.jpg);
    background-repeat: no-repeat;
    position:absolute;
}

#bsb_header {
  background-image: url(../images/bsb_header_710x220.jpg);
  background-repeat: no-repeat;
  float: right;
}

#left_content {
   width: 220px;
   float: left;
}
#left_teaser {
   margin-top: 10px;
}

a.download {
    font-size: 11px;
}

/* Footer Deklarations */

#footer {
    background-color: white;
    padding: 0px 10px 0px 10px;
	width: 940px;
    height: 25px;
   	position:relative;
    margin-left: auto;
    margin-right: auto;
}


#content {
    width: 710px;
    float:right;
    
 
}

#content_main {
    margin-top: 10px;
}

#content_main h2.imageheader {
  height:26px;
  background-repeat:no-repeat;
  padding: 0;
  margin: 0;

}

#content_main h2.imageheader strong{
       display:none;
}

.content-card {
    padding: 10px;
    background-color: #E3E3E3;
}

.white-content-card {
    padding: 10px;
    background-color: #ffffff;
}

#breadcrump {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 0 0 0 10px;
}

#breadcrump a {
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #424242;
	font-size: 10px;
}

a {
    color: #444444;
}


/* Main Navigation */
#main_menue {
	padding:0;
	margin:0;
    width: 220px;
    height: 220px;
    background-image: url(../images/bg_main_menu_1x220.jpg);
	background-repeat: repeat-x;

}





/*  Main Navigation Footer */
#nav_footer {


    float: left;
    width: 940px;
    position: relative;

    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#nav_footer  a {
	color: #424242;
}


#nav_footer  a {
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #424242;
	font-size: 10px;
}

div.clear {
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/* mailform */
legend {
    padding-left:10px;
    padding-right:10px;
    border: 0px;
}

fieldset {
    border:0px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    border: 1px solid #C0C0C0;
}

.radiolayout {
    width:60%;
    padding-top:15px;
    padding-bottom:15px;
}

.formu {

    padding-top:10px;
    padding-bottom:10px;
    padding-left:25px;
    border: 1px solid #C0C0C0;
}

.mf-radio {
    border:0px;
}

.mf-text {
    color: #000000;
    border: 1px solid #C0C0C0;
    margin-bottom: 5px;
}

.mf-check {
    border: 0px;
}
.mf-select {
    border:0px;
}

.mf-input {
    border: 1px solid #C0C0C0;
    margin-bottom: 5px;
}

.mf-submit {
    margin-top: 10px;
    color: #ffffff;
    background-color: #C0C0C0;
    border: 0px;
}





