*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1b1b1b;
	color: #888;
	font-size: 10pt;
	line-height: 1.5em;
	background-image: url('background.gif');
	background-repeat: repeat-x;
}
a:link,
a:visited {
	text-decoration: none;
	color: orange;
}
h2, h3,.menu_left .level0{
	font-size: 1.5em;
   padding: 0 0 20px 0;
  	font-weight: normal;
	color: orange;
}
.menu_left .level0{
    padding: 10px 0;
    display: block;
}
h4{
    font-size: 1.2em;
    padding: 10px 0 5px 0;
    font-weight: normal;
    color: orange;
}

a:hover,
a:active,
a:focus  {
	color: white;
	text-decoration: none;
}

#page{
	width: 900px;
	margin: 0 auto;
        background-repeat: no-repeat;
        background-position: 200px 45px;
}
#content {
    width: 715px;
    margin: auto;
    clear: both;
    float: right;
    margin-bottom: 15px;
	 border-left: 1px solid #222;
	 padding-left: 15px;
}
.title, #where,.noPrint,.articleFooter,.date_footer{
    display: none;
}
#logo{
    top: 40px;
    position: absolute;
}
#header{
    margin-top: 145px;
    margin-bottom: 30px;
}
#footer{
    clear: both;
    padding: 15px 0;
    margin-top: 15px;
    text-align: center;
    color: #888;
    border-top: 1px solid #222;
}
#box_login{
    float: left;
    margin-bottom: 30px;
    width: 150px;
	 padding-right: 15px;
}
.labLogin{
    font-style: italic;
    display: block;
    color: #888;
}
input{
    
    background-color: black;
    color: #aaa;
    border: 1px solid #454444;
    width: 150px;
}
.button_div{
	margin-top: 3px;
	display: block;
}
#baner_text{
    position: absolute;
    margin-left: 200px;
    top: 45px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    margin-top: 20px;
    background: transparent url('button_left.png') no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
    color: white;
}

a.button span {
    background: transparent url('button_right.png') no-repeat;
    display: block;
    line-height: 18px;
    padding: 3px 0 7px 18px;
}

.main_content_item_left{

    width: 320px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: justify;
    border-right: 1px solid #222;
    display: block;
    color: #888;

}
#ctl0_main_ctl0_mainContent_ctl1_left{
    width: 671px;
    clear: both;
    padding-left: 0;
}
#ctl0_main_ctl0_mainContent_ctl1_left .more{
    display: none;
}
.main_content_item_right{

    text-align: justify;
    width: 320px;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #222;
    display: block;
    color: #888;

}
.main_content_item,.main_content_item_alt{
    display: block;
    clear: both;
    padding-top: 20px;
}
.menu_top{
    top: 180px;
    float: left;
    clear: left;
    z-index: 10;
    position: absolute;
}
.menu_top .level0{
  display: none;
}
.menu_left ul, .menu_top ul{
	list-style: none;
        
}
.menu_left ul li, .menu_top ul li{
   width: 150px;
   text-align: center;
}
.menu_left ul li a, .menu_top ul li a{
 
   color: #ccc;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border-bottom: 1px solid #333;
    
}
.menu_left ul li a:hover, .menu_top ul li a:hover
{
    background: orange url("hover.gif") bottom center no-repeat;
    color: #fff;
    padding-bottom: 8px;
}
.NavigationButtonStyle, .searchButton {
    border: #484848 1px solid;
    background-color: #383838;
    padding: 2px 10px 2px 10px;
    margin-top: 15px;
    color: #fff;
}
.gwiazdka {
    color: red;
    padding-left: 5px;
}
.clear {
    clear: both;
}
.search {
    border: #484848 1px solid;
    background-color: #383838;
    padding: 2px;
    color: #fff;
    margin-right: 5px;
    width: 250px;
}

#reservationFooterCenter{
    width: 715px;
    margin: auto;
    clear: both;
}
input:hover, button:hover {
	background-color: #2c2c2c;
}

.reservationNotWorking {
	background-color: #2d2d2d;
}

.reservationTaken {
	background-color: #Fd0000;
}

.reservationFree {
	background-color: #00F300;
	cursor: pointer;
}

.reservationFree:hover {
	background-color: #00FF00;
}

.reservationChosen {
	background-color: #00FF00;
}

.reservationCurrentlyTaken {
	background-color: #FdFd00;
	color: black;
	text-align: center;
	font-weight: bold;
}

.reservationMyVisit {
	background-color: #FdFd00;
	color: black;
	text-align: center;
	font-weight: bold;
}

.reservationUnavailable {
	background-color: #afafaf;
}

.reservationNotWorkingDarker {
	background-color: #1B1B1B;
}

.reservationTakenDarker {
	background-color: #F00000;
}

.reservationFreeDarker {
	background-color: #00D000;
	cursor: pointer;
}

.reservationFreeDarker:hover {
	background-color: #00EE00;
}

.reservationChosenDarker {
	background-color: #00EE00;
}

.reservationCurrentlyTakenDarker {
	background-color: #F0F000;
	color: black;
	text-align: center;
	font-weight: bold;
}

.reservationMyVisitDarker {
	background-color: #F0F000;
	color: black;
	text-align: center;
	font-weight: bold;
}

.reservationUnavailableDarker {
	background-color: #999999;
}

#reservationFooter {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	bottom:0;
	left:0;
	width:100%;
	background: transparent none;
	text-align: center;
	position:fixed;
}

#reservationFooterCenter {
	margin: 0px auto;
	background: black;
	border: 1px solid #ff6600;
}

#reservationHeader {
	cursor: pointer;
	padding:1em 0 1em 0;
	vertical-align: middle;
	text-align: center;
}

.messageBox {
	background: black none;
	border: 2px solid #ff6600;
	padding: 10px 10px 10px 10px;
}

.messageBoxInfo {
	background: #000033 url('button_blue.gif') no-repeat scroll left;
	padding-left: 40px;
	border: 2px solid #00006B;
	padding: 10px 10px 10px 40px;
}

.messageBoxConfirm {
	background: #003300 url('button_green.gif') no-repeat scroll left;
	padding-left: 40px;
	border: 2px solid #007500;
	padding: 10px 10px 10px 40px;
}

.messageBoxError {
	background: #330000 url('button_red.gif') no-repeat scroll left;
	padding-left: 40px;
	border: 2px solid #660000;
	padding: 10px 10px 10px 40px;
}

.messageBoxQuery {
	background: #4D1F00 url('button_orange.gif') no-repeat scroll left;
	padding-left: 40px;
	border: 2px solid #FF6600;
	padding: 10px 10px 10px 40px;
}

.info{
    padding: 10px;
    background-color: #333333;
    border: 1px solid #555;
    background-image: url('information.png');
    background-position: 17px center;
    background-repeat: no-repeat;
    padding-left: 70px;
    margin: 10px 0;
}
.info p{
    margin: 10px 0;
}
fieldset{
    border: 0px solid #555;
    margin-bottom: 10px;
    padding: 0px;
}
legend{
   font-size: 1.3em;
   color: orange;
   margin-bottom: 25px;
   margin-left: 0;
   padding-left: 0;
}
fieldset label{
    display: block;
    padding-top: 5px;
    padding-right: 10px;
    font-style: italic;
    color: #888;
    width: 250px;
    float: left;
    clear: left;
    text-align: right;
}
fieldset input{
    margin-top: 5px;
}
.captchaImg{
    border: 5px solid #444;
    margin: 10px 10px 10px 20px;
}
fieldset div{
    display: block;
    margin: 10px 0;
}
.required{
    height: 10px;
    padding: 5px 0;
    color: orange;
    vertical-align: baseline;
}
.bottomInfo{
    font-style: italic;
    font-size: 0.8em;
    color: #666;
    text-align: right;
    display: none;
}
.QueryText{
    position: absolute;
    top: 720px;
    font-size: 2em;
    font-weight: normal;
    color: orange;
    margin-left: 285px;
}
.legendSqare{
padding-left: 15px;
margin-right: 10px;
border: 1px solid #ddd;
}
#legendPanel{
padding: 0 0 20px 0;
}
.separator{
    margin-bottom: 6px;
}
#blogFacebook{
    text-align: right;
}
#blogFacebook span{
    padding-left: 10px;
}
.topImage{
    vertical-align: -45%;
    padding-right: 10px;
}

#myimage{
    
    width: 500px;
    height: 324px;
    position: absolute;
    top: -374px;
    z-index: 10;
    text-align: right;

}
#myimage a{
    position: absolute;
    right: 0;
   
}
#advButton{
    position: absolute;
    top: 130px;
    right: 30px;

}
#ctl0_main_ctl1_mainContent_ctl1_left{
    display: block;
    width: 671px;
    margin-left: -15px;
}
#ctl0_ctl15_MGM{
    font-weight: bold;
    text-decoration: blink;
    color: orange;
}
#ctl0_ctl15_MGM:hover{
    color: white;
}