* {
	margin:0;
	padding:0;
	text-decoration: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	background:#FFF;
	background-image: url(gfx/bg.png);
	margin-top: 20px;
}

img {
	border:0;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
}

.select, .input {
	width:236px;
}


input[type=text], input[type=password] {
	width:236px;
	height:15px;
	background:url(gfx/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
input[type=text]:hover, input[type=password]:hover {
	background-position:left bottom;
}

input[type=submit], input[type=reset], input[type=button] {
	width:69px;
	height:26px;
	color: red;/*#FFF;*/
	font-weight:bold;
	padding:2px 5px;
	background:url(gfx/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	width:69px;
	height:26px;
	color: #717171;/*#FFF;*/
	font-weight:bold;
	padding:2px 5px;
	background:url(gfx/button.gif) no-repeat left bottom;
	cursor:pointer;
	border:none;
}

textarea {
	width:336px;
	height:125px;
	background:url(gfx/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

textarea:hover {
	width:336px;
	height:125px;
	background:url(gfx/textarea.gif) no-repeat left bottom;
	border:none;
	padding:4px 8px;
}


.glowna {
	width:850px;
	background-color: #FFFFFF;
	border: 1px #F2F2F2 solid;
	padding-top: 15px;
	padding-bottom: 15px;
}

.td {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:top;
}

.cats {
	padding-left: 17px;
	padding-right: 15px;
	padding-top: 10px;
	vertical-align:top;
	border-right: 1px #8BCBF9 solid;
	width: 220px;
	text-align: left;
}

.tresc {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:top;
	width: 650px;
	text-align: left;
}

h4 {
	font: inherit;
	font-weight:bold;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h3 {
	font: inherit;
	font-weight:bold;
	color:#0777B9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


.navbar {
	height:36px;
	background: url(gfx/bar.gif) no-repeat center center;
	color:#FFF;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	text-indent: 15px;
	text-align: left;
}

.footbar {
	height:36px;
	background: url(gfx/bar.gif) no-repeat center center;
	color:#FFF;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center
}

.navbar a {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
}

.navbar a:hover {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
}

.footbar a {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
}

.footbar a:hover {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
}

.nr_oglo {
	text-decoration: none;
	font-weight:bold;
	color: #717171;
	font-size: xx-small;
	padding-left: 0px;
}
.kategoria1 {
	text-decoration: none;
	font-weight:bold;
	color:black;
	padding-left: 0px;
}
.kategoria1wyr {
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	color: black;
}

.kategoria2 {
	text-decoration: none;
	font-weight:bold;
	color: #565656;
	padding-left: 12px;
}
.kategoria2wyr {
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	color:#ff0033;
	padding-left: 12px;
}

.kategoria3 {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
	padding-left: 17px;
}
.kategoria3wyr {
	text-decoration: none;
	font-weight:bold;
	color:#ff0033;
	padding-left: 17px;
}

hr { 
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: grey;
	width: 100%;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000; 
}

sign {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
}

.oglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	text-decoration:none;
}
.tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: White;
	font-size: 11px;
	font-family: Tahoma;
	padding:5px;
	color:#000000;
	border:1px solid grey;/*#30AEE9; */
	width:250px; 
	z-index:3;
	-moz-opacity: 0.8;
	filter: alpha(Opacity=80);
}
div.smallFoto
{
	margin: 4px 7px 4px 0;
	padding: 0;
	width: 90px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	display: inline;
}
div.smallFoto img
{
	display: inline;
	margin: auto;
	padding: 2px;
	vertical-align: middle;
}
fieldset
{
	border: 1px solid  #efefef;
	padding: 0.5em;
	background: #FFFAD5;
}

legend
{
	color: grey;
	background: white;
	border: 1px solid #585851;
	padding: 2px 6px
}
