html, body {
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
}

body   {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color: #000;
    background: url(../images/bodybg.jpg) repeat-x top center #FFF;
    text-decoration: none;   
}

table	{
    padding: 0 0 0 0;
}

th, .tha {
    font-size: 11px;
    color: #333;
    background-color: #FFF;
    border-top: 1px #FF3300 solid;
    border-bottom: 1px #FF3300 solid;
    text-align: center;
}
h1 {
    font-family: georgia, arial, Tahoma;
    font-weight: normal;
    color: #681F05;
    font-size: 24px;
    margin: 15px 0 10px 0;
    font-style: oblique;
}
h2 {
    font-family: georgia, arial, Tahoma;
    font-weight: lighter;
    color: #333;
    font-size: 20px;
    margin: 10px 0 10px 0;
}
h3 {
    font-family: georgia,Tahoma;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    margin: 10px 0 10px 0;
}

h4 {
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

a {
    text-decoration: underline;
    color: #333;
}
a:hover {
    color: #CC0000
}

img {
    border: 0px
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}
input {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
    vertical-align: middle;
    padding: 1px;
}

input[type=radio], input[type=checkbox] {
    border: none
}

input[type=submit] {
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    background-color: #681F05;
    color: #FFF;
    border: 0px;
    margin: 3px 0 0 0;
}

input[type=submit]:hover {
    background-color: #CC0000;
    color: #FFF;
}
	

select {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
}

textarea {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
}

label {
    white-space: nowrap;
}


fieldset {
    border: 1px solid #333333;
    padding: 4px;
}

.frmbug {
    border: solid 1px #CC0000;
}
.zebra {
    background-color: #C0C0C0;
}

.border {
    border: 1px #999999 solid;
    padding: 2px
}

.uwaga {
    color: #CC0000;
}

#container {
    width: 780px;     
    min-width: 780px;     
    min-height: 95%;   
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;           
}

/* holly hack to target IE win Only \*/
* html #container{
	height:95%;
}
/* end hack */

#container #top {
	width: 780px;     
	height: 234px;	
	position: relative;
}

#container #top #top1 {
	width: 100%;     
	height: 105px;	
	background: url(../images/top1.jpg) no-repeat; background-position: top left;
}

#container #top #mainpic {
	position: absolute;
	top: 0px;
	left: 50px;	
	width: 363px;     
	height: 264px;	
	background: url(../images/main.jpg) no-repeat;
}

#container #top #menu {
	position: absolute;
	color: #000;
	font-size: 14px;
	padding: 5px;
	width: 350px;
	top: 80px;
	left: 450px;		
}


#container #top #menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#container #top #menu li {
    display: inline;
    font-weight: bold;
}

#container #top #menu li a {
    text-decoration: none;
    padding: 5px;
    color: #691D02;
    margin: 0 15px 0 0;
}

#container #top #menu li a:hover, #container #top #menu span {
	background-color: #691D02;
    color: #FFF;
    padding: 5px;
    margin: 0 15px 0 0;
}


#container #top #logo {
	position: absolute;
	color: #000;
	width: 367px;
	top: 105px;
	left: 413px;	
}

#container #top #maincol {
	position: absolute;
	width: 100%;
	top: 250px;
}


#footer {  
	width: 780px;
	position:relative; 
	top: -5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
    text-align: center;    
    padding: 0px;
}

* html #footer{ /*IE */
top:0;
}
* > #footer{ /* Opera using CSS3 selectors that other browsers will support later, look out */
top:0;
}


#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/tooltip_arrow.gif');
	width:20px;
	position:absolute;
	left:-18px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #666;	/* Border width */
	left:0px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color: #FFFFCC;	/* Background color */
	padding: 10px 20px 10px 20px;	/* Space between border and content */
	z-index:1000001;
	line-height: 120%;
}
