*
{
	margin: 0;
	padding: 0;
}

html, body
{
   height: 100%;
   border: none;
   font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
   color: #000000;
   font-size: 13px;
   text-align: left;
}

body
{
	background-color: #F6F7C3;
}

img
{
	border: 0px;
	padding: 0px;
}

#container
{
	width: 983px;
	min-height: 100%;
	margin: 0 auto;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-image: url(container.jpg);
	background-repeat: repeat-y;
	position: relative;
}

* html #container
{
	height: 100%;
}

#left
{
	float: left;
	width: 200px;
	text-align: center;
	min-height: 100%;
	max-height: 100%
	border-right: 3px solid #ffffff;
	color: #ffffff;
}

* html #left
{
	height: 100%;
}

#menu
{
	padding-bottom: 150px;
}

.menu
{
	display: block;
	margin: 10px 0px;
	padding: 6px 0px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.menu:hover
{
	background-color: #DC251F;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	padding: 3px 0px;
}

#copyright
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 200px;
	padding: 8px 0px;
	font-size: 12px;
	background-color: #DC251F;
	margin-bottom: 35px;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
}

#logo
{
	margin: 25px 0px 15px 0px;
}

#right
{
	width: 780px;
	float: left;
	min-height: 100%;
    position: relative;
	text-align: center;
}

#right img
{
	margin-top: 22px;
}

* html #right
{
	height: 100%;
}


h1
{
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	line-height: 52px;
	padding-top: 25px;
	padding-bottom: 15px;
	color: #2B4194;
	font-family: "Arial Black";
}

h3
{
	text-align: center;
	font-size: 32px;
	color: #DC251F;
	font-weight: bold;
	padding-top: 3px;
	color: #2B4194;
	font-family: "Arial Black";
}

h2
{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2B4194;
	line-height: 1.2em;
	font-family: "Arial Black";
}

#telefony
{
	text-align: center;
	font-size: 32px;
	font-style: italic;
	color: #B30705;
	border-top: 2px solid #B30705;
	border-bottom: 2px solid #B30705;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	margin: 15px auto;
	font-family: "Times New Roman";
	font-weight: bold;
}

#telefony a
{
	text-decoration: none;
	color: #000000;
}

#telefony a:hover
{
	color: #2B4194;
}

h4
{
	text-align: center;
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #2B4194;
}

#content
{
	padding-bottom: 20px;
}

#tekst
{
	text-align: left;
	padding: 0 30px;
	font-size: 13px;
}

#tekst a
{
	text-decoration: none;
	color: #000000;
}

#tekst a:hover
{
	color: #2B4194;
}

h5
{
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 21px;
}

#clear
{
	height: 1px;
	line-height: 1px;
	clear: both;
}

form {
	margin-top: 20px;
	text-align: left;
	padding: 0 30px;
}

input[type=text], textarea {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	line-height: 16px;
	font-size: 12px;
	font-family: Arial;
	padding: 2px;
}

input[type=text] {
	width: 200px;
}

input[type=submit] {
	background: #DC251F;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #000;
	padding: 2px 5px;
	font-weight: bold;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #1B1602;
}

label {
	margin-top: 10px;
	display: block;
}

textarea {
	width: 500px;
	height: 112px;
}

#form-status {
	display: block;
	text-align: left;
	padding: 30px 30px 0;
	font-size: 14px;
}

#form-status.error {
	color: #DC251F;
}

iframe
{
	margin-top: 40px;
}
