/* Allgemein */
html,body {
	height:100%; /* needed for wrapper min-height */
}
body {
	background-color:#ffffff;
	line-height:18px;
}
body, div, p, ul, form, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00325b;	
	margin:0;
	padding:0;
}
h1,.h1 {
	font-size:12px;
	margin:0;
	padding:0;
}
ul  {
	text-align:left;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
li  {
	list-style:disc;
}

br.clearer { 
	clear: both; 
	font-size: 0px;
	line-height: 0px; 
	height: 0px;
}
p {
	padding:0;
	margin:0;
}
img {
	border:0px;
}
#content01 a, #content01 a:hover, #content02 a, #content02 a:hover, #contentLinks a, #contentLinks a:hover {
	color:#00325b;
	text-decoration:underline;
}
#content01 a:hover, #content02 a:hover, #contentLinks a:hover {
	color:#7a2426;
	text-decoration:underline;
}
	
/* Wrapper*/
#wrapper {
	width:800px;
	margin:0 auto;
	background-image:url(/_img/bg_site.gif);
	background-repeat:repeat-y;
	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
/*  */

/* Navig */
#navigArea {
	float:left;
	width:152px;
	padding:0 8px 0 4px;
}
/*  */

/* Logo */
#logoBBText {
	width:152px;
	padding-top:40px;
}
#logoBBRA {
	width:152px;
	text-align:center;
	padding:39px 0 37px 0;
}
#logoFooturo {
	width:152px;
	text-align:center;
	padding-top:250px;
}
#logoFobag {
	width:152px;
	text-align:center;
	padding-top:30px;
}
/*  */

/* Content*/
#contentArea {
	float:left;
	margin-bottom:50px; /* bottom padding for footer */
}
#balkenHome {
	float:left;
	width:222px;
	padding-right:18px;
}
#content01 {
	float:left;
	width:396px;
	padding-top:143px;
}
/*  */
