body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url('../gfx/bkg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #ddf4ff;
}

a{text-decoration: none;color: blue;}
a:hover{color: Red;}

h1{
	font-size: 20px;
}

.imieniny{
	font-size: 10px;
}

a#madeby{
	float: right;
	display: block;
	height: 12px;
	background-image: url('../gfx/sllogo.gif');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #00FA9A;

	top: 25px;
	right: 12px;
	line-height: 100%;
	padding-left: 25px;
	font-family: "MS Sans Serif", Geneva, Arial, sans-serif;
}

a:hover#madeby{
color: red;
background-position: 0 -16px;
}

/******* Szablon **********/
#main{
	width: 990px;
	margin: 0 auto;
	background-image: url('../gfx/content_bkg.png');
	background-repeat: repeat-y;
}

#top{
	height: 196px;
}

#logo{
	float: left;
	text-align: center;
	width: 210px;
	position: relative;
	left: 15px;
}

#topimg{
	float: right;
	position: relative;
	right: 9px;
	width: 764px;
	height: 208px;
	background-image: url('../gfx/top.jpg');
	background-repeat: no-repeat;
}

#menu{
	width: 970px;
	height: 35px;
	background-repeat: repeat-x;
	background-image: url('../gfx/menu_bkg.gif');
	margin: 0 auto;
	position: relative;
	left: 2px;
}

#middle{
	min-height: 550px;
	padding-top: 15px;
	text-align: left;
}

#left{
	width: 236px;
	min-height: 250px;
	float: left;
}

#right{
	width: 730px;
	min-height: 402px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 40px;
	background-image: url('../gfx/txt_bkg.gif');
	background-repeat: no-repeat;
	float: left;
	line-height: 180%;
}

#bottom{
	background-image: url('../gfx/bottom_bkg.png');
	background-repeat: repeat-x;
	background-color: #008f00;
	min-height: 115px;
}

.line{
	margin-left: 5px;
	margin-right: 5px;
}

#datepicker{
	position: relative;
	left: 20px;
}

.eventDay a.ui-state-default{
	background-color: #ADFF2F;
	background-image: none;
}

#dialog{
	display: none;
}

.clear{clear: both;} 

.pagination{
	clear: both;
	text-align: center;
	background-color: #F0FFF0;
	padding: 10px;
}

.pagination a{
	background-color: #D7FF9D;
	padding: 4px;
	border: 1px green solid;
	color: black;
}

.pagination b{
	background-color: Yellow;
	padding: 4px;
	border: 1px solid #FFD700;
	color: black;
}

.pagination a:hover{
	background-color: #AAFF2D;
}

.error_box{
	width: 100%;
	background-color: #FFE4E1;
	color: Red;
	border-bottom: 1px red dashed;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.info_box{
	width: 100%;
	background-color: #F0FFF0;
	color: green;
	border-bottom: 1px green dashed;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 5px 8px;
	color: Black;
	background-color: #D7FF9D;
	border: 1px solid #9ACD32;
} 

.logged{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-repeat: repeat-x;
	background-image: url('../gfx/menu_bkg.gif');
	text-shadow: 1px 1px 5px #000; 
	filter: Shadow(Color=#000000, Direction=135, Strength=3); 
	zoom: 1.0; 
	font-weight: bold;
	color: white;
}

.logged a{
	color: White;
	vertical-align: top;
}

.logged a:hover{
	color: yellow;
}

button{
	cursor: pointer;
}

.text_left{
	margin-left: 15px;
}

#bottom_container{
	width: 990px;
	margin: 0 auto;
}

.info_data{
	float: right;
	color: White;
	text-shadow: 1px 1px 2px #000; 
	filter: Shadow(Color=#000000, Direction=135, Strength=3); 
	zoom: 1.0; 
	text-align: right;
}

.info_data h3{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: Yellow;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 5px #000; 
	filter: Shadow(Color=#000000, Direction=135, Strength=3); 
	zoom: 1.0; 
}

.mapka{
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

.mapka img{
	float: left;
	box-shadow: 0px 0px 3px gray;
 	-moz-box-shadow: 0px 0px 3px gray;
  	-webkit-box-shadow: 0px 0px 3px gray;
}

.mapka span{
	float: left;
	text-align: left;
	margin-left: 20px;
	color: #003C00;
	line-height: 140%;
	font-style: italic;
	font-size: 11px;
}

#ui-datepicker-div{
	display: none;
}


/** MENU **/
ul.dropdown li.hover, ul.dropdown li:hover  { position: relative; z-index: 1500;}
ul.dropdown li	{list-style: none; display: inline;}
ul.dropdown ul 	{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: -50px;  text-align: left;}
ul.dropdown ul li { font-weight: normal; background: #32CB32; color: #000; border-bottom: 1px solid #ccc; float: none; display: block; min-height: 25px;}									  
ul.dropdown ul li a	{ border-right: none; width: 192px; display: inline-block; color: black; line-height: 17px; padding: 4px;} 
ul.dropdown ul li a:hover	{ background: #007300; color: white;} 
ul.dropdown ul ul 	{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 	{ visibility: visible; }

#bottom a{
	color: #ADFF2F;
}
