body {
	margin: 50px 0 0 0;
	padding: 0;
	background: #00417B url(../img/bgrbody.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	}

html>body {
	font-size: 1em;
	}
h1 {
	font-size: 1.4em;
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 10px;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #efefef;
	padding: 10px 0 10px 0;
	}
/* layout ---------------------- */

#wrap {
	margin: 0 auto;
	width: 780px;
	background: #fff;
	font-size: .7em;
	}
#header {
	position: relative;
	width: 780px;
	height: 70px;
	background: url(../img/bgrheader.jpg) no-repeat;
	}
		#logo {
			position: absolute;
			top: 10px; left: 30px;
			width: 140px;
			height: 50px;
			}
#topfoto {
	position: relative;
	width: 780px;
	height: 200px;
	background: url(../img/bgrtopfoto.jpg) no-repeat;
	}
	#flash {
		position: absolute;
		left: 546px; top: 0;
		width: 234px;
		height: 200px;
		}
#menu {
	width: 780px;
	height: 50px;
	background: #004888 url(../img/bgrmenu.jpg) repeat-x;
	font-weight: bold;
	margin-top: 1px;
	}
#content {
	width: 700px;
	padding: 30px 40px;
	overflow: hidden;
	}
#footer {
	width: 780px;
	height: 40px;
	background: #00386A;
	text-align: center;
	color: #0470D0;
	padding-top: 5px;
	}
#slowa {
	width: 780px;
	height: 40px;
	text-align: center;
	color: #0470D0;
	padding-top: 5px;
	background: #00417B;
	margin-bottom: 30px;
}

/* listy ---------------------------- */

#menu ul { margin: 0; padding: 0; }
#menu ul li { display: inline; float: left; margin: 0; padding: 0; list-style-type: none; }

/* mainmenu ------------------------- */

a { text-decoration: none; }

#menu a:link, #menu a:visited {
	display: block;
	width: 129px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #015DB0;
	}
#menu a:hover, #menu a:active, #menu a.current:link, #menu a.current:visited {
	background: #004888;
	}
#menu a.last {
	width: 130px;
	border-right: none;
	}

#footer a:link, #footer a:visited, #slowa a:link, #slowa a:visited {
	color: #0470D0;
	}
#footer a:hover, #footer a:active, #slowa a:hover, #slowa a:active {
	text-decoration: underline;
	}
/* inne -------------------------- */
#right, #form {
	float: right;
	width: 290px;
	background: #efefef;
	padding: 5px;
	margin: 10px 0 30px 30px;
	}
#form {
	background: none;
	}
.miniaturki, .miniaturka {
	float: left;
	width: 122px;
	background: #efefef;
	padding: 5px;
	margin: 17px;
	text-align: center;
	}
.miniaturki img, .miniaturka img {
	border: 1px solid #fff;
	}
.miniaturka {
	float: right;
	}
/* formularze ------------------- */
input, textarea {
	border: 1px solid #efefef;
	width: 100%;
	}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 10px;
	}
legend {
	color: #0057AE;
	}
.button {
	margin-top: 10px;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: .9em;
	color: #515151;
	padding: 2px;
	}

.red {
	color: #b90000;
	font-weight: bold;
	font-size: 1.1em;
}