* {
	margin: 0;
	padding: 0;
}
a {
	color: #C36; /* F09 f079b1 */
	text-decoration: none;
}
body {
	background: #FFF url(img/kodbgrnd.gif) repeat-y bottom left; /*bg.jpg */
	color: #311;
	font: normal 13px "Trebuchet MS",Arial,Verdana;
	margin: 00px 0;
	text-align: justify;
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	/* font-size: 12px; */
	margin: 4px 10px 4px 20px;
}
li span {
	font-size: 0.9em; color: #444; 
}

/* misc */

.content {background: #FFF url(img/pozadie.jpg) 5px top repeat-y;}

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */
.container {
	background: #FFF url(img/top.jpg) no-repeat;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
	margin-left: 25px;
	text-align: left;
	width: 750px;
}

/* header */
.top {
	height: 185px;
	color: white;
}
.header {
	height: 145px;
}
.header a {
color: #636466; /* #F09; */
}
.header h1 {
	line-height: 4.5em;
	padding-left: 17px;
	color: #F09; /* #F09; */
	font-size: 2.2em;
}
.header h5 {
	line-height: 0.5em;
	padding-left: 20px;
	font-size: 0.95em;
}

/* footer */
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 0.85em;
}

/* content */
.item {
	padding: 10px;
	font-size: 1.0em;
	text-align: justify;
}
.item h1 {
	font: normal 1.8em serif,Arial;
	letter-spacing: 1px;
	color: #C36; /* C36 */
}
.left {
	float: left;
	width: 490px;
	background: #F2EEF2;
}

/* content */
.itemleft {
	padding: 10px;
	font-size: 1.0em;
	text-align: left;
}
.itemleft h1 {
	font: normal 1.8em serif,Arial;
	letter-spacing: 1px;
	color: #C36; /* C36 */
}


/* menu */
.menu {
	margin-left: 16px;
	margin-top: 8px;
}
.menu a {
	padding: 2 5px;
	margin-left: 0px;
	font: bold 13px verdana,tahoma,serif,Arial;
	color: #f079b1; /* f079b1 */
}
.menu a:hover {
	background: #e32c80; /* e42184 C36 */
	color: #FFF;
}

/* submenu */
.right .submenu_end {
	background: url(img/bgsubmenu_end.gif) no-repeat; height: 66px;
}
.right {
	float: right;
	width: 245px;
	margin-right: 0px;
	background: #DDD;
}
.right a:hover {
	text-decoration: underline;
}
.right h1 {
	font: normal 1.8em serif,Arial;
	letter-spacing: 1px;
	color: #C36; /* C36 */
}

.right h4 {
font: bold  1.0em "Trebuchet MS",Arial,Verdana; /* 12px */
color: #e42184; /* F09 */
}

.rightwhite {
	float: right;
	width: 245px;
	margin-right: 0px;
	background: #FFF;
}
.rightwhite a:hover {
	text-decoration: underline;
}
.rightwhite h1 {
	font: normal 1.8em serif,Arial;
	letter-spacing: 1px;
	color: #C36; /* C36 */
}
