body   {
	margin: 0;	
	padding: 0;
    font-family: "Arial", "Tahoma", "Verdana";
    font-size: 12px;
    line-height:  170%;
    color: #333;    
    text-decoration: none;
}


h1 {
    font-family: "Arial", "Tahoma", "Verdana";    
    color: #333;
    font-size: 27px;
    letter-spacing: -0.05em;    
}

h2 {
    font-weight: bold;
    color: #660101;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: bold;
    color: #333;
    font-size: 13px;
    margin: 10px 0 10px 0;
}

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

img {
    border: 0px
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.uwaga {
    color: #CC0000;
}

img, div, a, input { 
	behavior: url(css/iepngfix.htc);
}


#container{
	width: 900px;		
	margin: 0 auto 0 auto;			
}

#header {	
	position: relative;
	height: 69px;
	margin: 20px 0 0 0;	
}


#header #slogan {
	width: 350px;
	height: 69px;
	float: left;	
}

#header #tv {	
	position: absolute;
	top: -10px;
	left: 360px; 	
}


#header #logo {
	width: 350px;
	height: 69px;
	float: right;	
}

#leftcol {
	width: 190px;
	float: left;	
}



#leftcol #menu{ 
	margin: 30px 0 0 0;		
}

#leftcol #menu table{	 
	width: 100%;
	border-collapse: collapse;	
	padding: 0px;
	margin: 0 10px 0 0;					
}

#leftcol #menu td{
	font-size: 13px;	
	font-weight: bold;
	background: url(../images/menu_separator.gif) center left no-repeat;				
}

#leftcol #menu tr>td:first-child {
	background: none;
} 

#leftcol #menu td a{	 
	text-decoration: none;
	color: #333;				
	display: block;
	padding: 7px 0 7px 60px;
	margin: 0 0 4px 0; 
	background: url(../images/ms.gif) no-repeat left center;
}

#leftcol #menu td a:hover {
	display: block;
	background:  #EAEAEA url(../images/mso.gif) no-repeat left center;						
}

#leftcol #menu td span a{
	display: block;
	background:  #EAEAEA url(../images/mso.gif) no-repeat left center;
}


#container #content{	 
	width: 700px;
	float: right;
	padding: 0 0 20px 0;						
}


#container #footer{
	width: 900px;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #333;
	text-align: center;						
}

#subfooter{
	width: 770px;
	margin: 10px auto 0 auto;	
	height: 70px;
	text-align: center;						
}


