html, body {
	height: 100%;
}

body {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	color: #57575a;
	font-size: 12px;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;

	background-color:#ffffff;
}

a:link, a:visited, a:active {
	color: #6fa909;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* struktura */

#body_head {
	width:100%;
	height:100px;
	background:url(../img/bg_head.png) no-repeat center;
}

#body_logo {
	width:920px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#body_intro {
	width:100%;
	height:400px;
	background:url(../img/intro.jpg) no-repeat center;
}

#body_foot {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

.foot_left {
	float:left;
	color:#a9a9a9;
	font-size:11px;
}

.foot_right, a.foot {
	color:#a9a9a9;
	font-size:11px;
	text-decoration:none;
}

.foot_right {
	float:right;
}

#error {
	padding:50px 0px 50px 300px;
}

/* intro */

.intro_lewa {
	width:50%;
	height:400px;
	display:block;
	float:left;
}

.intro_lewa:hover, .intro_lewa:active {
	width:50%;
	height:400px;
	display:block;
	background:url(../img/intro_lewa.jpg) no-repeat right;
}

.intro_prawa {
	width:50%;
	height:400px;
	display:block;
	float:left;
}

.intro_prawa:hover, .intro_prawa:active {
	width:49.9%;
	height:400px;
	display:block;
	background:url(../img/intro_prawa.jpg) no-repeat left;
}

#body_intro_adres {
	width:920px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/bg_intro_adres.png) no-repeat;
}

#adres_left {
	width:445px;
	float:left;
	text-align:right;
	padding-top:25px;
}

#adres_right {
	width:445px;
	float:right;
	text-align:left;
	padding-top:25px;
}

/* strona */

#body_header {
	position:relative;
	width:920px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
}

#body_content {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#body_adres {
	width:920px;
	height:60px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/bg_adres.png) no-repeat;
}

#content_lewa {
	float:left;
	width:450px;
}

#content_prawa {
	float:right;
	width:450px;
}

/* naglowki */

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0;
}

h1.kontakt {
	color:#8e8e8e;
}

h1.lato {
	color:#79971d;
}

h1.zima {
	color:#2577c9;
}

/* reszta */

img.icon {
	border:0;
}

table.kontakt {
	border:0;
	padding-top:45px;
	width:450px;
}

table.kontakt td {
	vertical-align:top;
}

p.standard {
	text-align:justify;
}

table.regulamin {
	border:0;
	width:100%;
}

table.regulamin td {
	vertical-align:top;
	padding:0px 25px 0px 0px;
	width:50%;
}


/* lato */

#lato_main1 {
	width:305px;
	float:left;
}

#lato_main2 {
	width:305px;
	float:left;
	margin-left:20px;
}

#lato_other {
	width:285px;
	float:right;
}

#lato_logo1 {
	position:relative;
	width:100%;
	height:140px;
}

#lato_logo2 {
	position:relative;
	width:100%;
	height:140px;
}

/* zima */

#zima_other {
	width:285px;
	float:left;
}

#zima_main {
	width:630px;
	float:right;
}

#zima_logo {
	position:relative;
	width:100%;
	height:40px;
}


