body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url(../images/top.jpg);
height: 103px; /*Height of top section*/
background-position: top;
background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 500px;
	height: 100px;
	display: block;
}

#login {
	float: right;
	width: 400px;
	color: #fff;
	height: 50px;
	margin-right: 20px;
	background-color: #8bd447;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
	border: 1px solid #74bb32;
}

.loginform {
	padding-left: 30px;
	line-height: 20px;
}

.loginform input {
	width: 80px;
	border: 1px solid #5d9e20;
	font-size: 11px;
}

.loginform .button {
	background-color: #569719;
	color: #fff;
}

#menubar{
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	height: 39px;
	padding: 5px;
}

#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 254px;
	
}

#slider {
float: left;
	width: 500px;
	height: 70px;
	margin-left: 80px;
	margin-top: 90px;
}
#slider div {
	width: 100%;
}

#slider span {
	font-size: 16px;
	color: #fff;
	font-weight: bold; 
	line-height: 18px;
}


#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-image: url(../images/mainbg.png);
background-repeat: repeat-y;
}

#contentcolumn{
margin-left: 290px; /*Set left margin to LeftColumnWidth*/
margin-right: 30px;
margin-bottom: 10px;
}

#contentcolumn h1 {
	background-color: #f76b85;
	border: 1px solid #ec2b4f;
	color: #fff;
	font-size: 18px;
	padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

}

#contentcolumn h2 {
	color: #ca4be2;
}

#contentcolumn h3 {
	color: #8bcc4d;
}


#leftcolumn{
margin-top: 12px;
padding: 0px;
float: left;
width: 250px; /*Width of left column*/
margin-left: -970px; /*Set left margin to -(MainContainerWidth)*/
border: 0px solid red;
}

#leftcolumn h2 {
margin: 0;
	background-color: #f9fd89;
	border: 1px solid #ebf144;
	color: #ca4be2;
	font-size: 18px;
	padding: 15px;
	text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

}

#leftcolumn p {
	text-align: justify;
}

#footer{
clear: left;
width: 960px;
background-color: #CB4AE2;
/*background-image: url(../images/footer.jpg);*/
padding-left:20px;
padding-right: 10px;
margin-left: 20px;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}


#footerbot {
background-image: url(../images/footerbot.jpg);
background-repeat: no-repeat;
height: 14px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


ul#navlist
{
margin-left: 30px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
background-image: url(../images/strzalka.png);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	padding-left: 15px; 
	font-size: 16px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #F9FD89;
text-decoration: none;
font-weight: bold;

}

#navlist a:hover
{
color: #fff;
text-decoration: none;
font-weight: bold;
}


#leftcolumn dl, #leftcolumn dt, #leftcolumn dd {
	display: block;
	margin: 0;
	padding: 0;
}

#leftcolumn dt {
	width: 220px;
	background-color: #f9fd89;
	border: 1px solid #ebf144;
	color: #ca4be2;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	font-weight: bold;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

}

#leftcolumn dd {
	width: 220px;
	padding: 5px;
	padding-left: 25px;

	background: #8BD447 url("../images/strzalka.png");
		background-repeat: no-repeat;
	background-position: 8px 7px;
		/*background-color: #8BD447;*/
	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 2px;
}



#leftcolumn dl a:link, #leftcolumn dl a:visited {
	display: block;
	width: 220px;
	text-decoration: none;
	font-size: 14px;
/*color: #CB4AE2;*/
	color: #fff;
	font-weight: bold;
	
}

#leftcolumn dl a:hover {
color: #F9FD89;
	font-weight: bold;
}


#footer dl {
	float: left;
	width: 20%;
	margin: 0;
	margin-left:20px;
	margin-top: 10px;
	}
#footer dl dt {
	margin: 0 0 10px 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4em;
	color: #000;
	text-align: left;
}
#footer dl dd {
	margin: 0 0 6px 10px;	
	line-height: 1.4em;
	text-align: left;
	border-bottom: 1px dashed #fff;
	}

#footer dl dd a {
	color: #F9FD89;
	/*color: #84827b;*/
	}
#footer dl dd a:hover {
	color: #fff;
	text-decoration: none;
	}

#footer dl dd a strong {
	display: block;
	font-size: 12px;
	padding: 2px 0 0 0;
	color: #84827b;
	}
#footer dl dd img {
float:left;
	display: block;
	margin: 2px 8px 0 0;
	padding: 4px;
/*	background: #d1d1bc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	}
#footer dl dd.proj a:hover,
#footer dl dd.proj a:hover strong {
	color: #55544e;
	}
#footer dl dd a:hover img {
	background: #c3c3b0;
	}
	
#footer .books {
float: right;
margin-right: 100px

}	
	
#footer dl.books dd {	
float: left;
	width: 267px;
	margin: 0;
color: #fff;
border: 0;
text-align: center;
	}
#footer dl.books dd img {
	
	
	margin: 0 auto;
	}

	
	img {
	border: none;
}

#footer p {
width: 960px; 
text-align: center; 
margin-top: 30px;
font-size:10px;

}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
color: #000;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
color: #000;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #696868 solid; }

.info_fieldset legend
{
border: 1px #696868 solid; 
color: #F76B85; 

font: 12px Arial;

padding: 5px 8px 5px 8px;
-moz-border-radius: 5px;
}

#kontakt .button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
width: 140px;
background: white;

color: #333333; 

font: 12px Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
#kontakt label  { color: #000; width: 160px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
#kontakt input
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 12px Arial, sans-serif;

-moz-border-radius: 3px;
}
#kontakt textarea {
margin: 5px;
padding: 0px; 
float: left;
width: 300px;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 12px Arial, sans-serif;

-moz-border-radius: 3px;

}
/* BR */

#kontakt br { clear: left; }



table#cennik {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	font-size: 11px;
}

#cennik td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	
}

#cennik th {
background-color: #F9FD89;
border: 1px solid gray;
font-size:10px;
	
}


.even {
		background-color: #fff;
	color: #000;
}

.odd {
	background-color: #eaeaea;
	color: #000;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
text-align: right;
}
