/* CSS Document */

/* główne znaczniki */

html, body, img, table, td, ul, li, h1, h2, h3, h4, p { margin: 0; padding: 0; }

body {
	background: rgb(0, 255, 252) url(../images/site/background.jpg) repeat-x top;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, Georgia, Arial, sans-serif;
	text-align: left;
}

span.default { color: #FFCCFF }

ul.yes {
	padding-left: 30px;
	list-style-type: square;}

span.text_error {
	color: yellow;
}

h2 {
	color: red; 
	font-size: 16px;
}

h1 {
	color: white; 
	font-size: 18px;
	letter-spacing: 5px;
}

h3 {
	color: #FFFF00;
	font-size: 16px;
	text-align: center;
}

h4 {
	color: #FFCC66;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

p { margin: 10px 0;
 }
 
p.indent {
	text-indent: 30px;
}

a { text-decoration: none; }

#menu_small a, #menu_small a:visited {
	color: #0066FF;
}

#menu_small a:hover  {
	color: #996633;
	font-weight: bold;
	padding-left: 5px;
}

#uks a, #uks a:visited, #uks a:focus { color: #6600FF }
#uks a:hover { color: #000000 }

div#menu_small {
	width: 285px; 
	background: url(../images/site/menu_small_middle.jpg) repeat-y; 
	margin: 0 auto;
}

div#menu_small_top {
	height: 35px; 
	background:url(../images/site/menu_small_top.jpg)  no-repeat top; 
	padding: 10px 20px;
}

div.menu_small_border {
	border-bottom: 3px red solid;
}
div#menu_small_bottom {
	height: 30px; 
	background:url(../images/site/menu_small_bottom.jpg)  no-repeat bottom;
}

div#menu_small_content {
	background: url(../images/site/logo.gif)  right top no-repeat;
	margin: 0px 30px 0 15px;
}

div#menu_small_content ul {
	padding-left: 20px; }

div#main_div {
	margin:0 auto; 
	background: rgb(180, 255, 0); 
	width: 960px; 
	border-left: 2px rgb(0, 66, 255) solid; 
	border-right: 2px rgb(0, 66, 255) solid;
}

div#menu {
	width: 625px; 
	background: url(../images/site/menu_middle.jpg)  repeat-y; 
	margin: 0 auto;
}

#menu a, a:visited {
	color: #66FFFF;
}

#menu a:hover {
	color: #FFCC99;
}

div#menu_top {
	height: 35px; 
	background: url(../images/site/menu_top.jpg)  no-repeat top; 
	padding: 10px 20px;
}

div.menu_border {
	border-bottom: 3px white solid;
}
div#menu_bottom {
	height: 30px; 
	background: url(../images/site/menu_bottom.jpg)  no-repeat bottom;
}

div#menu_content {
	margin: 0 20px; 
	text-align: justify;
	line-height: 20px;
	color: #FFFFCC;
}

td {
	vertical-align: top; }
	
span.text {
color: #FFFF00; }

.header { padding-left: 10px;
	height: 30px; 
background-color: rgb(38, 0, 150);
border-bottom: solid black 1px;
vertical-align: middle;	}

span.text_green {
	color: yellow; }