body
{
	margin: 0;
	padding: 0;
	color: #111;
	font: normal 13px Arial, Helvetica,sans-serif;
	/*background: #f2f2f2;*/
	background:#fcfffd;
	line-height: 22px;
}
a{
	color:#fb4b06;
}
a:hover{
	color:#fb2c06;
}
ul li{
	line-height: 22px;
}

#top{
	background: #414141 url(grafika/topall.png) repeat-y left top;
	height:300px;
	width:100%;
	z-index: 1;	
	position: absolute;
	left: 0px;
	top:0px;
	
}
#topc{
	background: #414141 url(grafika/topall.png) repeat-y left top;
	height:330px;
	width:100%;
	z-index: 1;	
	position: absolute;
	left: 0px;
	top:0px;
	
}
#topleft{
	background:url(grafika/top.png) no-repeat left top;
	height:300px;
	width:400px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top:0px;
	
}
#page
{
	width:960px;
	margin: 0 auto;
	padding: 0;
	min-height: 700px;
}
#header
{
	margin: 0;
	padding: 20px;
	height: 300px;
}

#logo
{
  	position: relative;
  	height:300px;
  	width:528px;  
	margin-left:20px;
	background: url(grafika/logo.png) no-repeat left top;
	z-index: 20;
}
#logoc
{
  	position: relative;
  	height:300px;
  	width:420px;  
	margin-left:-380px;
	margin-top:-20px;
	padding:0;
	z-index: 20;
}

#content
{
    padding: 20px;
}
#ccontent
{
    padding: 20px;
    width:760px;
    padding-right:160px;
    background: url(grafika/right.png) repeat-y right top;
    min-height: 300px;
}
#cleft{
float:left;
width:700px;
max-width:700px;}
#cright{
float:right;
width:200px;
}
#content h1, #ccontent h1
{
	font-size: 24px;
	font-weight: bold;
	color: #017791;
	margin-bottom: 20px;
}
#content h2, #ccontent h2
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:20px;
}
#content a, #ccontent a{
	color:#017791;
	text-decoration: none;
}
#content a:hover, #ccontent a:hover{
	color:#017791;
text-decoration: underline;
}
#sidebar
{
	padding: 20px 20px 20px 0;
}



#mainmenu
{
	position: relative;
  	height:300px;
  	width:300px;  
	margin-left:600px;
	margin-top: -320px;
	text-align: left;
	z-index: 20;
}

#mainmenu ul
{
	padding:10px 5px 9px 5px;
	margin:0px;
	

}

#mainmenu ul li
{
	display: block;
	padding:10px;
	border-bottom: 1px solid #9fbdc3;
}

#mainmenu ul li a
{
	color:#ffffff;
	/*8background-color:red;*/
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding:9px 8px;
	text-transform:uppercase;
	z-index:100;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #9fbdc3;
	text-decoration:none;
}

#cmenu
{
	position: relative;
  	height:300px;
  	width:260px;  
	margin-left:660px;
	margin-top: -310px;
	text-align: left;
	z-index: 20;
}

#cmenu ul
{
	padding:10px 4px 9px 4px;
	margin:0px;
	

}

#cmenu ul li
{
	display: block;
	padding:10px;
	border-bottom: 1px solid #9fbdc3;
}

#cmenu ul li a
{
	color:#ffffff;
	/*8background-color:red;*/
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding:9px 8px;
	text-transform:uppercase;
	z-index:100;
}

#cmenu ul li a:hover, #cmenu ul li.active a
{
	color: #9fbdc3;
	text-decoration:none;
}

/*-------------- stopka ------------------------*/
#footer{
	background-color: #121212;	
	width: 100%;
	height: 280px;
	color:#ffffff;
}
#footer a{
	color:white;
	text-decoration: none;
}
#footer a:hover{
	color:#9fbdc3;
	text-decoration: none;
}
#footer ul li{
	padding: 5px 5px;
}
#footercontent
{
  	
	width:960px;
	margin: 0 auto;
	padding: 0;
}
#function{
	height:180px;
	display:table;
	position: relative;
	padding-top:20px;
	width:960px;
}
#function h3{
	color:white;
	border-bottom: 1px solid #9fbdc3;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:9px 8px;
}
#footerleft{
    	float:left;
    	width:600px;
}

#footerleftleft{
    	float:left;
    	width:300px; 
}
#footerleftright{
    	float:right;
    	width:300px; 
}
#footerright{
    	float:right;
    	width:300px; 
        padding-left:20px;  
}
.clear{
    	clear:both;
    	line-height:0px;
}
#copy
{
	padding: 10px;
	margin-top: 10px;
	padding-bottom:10px;
	
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #9fbdc3;
}

/*-------------- dodatkowe ------------------------*/

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}



div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 12px;
	padding:0px;
	padding-left:20px;
}
div.breadcrumbs a{
	color:#017791;
	text-decoration: none;
}
div.breadcrumbs a:hover{
	color:#017791;
	text-decoration: underline;
}


div.breadcrumbs span
{
	font-weight: bold;
}
/*Angielska wersja strony konferencji*/

#english
{
	background: url(grafika/english.png) repeat-y right top;
	width:50px;
	height:34px;
	cursor:pointer;
}
#polski
{
	background: url(grafika/polski.png) repeat-y right top;
	width:50px;
	height:34px;
	cursor:pointer;
}
