body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: rgba(255,255,255,1);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/br.jpg);
}



ul, ol, dl { 
	padding: 0;
	margin: 0;
}
.tb {

}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
}
a img {
	border: none;
	padding-left: 50px;
}
.navi {
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,1);
}


a:link {
	color: #662483;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 850px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	height:auto;
	padding-top: 5px;
	padding-bottom: 5px;

}



.header {
	background-color: rgba(255,255,255,0.8);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/rogalewicz-logoneu.png);
	background-position: center center;
	height: 220px;
	background-repeat: no-repeat;

}
.header2 {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	background-position: center center;
	height: 40px;
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-left: 160px;
}




.content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	background-color: #FFF;
}


.footer {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #ED1A3B;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
	padding-bottom: 0px;
}
.container .footer p {
	margin-left:300px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hbilder {
	padding-left: 140px;
	
}


.sidebar {
	float: left;
	height: auto;
	margin-left: 200px;
	background-color: rgba(255,255,255,1);
	position: fixed;
	visibility: visible;
	border-radius: 5px;
	padding: 5px;
	margin-top: 200px;
}
