@charset "utf-8";

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
	margin:0 auto;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.container {
	width: 1000px;
}

body {
	background: url(../images/bg.jpg) no-repeat top center;
}

div#footer {
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	margin: 20px auto;
}

div#logo {
	background: url(../images/logo.png) no-repeat;
	width: 100%;
	height: 91px;
	margin: 10px 0 10px 0;
	float: left;
	clear: both;
}

div#language {
	width: 450px;
	float: left;
	overflow: hidden;
	margin: 80px auto;
}

ul#lang li {
	display: block;
	float: left;
}

#pl {
	background: url(../images/pl.png) no-repeat;
	width: 117px;
	height: 181px;
	border: 0;
	cursor: pointer;
	margin: 0 10px 0 0;
}


#en {
	background: url(../images/en.png) no-repeat;
	width: 126px;
	height: 178px;
	border: 0;
	cursor: pointer;
}


#de {
	background: url(../images/de.png) no-repeat;
	width: 114px;
	height: 178px;
	border: 0;
	cursor: pointer;
	margin: 0 10px 0 0;
}

div#zdj {
	width: 400px;
	float: left;
	margin: 0 0 0 50px;
}

div#swoje_serce {
	background: url(../images/swoje_serce_ofiarowali.png) no-repeat;
	width: 225px;
	height: 41px;
	float: left;
	margin: 30px auto;
}

div#ciuchcia {
	background: url(../images/ciuchcia.png) no-repeat;
	width: 243px;
	height: 81px;
	float: left;
	margin: 0 0 0 30px;
}

div#lista {
	width: 100%;
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0c4165;
}

/*left menu*/
*html div#left_menu {
	width: 400px;
	float: left;
	margin: 0 0 0 20px;
}

div#left_menu {
	width: 400px;
	float: left;
	margin: 0 0 0 50px;
}

ul#menu {
	padding: 0;
	margin: 0;
}

ul#menu li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu li a, ul#menu li a img {
	border: 0;
	padding: 0;
	margin: 0;
}

/*nasza historia*/
div#content {
	float: left;
	width: 530px;
	margin: 0 0 0 10px;
}

div#text {
	height: 300px;
	overflow: auto;
}

div#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}