*{
	margin:0px;
	padding:0px;
}

img{border:0px}

html{
	width:100%;
	height:100%;
}

.error-message
{
	font-size: 11px;
	color: #ff0000;
}
.topLinks {
	padding: 10px 0;
	border-bottom: solid 1px #9f9f9f;
	margin-bottom: 20px;
}
.input1
{
	border: solid 1px black;
	font-family: Arial;
	font-size: 12px;
}

body{
	margin:0 auto;
	font-size: 12px;
	font-family: Arial, Tahoma;
	background: url(../img/top.jpg) no-repeat top center;
}

#header {
	background: url(../img/header.jpg) no-repeat top center;
	height: 365px;
	margin-top: 0px;
	display: block;
	
}

#footer {
	width: 960px;
	height: 50px;
	border-top: solid 1px #9f9f9f;
	padding-top: 10px;
	margin-top: 25px;
}
#footer p.links a {
	margin: 0 10px;
}

.columnLeft {
	width: 600px;
}
.columnRight {
	width: 300px;
}
.columnT {
	width: 310px;
	margin-right: 10px;
}

h2.rightHeader {
	background-color: #cfe8fa;
}

a.greenBtn {
	display: block;
	width: 192px;
	height: 30px;
	padding-top: 10px;
	background: url(../img/btn_green.png) no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
a:hover.greenBtn {
	background: url(../img/btn_green_hover.png) no-repeat;
}

a.blueBtn {
	display: block;
	width: 192px;
	height: 30px;
	padding-top: 10px;
	background: url(../img/btn_blue.png) no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.headerImg {
	margin: auto;
	width: 960px;
	padding-top: 43px; 
}

h1 {
	font-size: 30px;
	color: #fff;
	border: none;
	padding-top: 45px;
	text-shadow: -1px -1px 0 #404040;
	float: left;
}

.headerImg h1 {
	font-size: 30px;
	color: #fff;
	border: none;
	text-shadow: -1px -1px 0 #404040;
	float: left;
	padding: 0;
}

.headerButton {
	margin-top: 20px;
}
.headerButtonHome {
	position: absolute;
	margin-top: 200px;
	z-index: 50;
}
.headerButtonHome2 {
	position: absolute;
	margin-top: 200px;
	margin-left: 225px;
	z-index: 50;
}

.headerContent {
	width: 960px;
	margin: auto;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.menu {
	position: relative;
	display: block;
	height: 55px;
	width: 960px;
	list-style: none;
	font-size: 13px;
	color: #615656;
	z-index: 100;
	margin: auto;
	margin-top: 0px;
}

.menu li a, .menu li a:hover {
	font-size: 13px;
	color: #0c3569;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	display: block;
	background: url(../img/menu.png) no-repeat;
	margin-top: 8px;
}

.menu li {
	display: inline;
	float: left;
	text-indent: -9999px;
	height: 40px;
}

.menu li.logo {
	display: block;
	width: 300px;
}
.menu li.logo a {
	background: url(../img/logo.png) no-repeat;
	width: 107px;
	height: 41px;
	display: block;
	text-indent: -9999px;
}	
	
	
.menu li a.home {
	background-position: 0 0;
	width: 74px;
}
.menu li a:hover.home {
	background-position: 0 -40px;
	width: 74px;
}
.menu li.active a.home {
	background-position: 0 -80px;
	width: 74px;
}

.menu li a.demo {
	background-position: -74px 0;
	width: 122px;
}
.menu li a:hover.demo {
	background-position: -74px -40px;
	width: 122px;
}
.menu li.active a.demo {
	background-position: -74px -80px;
	width: 122px;
}

.menu li a.oferta {
	background-position: -196px 0;
	width: 80px;
}
.menu li a:hover.oferta {
	background-position: -196px -40px;
	width: 80px;
}
.menu li.active a.oferta {
	background-position: -196px -80px;
	width: 80px;
}


.menu li a.klienci {
	background-position: -276px 0;
	width: 82px;
}
.menu li a:hover.klienci {
	background-position: -276px -40px;
	width: 82px;
}
.menu li.active a.klienci {
	background-position: -276px -80px;
	width: 82px;
}


.menu li a.korzysci {
	background-position: -358px 0;
	width: 91px;
}
.menu li a:hover.korzysci {
	background-position: -358px -40px;
	width: 91px;
}
.menu li.active a.korzysci {
	background-position: -358px -80px;
	width: 91px;
}

.menu li a.kontakt {
	background-position: -448px 0;
	width: 88px;
}
.menu li a:hover.kontakt {
	background-position: -448px -40px;
	width: 88px;
}
.menu li.active a.kontakt {
	background-position: -448px -80px;
	width: 88px;
}

.menu li a.aktualnosci {
	background-position: -538px 0;
	width: 114px;
}
.menu li a:hover.aktualnosci {
	background-position: -538px -40px;
	width: 114px;
}
.menu li.active a.aktualnosci {
	background-position: -538px -80px;
	width: 114px;
}

.menu li.empty {
	background: url(../img/menu/menu.gif) no-repeat;
	background-position: -732px 0;
	width: 228px;
}

ul.systems {
	padding-left: 25px;
	margin-bottom: 15px;
}

ul.systems li {
	list-style-image: url(../img/buttons/arrow.jpg);
	padding-bottom: 5px;
}




.demoRes {
	position: absolute;
	left: 617px;
	top: 65px;
	z-index: 100;
}

.center {
	text-align: center;
}

.title_small {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

p {
	margin-bottom: 15px;
	line-height: 150%;
}

.cennik {
	float: right;
	width: 400px;
}



table {
	margin-bottom: 15px;
}

td {
	line-height: 130%;
}

.container {
	position: relative; 
	margin: auto; 
	width: 960px;
}

#content{
	width: 960px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/* do pluginu news */
.news {
	width: 650px;
	position: relative;
	margin: auto;	
}

.newsContent {
	list-style: none;
}

.newsContent li {
	float: left;
	display: inline;
	width: 650px;
	padding-top: 15px;
}

.date {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

.newsText {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 10px 0 10px 0;	
	width: 650px;
}

.text {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 10px 0 10px 0;
	display: block;
}

.readMore {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 0 10px 0;	
}

input, textarea {
	background-color: #e4e4e4;
	border: solid 1px #888888;
	padding: 2px 5px;
	width: 300px;
	font-size: 11px;
	font-family: Arial;
}
input[type=submit] {
	width: 150px;
}
.mt20 {
	margin-top: 20px;
}

table.offer td {
	padding: 5px 0;
	padding-right: 25px;
	padding-bottom: 15px;
	vertical-align: top;
	border-bottom: solid 1px #c1c1c1;
}

table.addHotel td {
	padding: 10px 5px;
}

.marked {
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
}

.small {
	font-size: 11px;
}

.full {
	width: 960px;
}

