@charset "utf-8";

*
{
	font-family: Verdana, Geneva, sans-serif;
}

.DroppableHover
{
	background: #CCC;
}


a
{
	color: #f00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* Menu kategoria główna */
ul.menu-parent
{
	padding: 0 0 0 16px;
	margin: 20px 0 20px 0;
	font-size: 14px;
	list-style: none;
}

ul.menu-parent li
{
	color: #000;
}

ul.menu-parent li a
{
	color: #000;
	text-decoration: none;	
}

ul.menu-parent li a:hover
{
	color: #f00;	
	text-decoration: underline;
}

ul.menu-parent li a.selected
{
	color: #f00;
	text-decoration: none;
}

/* Menu podkategorie */
ul.menu-sub
{
	padding: 0;
	margin: 8px 0;
	font-size: 12px;
	list-style: none;
}

ul.menu-sub li
{
	padding: 0 0 0 22px;
	background: url(template/menu-sub-arrow.png) no-repeat left;
	color: #000;	
}

ul.menu-sub li a
{
	color: #000;
	text-decoration: none;
}

ul.menu-sub li a:hover
{
	color: #f00;	
	text-decoration: underline;	
}

ul.menu-sub li a.selected
{
	color: #f00;
	text-decoration: none;	
}

body
{
	background: #ededed url(template/background.png) repeat-x top;
	margin: 0;
	padding: 0;
}

#div-top
{
	padding: 0;
	margin: 0 auto;
	width: 1100px;
	height: 250px;
}

#div-middle
{
	background:url(template/aa_Logo_BOMAR.png) no-repeat 50% 0;
	padding: 0;
	margin: 0 auto;
	width: 1100px;
	min-height: 480px;
}

#div-middle #menu
{
	padding: 0;
	margin: 13px 0 13px 0;
	width: 299px;
	float: left;
	border-right: 1px solid #f00;
	height: 100%;
}

#div-middle h1
{
	font-size: 18px;
	font-weight: bold;
	color: #26363a;
	margin: 0 0 13px 5px;
	padding: 0;
}

#content
{
	padding: 0;
	margin: 0;
	width: 800px;
	float: right;
}

#content_full
{
	padding: 0 150px;
	margin: 0;
	width: 800px;
}

#innerhtml
{
	width: 774px;
	margin: 13px;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #353c3c;	
	background: url(template/circles.png) bottom right no-repeat;
}

table.lista tr:first-child
{
	background: #26363a;
}

table.lista tr td, table.ramka tr td
{
	border: 1px solid #aaa;
}

#innerhtml img
{
	border: 1px solid #26363a;
}

#div-bottom
{
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #26363a url(template/bottom_background.png) repeat-x top;
}

#div-bottom .element
{
	height: 42px;
	line-height: 42px;
	display: inline;
	padding: 0;
	margin: 0 20px;
}

#div-bottom .element a
{
	text-decoration: none;
	color: #fff;
}

#div-bottom .element a:hover
{
	text-decoration: underline;
}