body {
    margin:0;
	padding:0;
    font-family:tahoma,verdana,sans serif;
    font-size:8pt;
	line-height:18px;
    background-color:#ffffff;
}

img {
    border:none;
}

ul, li {
}

table.topmenu {
    margin:0;
	padding:0;
 font-family:tahoma,verdana,sans serif;
    font-size:8pt;
	font-weight:normal;
    background-color:#ffffff;
	align:center;
}

table.topmenu td {
	background-color:#BF2E1A;
    color:white;
    cursor:pointer;
    text-align:center;
}

table.topmenu td.highlight {
	background-color:#CE3B24;
    color:white;
       cursor:pointer;
    text-align:center;
}

table.main {
    width:720px;
    margin:0px auto;
    background-color:white;
}

table.bottom {
    width:720px;
    margin:0px auto;
}

table.bottom td {
    background-image:url('gfx/pl/bottom_bg.gif');
    color:#184859;
}

table.bottom td a:link,table.bottom td a:visited {
    color:#184859;
    text-decoration:none;
}

table.bottom td a:hover {
    text-decoration:underline;
}

input.txt {
    border:1px solid #97AFB9;
}

h1 {
    color: #436570;
    font-family:"Trebuchet MS", arial,tahoma,verdana,sans serif;
    font-size:12pt;
	font-weight:bold;
	margin-bottom:8px;
}

h2 {
    color: #ce232c;
    font-family:"Trebuchet MS", arial,tahoma,verdana,sans serif;
    font-size:11pt;
	font-weight:bold;
	margin-bottom:6px;
}

h3,h4,h5 {
    color: #ce232c;
    font-family:"Trebuchet MS", arial,tahoma,verdana,sans serif;
    font-size:10pt;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
}


p {
    color: #0;
    font-family: tahoma,verdana,sans serif;
    font-size:8pt;
	line-height:16px;
	margin-bottom:12px;
	margin-top:2px;
	}


a:link,a:visited {
    color:#184859;
	text-decoration:none;
}

a:hover {
    color:#ce232c;
	text-decoration:underline;
}

dir {
    margin-top:2px;
    margin-bottom:2px;
    margin-left:30px;
}

/* Menu rozwijane */
table.AxMenu {
    background-color:#8ea2ab;
    border:1px solid white;
}

table.AxMenu td {
    padding:3px;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
}

table.AxMenu td.more {
    padding:0px;
    background-color:red;
    width:3px;
}

table.AxMenu td.hover {
    background-color:#bfced5;
}

span.h2 {
    color:#ce222d;
    font-size:10pt;
    font-weight:bold;
}

/* Default CSS class for links within the editor */

.mceLink a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:link {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB;
}
