html,body {
	margin: 0;
	padding: 0;
	background: #fff url('../gfx/bg.gif');
	font-family: Arial, Verdana, Sans-serif;;
	font-size: 12px;
	color: #777;
}
h1 {
	display: block;
	width: 620px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	text-align: center;
	font-size: 18px;
	color: #8E9BBB;
	letter-spacing: 3px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}
h2 {
	color: #8E9BBB;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
a, a:link, a:visited {
	color: #FFAD33;
	text-decoration: none;
}
a:hover {
	background-color: #FF9B06;
	color: #fff;
}
.arrow1 { display: block; width: 350px; height: 16px; color: #212482; margin: 12px 0 0 40px;
		background: #fff url('../gfx/arrow1.gif') no-repeat top left; padding: 6px 0 4px 10px; border-bottom: 2px solid #ddd;
}
.arrow2 { display: block; width: 350px; height: 16px; color: #009049; margin: 12px 0 0 40px;
		background: #fff url('../gfx/arrow2.gif') no-repeat top left; padding: 6px 0 4px 10px; border-bottom: 2px solid #ddd
}
.s1 { color: #444; font-weight: bold; line-height: 13px; margin-bottom: 10px;}
.s2 { color: #444; font-size: 10px; line-height:11px }	
.s3 { color: #8E9BBB; letter-spacing: 2px; margin: 5px 0 15px 14px; border-bottom: 2px solid #ddd; display: block; width: 190px; padding-bottom: 5px; }

a.link1, a.link1:link, a.link1:visited { 
	color: #FFCB7D;
	font-size: 11px;
	text-decoration: none;
	margin-left: 70px;
	font-weight: bold;
	display: block;
	height: 15px;
}
a.link1:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #FFAD33;
}
p {
	text-align: center;
	line-height: 17px;
	margin: 5px 0 5px 0;
}
hr {
	color: #aab3cb;
	background-color: #aab3cb;
	width: 380px;
}
img {
	border: none;
}
#container {
	width:750px;
	min-height: 600px;
	margin: 0 auto;
	background-color: #fff;
}
#banner {
	display: none;
}
#menu {
	background-image: url('../gfx/menu.jpg');
	height: 29px;
}
#menu ul {
	list-style: none;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	font-size: 11px;
}
#menu li {	
	float: left;
	margin-right: 2px;
	text-align: center;
}
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #888;
	display: block;
	width: 81px;
	height: 20px;
	border-top: 5px solid #fff;
	padding-top: 2px;
}
#menu a:hover, #selected {
	border-top: 5px solid #aab3cb !important;
	color: #8E9BBB !important;
	background-color: transparent;
}
#content {
	width: 750px;
	min-height: 550px
}
#logos {
	height: 43px;
	background-image: url('../gfx/logos.gif');
	background-repeat: no-repeat;
	padding-top: 8px;
	clear: both;
}
#footer {
	height: 20px;
	background: #fff url('../gfx/footer_bg.jpg') repeat-x;
	font-size: 11px;
	padding-top: 8px;
	clear: both;
	color: #888;
}
#footleft {
	float: left;
	padding-left: 20px;
}
#footright {
	float: right;
	padding-right: 20px;
}
#left {
	width: 600px;
}
#bottom {
	border-color: #aab3cb;
	border-style: double;
	width: 450px;
	height: 250px;
	margin-top: 3px;
}
#right {
	display:none;
}
#rframe {
	height: 513px;
	width: 220px;
	margin: 20px 0 20px 20px;
	border-color: #aab3cb;
	border-style: double;
}
#fpictures {
	width: 180px;
	height: 290px;
	margin-left: 10px;
}
#english_link {
	float: right;
	display: block;
	background-color: transparent;
	width: 32px;
	height: 22px;
}
.par1 p {
	padding-bottom: 15px;
}
.color {
	color: #FFAD33;
}
/* FORMULARZ KONTAKTOWY --------------------------------------------- */
input, textarea {
	overflow: auto;
	border: 1px solid #aab3cb;
	margin-bottom: 3px;
}	
span.star {
	padding-left:3px;
	color:#FF9600;
	font-weight:bold;
	font-size:15px;
	vertical-align: top;
}
input[type="text"],textarea {
	background:#FBFBFB;
}
input[type="text"]:focus {
	background:#FFFFEC;
	color: Highlight;
}
input.focus,textarea:focus { background:#FFFFEC;
	color: Highlight; 
}
li.error {
	font-size:11px;
	list-style:square;
	margin: 0;
	margin-left:15px;
}
input#submitButton {
	color: #fff;
	background-color: #8E9BBB;
	border: none;
	height: 23px;
	width: 70px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
.sukces {
	color: #FF9600;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
/* KONIEC - FORMULARZ KONTAKTOWY --------------------------------------------- */