

body {
/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align:center;
	background-color: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	text-align:left;
}

h1, h2, h3 {
/*	color: #FFFFFF;*/
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	/*line-height: 1.8em;*/
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #1E50AF;
}

a:visited {
	/*color: #666666;*/
}

a:hover {
	text-decoration: underline;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.noshow {
/*
   border-top:    4px solid #ffffff;
   border-bottom: 4px solid #ffffff;
*/
   -moz-opacity:0.4;
   filter:alpha(opacity=40);
}
img.show {
/*
   border-top:    4px solid #0000ff;
   border-bottom: 4px solid #0000ff;
*/
}


/* 1. Menuleiste Kontakt / Service... */
#head {
	width: 770px;
	height: 40px;
	margin: 0 auto;
	background: url(bg_header.gif) repeat-x;
}
#head a {
	display: block;
	float: right;

	width: 70px;
	padding: 3px 0 0 0;
/*	border-left: 1px solid #EDEBD5;*/

	text-decoration: none;
	font-size: 11px;
/*	color: #AAAAAA;*/
}
#head a:hover {
	text-decoration: underline;
}
.topmenunorm {
	font-weight: normal;
	color: #AAAAAA;
}

.topmenuactive {
	font-weight: bold;
	text-transform: uppercase;
	color: #AAAAAA;

}

.topmenulogout {
	font-weight: bold;
	text-transform: uppercase;
	color: #1E50AF;
}

/* Firmenlogo */
#bblogo {
	width: 750px;
	height: 46px;
	margin: 0 auto;
        padding-bottom: 0px;
	background: url(bb_logo.jpg) no-repeat;
}

/*** Hauptmenu ***/

#menu {
	width: 770px;
	height: 15px;
	margin: 0 auto;
	background: #1E50AF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
/*        padding-top: 3px;*/
	background: #1E50AF;
	display: block;
	float: left;
	width: 95px;
	height: 15px;
/*	padding: 20px 0 0 0;*/
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #F0F0F0;
	font-weight: bold;
}

#menu a:hover {
	background: #DBDDDE;
	color: #6F797B;
/*	text-decoration: underline;*/
}


#menu a.active {
        color: #6F797B;
	background: #DBDDDE;
/*	text-decoration: underline;*/
	text-transform: uppercase;
}

/* Seintenmitte  */

#centerpage {
	width: 770px;
	margin: 0 auto;
        padding-top: 10px;
}


/* Fusszeile */
/* Zeilentrenner */
#page_spacing {
	clear : both;
	float : none;
/*	border-top : #fff 0px;*/
}
#page_footer {
	margin : auto;
        margin-top: 4px;
	width : 770px;
	height : 14px;
	background-color : #1E50AF;
        padding-top: 2px;
	font-size : 9px;
        text-align: right;
	color : #FFFFFF;
}
