@CHARSET "UTF-8";
* { margin: 0px; padding: 0px; }
img { border: 0px; }
div.clear { clear: both; }
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #666666;
	behavior: url(./csshover.htc);
}
a {
	font-weight: bold;
	color: #002746;
	text-decoration: none;
}
a:hover {
	color: #164A84;
	text-decoration: underline;
}
#wrapper {
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}
#head {
	padding-top: 33px;
	width: 950px;
	height: 90px;
	margin: 0 auto;
}
#logo {
	display: inline;
	float: left;
	width: 280px;
	padding-top: 15px;
	text-align:center;
}
#lang {
	display: inline;
	float: right;
	width: 567px;
	padding: 15px 50px 5px 0px;;
	text-align:right;
}
#lang img {
	border: 1px solid #910000;
	padding: 1px;
}
#number {
	display: inline;
	float: right;
	width: 567px;
	padding: 5px 50px 0px 0px;;
	text-align:right;
	color: #8d8d8d;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#number strong {
	font-size: 24px;
	color: #C60000;
	padding-left: 10px;
}
#navigation {
	display: inline;
	float: right;
	width: 620px;
	padding: 5px 45px 0px 0px;;
}
#menu {
	list-style: none;
}
#menu li {
	display: inline;
	float: right;
	width: auto;
	height: 36px;
	font-size: 11pt;
	padding: 0px 0px 0px 6px;
	font-weight: bold;
}
#menu li:hover, #menu li.active {
	background-image: url(images/li_active_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu li a {
	padding: 6px 6px 0px 0px;
	display:inline;
	float: left;
	width: auto;
	height: 30px;
	text-decoration: none;
	color: #002746;
	outline: none;
}
#menu li:hover a, #menu li.active a {
	background-image: url(images/a_active_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFF;
}
p.blad {
	color: #910000;
	border: 2px solid #910000;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
p.sukces {
	color: #216A00;
	border: 2px solid #216A00;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}


/* CONTENT */
#content {
	width: 970px;
	margin: 0 auto;
}
#content #left {
	width: 720px;
	display: inline;
	float: left;
}
#content #right {
	width: 250px;
	display: inline;
	float: left;
}
#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #002745;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 14px;
	color: #910000;
	margin-bottom: 5px;
}
#content p {
	margin-bottom: 3px;
}
#content li {
	margin-left: 15px;
}
#index_box {
	display:block;
	width: 720px;
	height: 286px;
	overflow: hidden;
	margin-bottom: 10px;
}
hr {
	color:#ddd;
	width:95%;
	margin: 10px auto;
}


#right .box {
	width: 250px;
	height: 32px;
	overflow: hidden;
	padding-top: 130px;
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}
#right .box .subbox {
	width: 220px;
	margin: 0 auto;
	padding: 0px 10px;
}
#right .subbox h2 {
	font-weight: bold;
	font-size: 15px;
	padding-left: 8px;
	color: #fff;
}
#right .box a {
	color: #FFFFFF;
	text-decoration: none;
}
#left .box2 {
	width: 680px;
	height: 80px;
	padding: 20px;
	background-image: url(images/box.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#left .box2 h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.text {
	padding: 20px 15px;
}
#left table {
	border: 1px solid #002746;
	border-collapse: collapse;
	margin: 0 auto;
}
#left table td {
	border: 1px solid #002746;
	font-weight: normal;
}
p.contact {
	width: 305px;
	height: 104px;
	padding: 8px 10px;
	float: left;
	display: inline;
	margin: 10px;
	font-size: 12px;
	line-height: 22px;
}
p.contact img {
	vertical-align: middle;
}
p.contact strong {
	color: #910000;
}
p.female {
	background-image: url(images/contact_female.jpg);
	background-position: top left;
}
p.male {
	background-image: url(images/contact_male.jpg);
	background-position: top left;
}



.box3 {
	width: 305px;
	height: 104px;
	padding: 8px 10px;
	float: left;
	display: inline;
	margin: 10px;
	font-size: 12px;
	line-height: 22px;
	background-image: url(images/box3.png);
	background-position: top left;
	text-align:center;
}


/* FORMULARZE */
form div.clear {
	padding-bottom: 2px;
}
form label {
	display: inline;
	float: left;
	width:145px;
	color: #333;
	font-size:13px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 12px;
}
label strong {
	color: #910000;
	font-weight: bold;
}
input {
	background:transparent url(images/input.png) no-repeat scroll center center;
	color:#910000;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	height:16px;
	margin-top:5px;
	padding:10px 10px 9px;
	width:230px;
	border: 0px;
	font-family: Arial, Verdana, sans-serif;
}
input.small {
	background:transparent url(images/input-small.png) no-repeat scroll center center;
	width:80px;
}
input.small:focus {
	background:transparent url(images/input-small-on.png) no-repeat scroll center center;
}

input:focus {
	background:transparent url(images/input-on.png) no-repeat scroll center center;
	color:#002746;
}
input.send {
	background:transparent url(images/input-send.png) no-repeat scroll center center;
	color:#494949;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:38px;
	text-align:center;
	width:103px;
}
textarea {	
	width: 508px;
	height: 105px;
	padding: 15px;
	font-size: 13px;
	background: url(images/input-area.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 5px;	
	cursor: pointer;
	border: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #910000;
	overflow: auto;
}
textarea:focus {
	color: #002746;
	background: url(images/input-area-on.png) no-repeat top center;
}
select {
	margin-top: 10px;
	width:300px;
	font-size: 13px;
	border: 1px solid #7F9DB9;
}








/* FOOTER */
#footer {
	clear: both;
	width: 910px;
	height: 80px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFF;
	line-height: 18px;
	font-size: 11px;
	margin: 20px 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer #author {
	display: inline;
	float: right;
	width: 150px;
	padding: 20px 20px 0px 0px;
	text-align:center;
}
#footer #copy {
	display: inline;
	float: left;
	width: 700px;
	padding: 20px 20px 0px 0px;
	text-align:center;
}