body
{
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	background-color: rgb(28,75,161);
}

a
{
	text-decoration: none;
	color: #000000;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

a.boxLink
{
	font-size: 11px;
}

a.boxLinkSelected
{
	font-size: 11px;
	font-weight: bold;
}

table.main
{
	width: 100%;
	border-spacing: 0px;
}

table.submain
{
	border-spacing: 0px;
}

table.submain td.left
{
	width: 140px;
	background: url('../img/glowne/gleft.png') top repeat-y;
}

table.submain td.middle
{
	background-color: #ffffff;
	width: 740px;
}

table.submain td.right
{
	width: 140px;
	background: url('../img/glowne/gright.png') top repeat-y;
}

table.menu
{
	width: 100%;
	border-spacing: 0px;
	background: url('../img/glowne/menu.png') top repeat-y;
}

table.fotter
{
	width: 100%;
	border-spacing: 0px;
	background: url('../img/glowne/botMenu.png') top repeat-y;
	font-size: 11px;
}

table.botMenu
{
	border-spacing: 0px;
}

table.division
{
	width: 100%;
	height: 100%;
	border-spacing: 0px;
}

table.subTable
{
	width: 100%;
	height: 100%;
	border-spacing: 0px;
}

table.subTable td.leftTopCell
{
	text-align: center;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	height: 36px;
}

table.subTable td.leftMidCell
{
	text-align: center;
	vertical-align: top;
}

table.division td.picCell
{
	text-align: center;
	vertical-align: bottom;
	height:	165px;
}

table.subTable td.rightTopCell
{
	text-align: left;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	height: 36px;
}

table.subTable td.rightBotCell
{
	font-size: 11px;
	vertical-align: top;
	
	/* Min height */
	
}

table.mailForm
{
	width: 100%;
}

table.mailForm td.caption
{
	width: 140px;
}

table.mailForm input
{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

table.mailForm input[type="text"]
{
	width: 99%;
}

table.mailForm textarea
{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	width: 99%;
}

p.indent
{
	text-indent: 24px;
	text-align: justify;
}

p.indentInfo
{
	text-indent: 24px;
	text-align: left;
	color: #a0a0a0;
}

p.sign
{
	padding-right: 4em;
	text-align: right;
}

p.simple
{}

td.leftPart
{
	width: 180px;
	vertical-align: top;
	height: 100%;
}

td.rightPart
{
	text-align: left;
	vertical-align: top;
	border-left-style: dotted;
	border-left-color: #808080;
	border-left-width: 2px;
}

td.menuCell
{
	width: 100px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

td.dotCell
{
	background: url('../img/glowne/dot.png') center no-repeat;
	height: 9px;
}

td.botMenuCell
{
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

td.lineCell
{
	height: 9px;
	width: 6px;
}

td.space
{
	width: 24px;
}

td.space2
{
	width: 10px;
}

td.data
{
	text-align: center;
	font-size: 13px;
}

td.dataCaption
{
	text-align: left;
	font-size: 13px;
}

div.board
{
	
	background: url('../img/glowne/szyld.jpg') top center no-repeat;
	height: 241px;
}

div.greyStrip
{
	background-color: #808080;
	margin: 0px;
	height: 3px;
	width: 740px;
}

div.emptyStrip
{
	margin: 0px;
	height: 12px;
}

div.smallStrip
{
	margin: 0px;
	height: 8px;
}

div.menuStrip
{
	margin: 0px;
	height: 3px;
}

div.indent
{
	margin-left: 24px;
	text-align: justify;
}

div.indentCenter
{
	margin-left: 24px;
	text-align: center;
}

span.red
{
	color: #ff0000;
}

div.newsInfo
{
	font-size: 11px;
}

img.smallPic
{
	padding: 0px;
	padding-bottom: 2px;
}

div.logos
{
	position: relative;
	width: 512px;
	height: 224px;
}

table.logos
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 512px;
	height: 224px;
	z-index: 1;
}


table.logos td.logos
{
	width: 10px;
}

img.logos
{
	position: absolute;
	top: 0px;
	left: 0px;
}

input.notEntered
{
	color: #c0c0c0;
}

table.miniatures td
{
	padding: 16px;
	text-align: center;
}

table.miniatures img
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	cursor: pointer;
}

div.relative
{
	position: relative;

	z-index: 2;
}

div.infoBox 
{
	position: absolute;
	left: -160px;
	top: -310px;
}

div.infoBox a img
{
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	cursor: pointer;
}

.hidden
{
	display: none;
}

