/*no menu/topdiv bottom border, no footer top border*/

/*TODO:zmienic na topdiv... tj sciagnac z body*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************************************  TopDiv ********************************************/

#topDiv{
	color:#eee;
	background-color:#888;
	padding-bottom:1px;
	font-weight:bold;
	text-align:center;
}
#topMenu.long #topDiv h1{	
	font-size:24px;
	color:#eee;
}
#topMenu.long #topDiv h2{	
	font-size:18px;
	color:#ddd;
}
#topMenu.long #topDiv a.homeLogo{
	width:44px;
	height:49px;
	display:block;
	position:absolute;
	left:10px;
	top:2px;
	background: url("/common/gfx/ikonkaduza.png") left top;
}
#topMenu.long #topDiv a.homeLogo:hover{
	background: url("/common/gfx/ikonkaduza.png") left bottom;		
}

/**** short ******/

#topMenu.short #topDiv{
	background-color: #888;
	height:20px;
}
#topMenu.short #topDiv a.homeLogo{
	margin:2px 0px 0px 10px;
	width:15px;
	height:17px;
	display:block;
	float:left;
	background: url("/common/gfx/ikonkamala.gif") left top;
}
#topMenu.short #topDiv a.homeLogo:hover{
	background: url("/common/gfx/ikonkamala.gif") left bottom;
}

#topMenu.short #topDiv h1{
	display:block;
	float:left;	
	font-size:18px;
	margin-left: 10px;
	color:#000;
}
#topMenu.short #topDiv h2{	
	display:none;
}

/** addthis **/
#topMenu a#bmAddThisButton
{
	position:absolute;
	top:2px;
	right:2px;
	display:block;
	width:125px;
	height:16px;
	background:url("/common/gfx/addthis.png") left top;
}

#at20mc {position: absolute;left:0px; top:0px;}

#topMenu a#bmAddThisButton:hover
{
	background:url("/common/gfx/addthis.png") left bottom;
}


/*** Flags ***/

#topMenu.short #flagsDiv{
	display:none;
}

#flagsDiv{
	display:block;
	position:absolute;
	height:11px;
	top:30px;
	right:10px;	
	width:125px;
}
#flagsDiv a.flag{
	float:right;
	display:block;
	width:16px;
	height:11px;
	line-height:11px;
	background-image:url(/common/gfx/flagiRO.png);
	background-repeat:no-repeat;
	margin-left:3px;
}
#flagsDiv a.en{background-position:0px bottom;}#flagsDiv a.en:hover,#flagsDiv.en a.en{background-position:0px top;}
#flagsDiv a.pl{background-position:-16px bottom;}#flagsDiv a.pl:hover,#flagsDiv.pl a.pl{background-position:-16px top;}
#flagsDiv a.it{background-position:-32px bottom;}#flagsDiv a.it:hover,#flagsDiv.it a.it{background-position:-32px top;}
#flagsDiv a.de{background-position:-48px bottom;}#flagsDiv a.de:hover,#flagsDiv.de a.de{background-position:-48px top;}
#flagsDiv a.ru{background-position:-64px bottom;}#flagsDiv a.ru:hover,#flagsDiv.ru a.ru{background-position:-64px top;}
#flagsDiv .fr{background-position:-80px bottom;}
#flagsDiv .jp{background-position:-96px bottom;}
#flagsDiv a.es{background-position:-112px bottom;}#flagsDiv a.es:hover,#flagsDiv.es a.es{background-position:-112px top;}

/*****************************************  TopDiv ********************************************/
/*****************************************  MenuDiv ********************************************/
#topMenu.short #menuDiv{
	display:none;
}
#menuDiv{
	height:20px;
	line-height:20px;
	background-color: #555;
	font-size: 10px;
	font-weight: bold;
	color:#eee;
	border-top:1px solid #aaa;
}

#menuDiv a{
	height:20px;
	line-height:20px;
	background-color: #666;
	color:#eee;
	text-decoration: none;
	margin:0px 1px;	
	padding:4px 20px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
	
#menuDiv a:hover{
	background-color: #333;
}

#menuDiv span{
	margin:0px 5px;
}

/*****************************************  TopAlertDiv ********************************************/
#topAlertDiv{
	margin:30px 60px;
}
#topAlertDiv p
{
	font-size:16px;
	position:relative;
	text-align:left;
	color:#000;
	font-style:italic;	
	margin:10px 0px;
}
/*****************************************  TopAlertDiv ********************************************/
/*****************************************  Middle Divs ********************************************/
#middleDiv{
/*	margin:10px;*/
}

#rightColumn{
	float:right;
	width:240px;
}
#leftColumn{
	/*	TODO: 240 test IE	*/
	margin-right:260px;
}

/*****************************************  Middle Divs ********************************************/
/*****************************************  FooterDiv ********************************************/
#footerDiv{
}

#footerDiv{
	text-align:center;
	font-size:10px;
	color:#777;
}
#footerDiv a{
	color:#777;
	text-decoration:underline;
}
/*****************************************  FooterDiv ********************************************/
