@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	font-family: tahoma; font-size: 9pt; color: #666;
}

a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0;
	font-family: tahoma; 
	color: #0066cc;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0; vertical-align: top;}

table { border-collapse: collapse; }


h1, h2, h3, h5, h6 { 
	font-family: tahoma; font-size: 12pt; color: black;
	font-weight: bold; 
	text-align: left; 
}

h2 {  
	color: #66cc00;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 15px 0;
}

h3 {
	font-size: 9pt;
	color: #333;
	padding: 0 0 5px 15px;
	background: url("../images/h3bk.gif") 0 2px no-repeat;
}


.cl { clear: both; height: 0; font-size: 0; line-height: 0; }


/* rezina */
#main { 
	width: 100%; 
	min-width: 1000px;
	min-height: 100%;
	position: relative; 
}

*html #main { height: 100%; }

*html #main
               {
                    width:expression(
                         (document.compatMode && document.compatMode == 'CSS1Compat')
                         ?
                         (
                              document.documentElement.clientWidth < 1000
                              ?
                              "1000px"
                              :
                              "100%"
                         )
                         :
                         (
                              document.body.clientWidth < 1000
                              ?
                              "1000px"
                              :
                              "100%"
                         )
                    );
               }


	#sub-footer, #footer { 
	width: 100%; height: 50px;
	clear: both; 
	min-width: 1000px;
} 
#footer { 
	position: relative; 
	margin-top: -50px;
	background: url("../images/foot_x.gif") 0 0 repeat-x;
	width: 100%;
}
*html #footer
               {
                    width:expression(
                         (document.compatMode && document.compatMode == 'CSS1Compat')
                         ?
                         (
                              document.documentElement.clientWidth < 1000
                              ?
                              "1000px"
                              :
                              "100%"
                         )
                         :
                         (
                              document.body.clientWidth < 1000
                              ?
                              "1000px"
                              :
                              "100%"
                         )
                    );
               }

/* end rezina */


/* fix */
/*
#main { 
	width: 1000px; 
	margin: 0 auto;;
	min-height: 100%;
	position: relative; 
}
*html #main { height: 100%; }
#footer { 
	position: relative; 
	margin-top: -50px;
	background: url("../images/foot_x.gif") 0 0 repeat-x;
	width: 1000px;
	margin: 0 auto;
	 height: 50px;
}*/
/* end fix */