@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #3d4837;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;	
}
.headercontainer {
	width: 100%;
	height: 190px;
	background: url(img/bg.png)
	top left repeat-x;
	}
.logo {
	background: url(img/logo.jpg)
	left top no-repeat;
	height: 190px;
	width: 264px;
	float: left;
	}
.menu {
	background-image: url(img/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	float: left;
}
a#kwalifikacje {
	display: block;
	width: 96px;
	height: 190px;
	background: url(img/menu-kwalifikacje.png)
	top left no-repeat;
	float: left;
	}
a:hover#kwalifikacje {
	background-position: -96px 0;
	}
a#wstep {
	margin-left: 150px;
	display: block;
	width: 64px;
	height: 190px;
	background: url(img/menu-wstep.png)
	top left no-repeat;
	float: left;
	display: inline;
	}
a:hover#wstep {
	background-position: -64px 0;
	}
a#oferta {
	display: block;
	width: 61px;
	height: 190px;
	background: url(img/menu-oferta.png)
	top left no-repeat;
	float: left;
	}
a:hover#oferta {
	background-position: -61px 0;
	}
a#kontakt {
	display: block;
	width: 73px;
	height: 190px;
	background: url(img/menu-kontakt.png)
	top left no-repeat;
	float: left;
	}
a:hover#kontakt {
	background-position: -73px 0;
	}
a#linki {
	display: block;
	width: 50px;
	height: 190px;
	background: url(img/menu-linki.png)
	top left no-repeat;
	float: left;
	}
a:hover#linki {
	background-position: -50px 0;
	}
.lilgren {
	float: left;
	width: 264px;
	height: 50px;
	background-image: url(img/lilgren-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
.contentwraper {
	float: left;
	width: 60%;
	min-width: 494px;
/*	background-color: #FFCC00;*/
	}
.content {
	margin-top: 34px;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 23px;
	}
.stopka {
	float: left;
	clear: left;
	width: 264px;
	background-image: url(img/stopka-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
.stopka-content {
	margin-right: 32px;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
	}
.witek a:hover {
	color: #b3f930;
	}
.stopka-content small {
	color: #849c77;
	font-size: 10px;
	}
/*.stopka a {
	text-decoration: none;
	color: #849c77;
	}
.stopka a:hover {
	color: #88d600;
	}
.stopka a:visited {
	color: #849c77;
	}*/
.txtsmallhead {
	color: #000000;
	font-size: 14px;
	}
.txthead {
	color: #000000;
	font-size: 18px;
	}
ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type:none;
	}
.listb li {
	margin-bottom: 9px;
	padding-left: 14px;
    background: transparent url(img/bullet.gif) no-repeat;
	}
.list li {
	margin-bottom: 18px;
	padding-left: 14px;
    background: transparent url(img/bullet.gif) no-repeat;
	}
.txtgreenhead {
	background-color: #88d600;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	padding: 5px;
	margin-bottom: 18px;
	}
.notice {
	background-color: #E1FFE1;
	}
a, a:visited {
	text-decoration: none;
	color: #3d4837;
	}
a:hover {
	color: #88d600;
	}
.top {
	display: inline;
	background-color: #DDE6DD;
	font-size: 11px;
	padding: 4px;
	margin-top: 18px;
	margin-bottom: 18px;
	}
.top:hover {
	background-color: #88d600;
	color: #ffffff;
	}