body {
	margin: 0; 
	background: #eeeeee;
}

/* === General Layout === */

#shadow {
	background: #eeeee url(images/shadowbg.gif) repeat-y center;
	margin: 10px 0;
	}

#header { 
	height: 130px;
	background: url(bees.jpg) no-repeat 0 -5px; }

#page {
	width: 950px;
	margin: 0 auto;
	color: #222;
	background: #6CFF6E;
	border-top: 1px solid #a0a080;
	border-bottom: 1px solid #a0a080;
	font: 11px Verdana;
	}

#leftmenu {
   vertical-align: top;
	width: 15%;
	border-right: 1px solid #102030;
	}

#center {
    vertical-align: top;
	}
	
#center a {
	text-decoration: underline;
	}
	
#center a:hover {
	color: blue;
	}

.header {
	text-align: center;
	border-bottom: solid;
	font-weight: bold;
	height: 20px;
	}
	
.head {
	font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    height: 30px;
    vertical-align: center;
}
	
.cennik1 {
	text-transform: capitalize;
	background-color: #00FF00;
	height: 20px;
	}

.cennik2 {
	text-transform: capitalize;
	background-color: #CCFF00;
	height: 20px;
	}
	
.lp {
	width: 5%;
	text-align: center;
	text-shadow: gray;
	}
	
.groupName {
	background-color: #FFCC66;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid black;
	}
.name {
	height: 50px;
	vertical-align: top;
	}
.description {
	height: 250px;
	vertical-align: top;
	}
#center ul {
	list-style: disc inside;
}	

#center td {
	padding: 10 10 10 10;
	margin: 10 10 10 10;
	}

#rightmenu {
	vertical-align: top;
	width: 15%;
	border-left: 1px solid #102030;
	}
	
#content {
	display: table-header-group;
	position: relative;
	font: 11px Verdana, sans-serif;
	}


#leftmenu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#leftmenu li li a {
	padding-left: 20px;
	font-style: italic;
	}
	
#leftmenu li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	background: #E0E9E9;
	color: #666;
}

#leftmenu li li span { /* used for un-linked menu items */
	display: block;
	padding-left: 20px;
	font-weight: bold;
	background: #E0E9E9;
	color: #666;
}

#leftmenu li a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: normal;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

#leftmenu li a:hover {
	background: #E0E9E9;
}

/* === Basic === */

h1 {
	margin: 0;
	padding: 4px 10px;
	font: normal 10px "Andale Mono" , monospace;
	color: #888;
	}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

a {
	text-decoration: none;
	color: black;
	}

img { border: 0; }

p {
	line-height: 1.7em;
	text-align: justify;
	}

p a:before {
	content: "\2192";
	margin-right: .3em;
	}

p a:hover { text-decoration: underline; }


/* === Navigation === */

#navi {
	position: relative;
	text-align: right;
	padding: .5ex 10px .5ex 0;
	border-width: 1px;
	border-style: solid none;
	background-color: red;
	font: 14px STHeiti, "Helvetica Neue Light" , verdana, sans-serif;
	}

#navi li { display: inline }
#navi li li {
	border-left: 1px solid black;
}
#navi li.current { color: #fff; }

#navi li {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	}

#navi a { 
	padding: 2px 2px 2px 2px;
	 }

#navi a:hover { 
color: #fff;
background: #FF3737;
}
		
#auxnavi {
	position: absolute;
	top: .4ex;
	left: 500px;
	margin-left: 100px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}

/* === Footer === */

#footer {
	clear: both;
	border-top: 1px dotted #444;
	padding: 7px 0;
	text-align: center;
	font: 12px STHeiti, "Helvetica Neue Light" , Verdana, sans-serif;
	}

#footer a { border-bottom: 1px dotted #333; }
#footer a:hover { border-bottom: 1px solid #666; }