body{
	font-family:  Arial,Helvetica,sans-serif;
	margin: 0px 0px 0px 0px;
	color: #cacfd3;
}

.bannerText{
	font-size: 14px;
}

#banner{
	float: right; 
	background-color: #ffffff; 
	text-align: right;
}

.imgBorder{
	border: 1px solid #000000;
}

#text{
	font-size: 12px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 500px;
	color: #6b737e;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.kontakt{
	border: 0px;
	font-size: 12px;
	width: 100%;
	color: #6b737e;
}

#kontaktLinia{
	height: 1px; 
	border: 0px; 
	width: 400px; 
	color: #6b737e; 
	background-color: #6b737e;
}

.menuLinia{
	border: 0px; 
	height: 2px; 
	width: 0px; 
	background-color: #ffffff;
	color: #ffffff;
	text-align: left;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 0px 0px;
}

input{
	font-family:  Arial,Helvetica,sans-serif;
	font-size: 10px;
	border: 1px solid #cacfd3;
	color: #6b737e;
}

textarea{
	font-family:  Arial,Helvetica,sans-serif;
	font-size: 10px;
	border: 1px solid #cacfd3;
	color: #6b737e;
}

a#projekty{
	font-size: 12px;
	text-align: center;
	width: 100%;
	font-weight: bold; 
	text-decoration: none;
	color: chocolate;
}

/*
#########################
#
# Pasek gora, dol
#
#########################
*/
.pasek{
	width: 100%;
	height: 26px;
	border: 0px;
}

.pasek_bok{
	background-color: #cacfd3;
	margin: 0px;
	padding: 0px;
}

.pasek_srodek{
	background-color: #6b737e;
	width: 783px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*
#######################
#
# MENU
#
#######################
*/
#menu{
	font-family:  Arial,Helvetica,sans-serif;
	color: #6b737e;
	font-weight: bold;
}

a:hover#menuItem, a:active#menuItem, a#menuItem_active{
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
	display: block;
	background-color: #8ce420;
	font-family:  Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

a#menuItem{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	display: block;
	background-color: #ffffff;
	color: #6b737e;
	text-decoration: none;
	text-align: center;
}

a:hover#menuTicket, a:active#menuTicket, a#menuTicket_active{
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
	display: block;
	background-color: #8ce420;
	font-family:  Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	text-align: center;
}

a#menuTicket{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	display: block;
	background-color: #ffffff;
	color: #ff0000;
	text-decoration: none;
	text-align: center;
}

/*
########################
#
# Dotted table
#
########################
*/
#border_left{
	width: 10px;
	background-image: url('images/border_left.jpg');
	background-repeat: repeat-y;
}

#border_top{
	height: 13px;
	background-image: url('images/border_top.jpg');
	background-repeat: repeat-x;
}

#border_right{
	width: 11px;
	background-image: url('images/border_right.jpg');
	background-repeat: repeat-y;
}

#border_bottom{
	height: 12px;
	background-image: url('images/border_bottom.jpg');
	background-repeat: repeat-x;
}

#corner_lt{
	width: 10px;
	height: 13px;
	background-image: url('images/corner_lt.jpg');
}

#corner_rt{
	width: 11px;
	height: 13px;
	background-image: url('images/corner_rt.jpg');
}

#corner_lb{
	width: 10px;
	height: 12px;
	background-image: url('images/corner_lb.jpg');
}

#corner_rb{
	width: 11px;
	height: 12px;
	background-image: url('images/corner_rb.jpg');
}

