* {
	font-family: arial, sans-serif;
	font-size:14px;
	color:#333333;
}
html {
	height:80%;
}

body {
	height:100%;
	text-align:center;
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	background: url(../gfx/bg.png) top center; 
}
#main {
	width: 770px;
	margin: 0 auto;
	border: solid 0px #c0c0c0;
	text-align: left;
	display: block;
	position: relative;
	background-color:white;
}
#header {
	width: 100%;
	height: 120px;
	background-color:#ffffff;
	background-image:url(../gfx/logo.png);
	background-position:bottom center;
	border-width: 1px 1px 0px 1px;
	border-color: #c0c0c0;
	border-style: none;
}
#logo {
	top: 0px;
	right: 0px;
	width: 770px;
	height: 120px;
	position: absolute;
	background-color:green;
	background-image:url(logo.png);
	z-index:1;
}
#left {
	float: left;
	width: 160px;
	display: block;
	background-color:#ffffff;
	border-width: 10px 2px 10px 10px;
	border-color: black;
	padding-bottom:40px;
	border-style: none;
	height:100%;
}
#middle {
	float: left;
	width: 430px;
	display: table-column;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	text-align: justify;
	font-size:100%;
	line-height:120%;
	background-color:#ffffff;
	background:url(../gfx/bg_middle.png) repeat-y;
	border-width: 0px 0px 0px 0px;
	border-color: #aaaaaa;
	border-style: dotted;
	position:relative;
	height: auto !important;
	height: 100%; /* IE */
	min-height: 100%;
}
#right {
	float: right;
	width: 140px;
	display: table-column;
	padding-bottom:40px;
	position:relative;
	top:20px;
	background-color:#ffffff;
	height:100%;
	min-height:100%;
}
.clearer {
	clear:both;
}
#footer {
	width:100%;
	height:20px;
	text-align:center;
	display:block;
	position:relative;
	top:0;
	
	padding-top: 8px;
	background-color:black;
	background:url(../gfx/foot.png) repeat-x;
	vertical-align:middle;
	font-size: 70%;
}
a {
	font-size:inherit;
}
#footer, #footer * {
	color:white;
}
#menu {
	top: 102px;
	right: 0px;
	width: 580px;
	height: 20px;
	position: absolute;
	background-color:tansparent;
	color:red;
	z-index:2;
}
#menu a {
	display:block;
	float:left;
	padding:0 12px 0 12px;
	color:white;
	background-color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	height:18px;
}
#menu a:hover, #menu a.zaznaczone  {
	display:block;
	float:left;
	padding:0 10px 0 10px;
	color:red;
	background-color:white;
	border-width: 2px 2px 0 2px;
	border-color: #777777;
	border-style: solid;
}
.window {
	width: 130px;
	position: inline;
	padding:0;
	margin: 20px auto 20px auto;
}
.window .title {
	padding: 10px;
	height: 10px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	background: #FFDDDD url(../gfx/window_title.png) repeat-x;
}
.window .content {
	font-size:80%;
	text-align:justify;
	padding: 5px 5px 5px 5px;
	background: url(../gfx/window_content.png) repeat-x;
}
.window .content a {
	display: block;
	position: inline;
	margin: 6px 4px 6px 4px;
	background-color:transparent;
	font-weight:bold;
	font-size:140%;
	text-transform:lowercase;
	padding: 0px 0px 2px 19px;
	color:#ff7777;
	text-decoration: none;
	background: transparent url(../gfx/link.png) no-repeat left center;
}
.window .content a:hover {
	color:#ff0000;
	text-decoration: none;
	background: transparent url(../gfx/link_active.png) no-repeat left center;
}
.window img {
	display:block;
	margin: 0 auto;
	padding-bottom:10px;
	width:80%;
}
h1, h2 {
	color:red;
	font-weight:100;
}
h1 {
	font-size:150%;
	display:block;
	border-width: 0 0 1px 0;
	border-color: red;
	border-style: dashed;
	text-transform:uppercase;
	margin:10px 0 10px 0;
}
h2 {
	font-size:120%;
	display:block;
	margin:5px 0 5px 0;
	border: none;
}
#middle span.center {
	display:block;
	text-align:center;
	line-height:140%;
	font-size:140%;
}
.underline {
	text-decoration:underline;
	display:inline;
	line-height:inherit;
	font-size:inherit;
	text-align:inherit;
	color:inherit;
}
p:first-letter {
	color:red;
	font-weight:bold;
	font-size:180%;
}
blockquote {
	border-color:red;
	border-style:solid;
	padding:10px;
	padding-left:10px;
	margin:10px;
	border-width: 0 0 0 6px;
}
li {
	padding-left:5px;
	margin-left:-15px;
}
