body{
	margin: 0px;
	background-image: url('../images/body_background.png');
	font-family: Arial;
	font-size: 11px;
	color: #CFCFCF;
}
.float{
	float: left;

}
.float_right{
	float: right;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
table.noborder td{
	border: 0px solid black;
	padding: 2px;
}
.relative{
	position: relative;	
}
.block{
	display: block;
}
a{
	color: white;
	text-decoration: none;
}
.main{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	z-index: 2;
}
.top_background{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 33px;
	background-image: url('../images/top_background.png');
	z-index: 1;	
}
div.left_menu{
	position: relative;
	width: 207px;
	color: white;	
}

div.left_menu div.top{
	background-image: url('../images/menu_boczne_top.png');
	width: 207px;
	height: 7px;
}
div.left_menu div.middle{	
	background-image: url('../images/menu_boczne_middle.png');
	width: 207px;
}
div.left_menu div.bottom{
	background-image: url('../images/menu_boczne_bottom.png');
	width: 207px;
	height: 6px;
}
div.left_menu .menu_name{
	position: absolute;
	z-index: 3;
	left:0px;
	top: 40%;
	width: 16px;
	height: 35px;
	background-image: url('../images/napis_menu.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.left_menu .pre_content{
	width: 120px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-left: 20px;	
}
div.left_menu .content{
	width: 120px;
	border-left: 1px solid #eb9b69;
}

div.left_menu .button{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
        -o-transition: all 0.6s ease;
        -webkid-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
}
div.left_menu .button:hover{
	background-image: url('../images/przycisk_lewy_background.png');
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}
div.left_menu .button:active{
	background-image: url('../images/przycisk_lewy_background.png');
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
        
        
}

.menu_position{
	border-bottom: 1px solid #dd986d;
}
div.left_menu .menu_position_last{		
	
}
div.baner{
	position: absolute;
	z-index:3;
	width: 814px;
	height: 231px;
	background-image: url('../images/baner.png');
	right: 0px;
	top: 87px;
}
div.content_main{
	position: absolute;
	padding-top: 40px;	
	z-index: 2;
	width: 814px;
	top: 310px;
	right: 0px;	
	background-color: #232323;
        font-size: 13px;
}
div.left_menu_on{
	position: absolute;
	top: 165px;
	left: 0px;
	
}
div.title{
	position: relative;
	padding-top: 184px;
	font-size: 31.3px;
	color: white;
	padding-left: 50px;
}
div.essence{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
div.essence a:hover{
	color: #E78142;
}

div.footer{
	position: absolute;
	width: 814px;
	height: 98px;
	bottom: -94px;
	left: 0px;
}
div.footer .createdby{
	position: absolute;
	bottom: -25px;
	right: 20px;
	font-size: 9px;	
	
}
div.footer .createdby a{
	color: #aaaaaa;
}
div.space{
	width: 10px;
	height: 10px;
}
div.footer_content{
	position: relative;
}
div.footer_left{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 98px;
	background-image: url('../images/footer_left.png');
}
div.footer_right{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 98px;
	width: 193px;
	background-image: url('../images/footer_right.png');
}	
div.footer_center{
	position: absolute;
	top: 0px;
	left: 18px;
	height: 98px;
	width: 700px;
	background-image: url('../images/footer_background.png');
}
div.footer_center .essence{
	padding-top: 20px;
}
div.footer_center .essence .float{
	float: left;
	padding-top: 20px;
}
div.footer_center .essence .float_line{
	float: left;
	width: 1px;
	background-color: #CFCFCF;
	height: 60px;
	margin-left: 20px;
}
div.menu_top{
	position: absolute;
	bottom: 158px;
	left: 22px;
	height: 70px;
}
.menu_top .button_xy{
	height: 70px;
	width: 110px;		
}

.menu_top .relative_xy{
	width: 795px;
}
.menu_top .button{
	position: absolute;
	display: block;
	background-image: url('../images/przyciski_off.png');
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0px;
	left:0px;
	height: 47px;
	width: 110px;
}
.menu_top .button_more{
	position: absolute;
	display: block;
	background-image: url('../images/przyciski_off.png');
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0px;
	left:0px;
	height: 67px;
	width: 110px;
}
.menu_top .button:hover{
	display: block;
	background-image: url('../images/przyciski_on.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 67px;
	width: 110px;	
	color: white;
	paddig-bottom: 20px;
}
.menu_top .button_more:hover{
	display: block;
	background-image: url('../images/przyciski_on.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 87px;
	width: 110px;	
	color: white;
	paddig-bottom: 20px;
}
.menu_top .linia{
	position: absolute;
	bottom: 70px;
	
	width: 770px;
	height: 4px;
	background-color: #2a2a2a;
}
.relative{
	position: relative;
	
}
div.logo{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 132px;
	height: 132px;
	background-image: url('../images/logo2.png');
}
a.logo_link{
	display: block;
	width: 132px;
	height: 123px;
	
}
div.panel_left{
	float: left;
	width: 364px;
	text-align: justify;
	padding-right: 10px;
}
.panel_right{
	float: right;
	width: 364px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #CFCFCF;
}
.essence_title{
	font-size: 29.3px;

	color: white;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.essence_title_cennik{
	font-size: 15.3px;
	font-weight: bold;
	background-color: #984e21;
	color:	white;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px;
	
}
div.field{
	float: right;	
	width: 354px;
	text-align: right;
	padding-top: 2px;
}
div.form_group{
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	text-align: left;
	font-weight: bold; 
	margin-top: 5px;
	background-color: #984e21;
	color:	white;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url('theme/css/border-radius.htc');
	
}
span.label{
	padding-right: 5px;
}
.required{
	font-weight: bold;
	color: red;
}
input{
	background-color: white;
	border: 1px solid #CFCFCF;
	color: #808080;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url('theme/css/border-radius.htc');
}
select{
	background-color: white;
	border: 1px solid #CFCFCF;
	color: #808080;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 144px;
	behavior: url('theme/css/border-radius.htc');
}
input.checkbox{
	background-color: #232323;
	border: 0px solid #CFCFCF;
	border-radius: none;
}
input.checkbox:focus{
	background-color: none;
	border: 0px solid #CFCFCF;
	border-radius: none;
}
input:focus{
	background-color: #ffffdd;
	color:#0F0F0F;		
}
input.save_button{
	margin-top: 15px;
	margin-left: 5px;
	color: white;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px solid #3F3F3F;
	background-color: #6a3514;
}
.fast_tools{
	position: absolute;
	right: 60px;
	top: -10px;
	
}
a.fast_links{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
a.contact{
	background-image: url('../images/fast_links_01.png');
	width: 15px;
	height: 16px;
}
a.sitemap{
	background-image: url('../images/fast_links_02.png');
	width: 19px;
	height: 16px;
}
a.home{
	background-image: url('../images/fast_links_03.png');
	width: 19px;
	height: 16px;
}
table{
	border-collapse: collapse;
	border-color: #CFCFCF;

}
td{
padding: 5px;
border: 1px solid #CFCFCF;
}
thead{
	font-weight: bold;
	text-align: center;
}
.padding_b20{
	padding-bottom: 20px;
}
.margin_t10{
	margin-top: 10px;
}
.margin_t20{
	margin-top: 20px;
}
.margin_t0{
	margin-top: 0px;
}

p{
	text-align: justify;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.pane{
	background-color: white;
	color: #232323;
	width: 100%;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url('theme/css/border-radius.htc');
	
}
.pane th{
	border: 0px solid black;
	text-align: left;	
}
.pane td{
	border: 0px solid black;	
}

.pane .img{
	margin: 4px;
	vertical-align: middle;
}
.pane .warning{

	border-bottom: 1px solid #CFCFCF;
}
.pane .msgcontent{
	padding-left: 15px;
}
table.plan_zajec td{
	text-align: center;
	font-size:9.5px;
        
}
table.plan_zajec thead td{
	font-weight: bold;
	font-size: 11px;
}

.lazur{
	background-color: #00b8ff;
	color: black;
}
.red{
	background-color: #ff0000;
	color: black;
}
.redlight{
	background-color: #993300;
	color: black;
}
.red2{
	background-color: #ff6600;
	color: black;
}
.yellow{
	background-color: yellow;
	color: black;
}
.green{
	background-color: #99cc00;
	color: black;
}
.violet{
	background-color: #cc99ff;
	color: black;
}
.violet2{
	background-color: #ff00ff;
	color: black;
}

p.nowosc{
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}



.arrowlistmenu{
width: 120px; /*szerokość menu*/
}
.arrowlistmenu .menuheader{ /*generalny styl nagłówka listy*/
font: bold 11px Arial;
color: white;

margin-bottom: 0px; /*odległość nagłówka od treści*/
padding: 0px;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{
font-weight: bold;
}
.arrowlistmenu ul{
list-style-type: none;
margin-left: 15px;
padding: 0px;;
margin-bottom: 2px;
}
.arrowlistmenu ul li{
padding-left: 10px; /*dolna przerwa między punktami menu*/
margin-bottom: 2px;
}
.arrowlistmenu ul li a{
color: #ffffff;

display: block;
padding: 0px;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #ffffff;
}
.arrowlistmenu ul li a:hover{
color: #A70303;
background-color: #F3F3F3;
}

.hidden{
    display: none;
}

.button{
    height: 15px;
}

div.squash{
    float: left;
    width: 30%;
    margin-left: 1px;
    margin-right: 1px;

}


div.squash_title{
    background-color: #303030;
    text-align: center;
    
    height: 30px;
}

div.miesiac{
    text-align: center;
    font-weight: bold;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 8px;
    background-color: #303030;
}

div.grupa{
    background-color: #303030;
    width: 200px;
    border: 1px solid #474747;
    text-align: center;
    margin-top: 5px;
}

tr.grupy{
    color: #ffffff;
    font-weight: bold;
    background-color: #0e989c;
    text-align: center;
}
tr.poczatek_tabeli{
    font-weight: bold;
    text-align: center;
    background-color: #000000;
}
