/* body */

html, body {
		height: 100%;
}

body {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	color: #0853a1;
	font-size: 12px;
	line-height: 1.3;
	margin: 0px 0px 0px 0px;
	background: url(../img/bg_body.gif) repeat-x;
	background-color: #ffffff;
}

a:link, a:visited, a:active {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	color:#0783eb;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-family: Verdana, arial, helvetica, serif;
	font-size: 13px;
	font-weight:bold;
	color: #0285c6;
	line-height: 2;
	text-align:right;
	text-decoration:none;
	width: 180px;
	height:30px;
	display:block;
	background: url(../img/dott.gif) no-repeat right bottom;
}

a.menu:hover {
	color:#fd7a39;
}

/* struktura */

#body {
	width:880px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 880px;
	height: 100px;
}

#search {
	width: 880px;
	height: 35px;
	background: url(../img/banner_search.gif) no-repeat;
	text-align:right;
}

#menu {
	width: 200px;
	float:left;
}

#content {
	width: 680px;
	float:right;
}

#foot {
	width:880px;
	height:50px;
	clear:both;
}

#footer {
	width:880px;
	height:25px;
	background: url(../img/bg_footer.gif) no-repeat;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	margin-top:10px;
}

/* nagłówki */

h1 {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	font-size: 18px;
	font-weight:bold;
	color: #0285c6;
	margin:0px 0px 25px 0px;
}

h4 {
	font-family: Verdana, Tahoma, arial, helvetica, serif;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	margin:0px 0px 15px 0px;
}

/* tekst */

p.standard {
	text-align:justify;
	margin:10px 0px 10px 0px;
}

p.mapa_opis {
	text-align:justify;
	margin:0px;
	width:200px;
	font-size:11px;
}


