body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #6596C2 url(img/bgrbody.jpg) repeat-x;
	}
html>body {
	font-size: 1em;
	}
#title h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	line-height: 60px;
	color: #6CAC15;
	}
h2 {
	font-size: 1.2em;
	color: #4B70BC;
	}
/* layout ------------- */
#wrap {
	margin: 0 auto;
	width: 620px;
	background: url(img/bgrwrap.jpg) repeat-y;
	font-size: .7em;
	}
#lang {
	width: 615px;
	height: 30px;
	background: url(img/bgrlang.jpg) no-repeat;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	}
#head {
	position: relative;
	width: 620px;
	height: 70px;
	background: url(img/bgrhead.jpg) no-repeat;
	}
#logo {
	position: relative;
	left: 25px; top: 15px;
	width: 170px;
	height: 45px;
	}
	#logo img {
		border: none;
		}
#menu {
	position: absolute;
	left: 200px; top: 40px;
	width: 336px;
	height: 25px;
	padding-top: 5px;
	padding-left: 54px;
	}
#flash {
	width: 590px;
	height: 175px;
	background: url(img/bgrflash.jpg) no-repeat;
	padding-left: 30px;
	}
#title {
	width: 620px;
	height: 60px;
	background: url(img/bgrh1.jpg) no-repeat;
	}
#content {
	width: 520px;
	padding: 0px 50px 10px 50px;
	line-height: 160%;
	overflow: hidden;
	}
#foot {
	width: 620px;
	height: 10px;
	background: url(img/bgrfoot.jpg) no-repeat;
	font-size: .3em;
	}
#pro {
	width: 620px;
	height: 25px;
	background: url(img/bgrpro.jpg) no-repeat;
	text-align: center;
	color: #486DBB;
	font-weight: bold;
	line-height: 25px;
	}
/* menu ------------------ */
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
	list-style-type: none;
	}
#menu ul li {
	display: inline;
	}
#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	margin-left: 4px;
	text-align: center;
	font-weight: bold;
	}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #23304B;
	}
#menu a:hover, #menu a:active {
	color: #CCDBEA;
	background: #23304B;
	}
/* linki pro ------------- */
#pro a:link, #pro a:visited {
	color: #486DBB;
	text-decoration: none;
	}
#pro a:hover, #pro a:active {
	color: #324E87;
	text-decoration: underline;
	}
#lang a:link, #lang a:visited {
	color: #486399;
	text-decoration: none;
	font-weight: bold;
	}
#lang a:hover, #lang a:active {
	color: #9BACD0;
	}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #4B70BC
	}
#content a:hover, #content a:active {
	text-decoration: underline;
	}
/* dane kontaktowe -------- */
#form {
	float: right;
	width: 280px;
	padding: 0 20px 10px 0;
	}
form {
	margin: 0px;
	padding: 0px;
	}
input, textarea {
	border: 1px solid #efefef;
	background: #fff;
	width: 280px;
	}
textarea:hover, textarea:focus, input:hover, input:focus,
select:hover, select:focus {
	border: 1px solid #6596C2;
	}
a.mail:link, a.mail:visited {
	text-decoration: none;
	color: #999999;
	}
a.mail:hover, a.mail:active {
	background: #9FC633;
	color: #fff;
	}
