/* --------------------------------- generic objects definition --------------------------------- */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	vertical-align: top;
	line-height: 17px;
}

div { position: relative; }

/* --------------------------------- containers --------------------------------- */

div#page-container-main {
	margin: 0px auto;
	width: 990px;
	border: #E5E5E5 1px solid;
	background: transparent url(../img/background-main.jpg) no-repeat;
	background-position: top right;	
	font-size: 13px;	
}

div#banner-main {
	margin: 0px auto;
	padding: 0px; 
	width: 969px;
	height: 162px;
	border-bottom: #850904 4px solid;	
	background: transparent url(../img/img-banner-main.jpg) no-repeat top left;
	background-position: 0px 0px;		
}

div#data-holder-left {
	margin: 35px 0 0 10px;
	padding: 0px;
	width: 620px;
	min-height: 900px;
	height: 100%;
	float: left;
}

div#data-holder-right {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 260px;
	min-height: 900px;
	float: right;
}

div#footer-main {
	margin: 0px 0px 0px 10px;
	padding: 3px 0 0 0;
	width: 969px;
	height: 23px;
	background: transparent url(../img/img-banner-background.jpg) no-repeat top center;	
	font-weight: bold;
	color: #F0F0F0;
	font-size: 11px;
	text-align: center;
	clear: both;
}

/* --------------------------------- info panel --------------------------------- */

div#info-panel-main {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	width: 174px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;	
}


div#info-panel-main h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F37D01;
}

div#info-panel-main p {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	line-height: 15px;
}

div#info-panel-main a:link, div#info-panel-main a:visited {
	font-size: 12px;
	color: #081853;
	text-decoration: none;
	font-weight: bold;
}

div#info-panel-main a:hover {
	font-size: 12px;
	color: #081853;
	text-decoration: underline;
	font-weight: bold;
}


/* --------------------------------- menu --------------------------------- */

div#menu-main {
	margin: 50px 0 0 0;
}

div#menu-content {
	background: transparent url(../img/menu-background.png) top left;	
}


div#menu-border-top {
	width: 260px;
	height: 10px;
	background: transparent url(../img/menu-border-top.png) no-repeat top left;		
}

div#menu-border-bottom {
	width: 260px;
	height: 10px;
	background: transparent url(../img/menu-border-bottom.png) no-repeat top left;		
}

div#menu-main ul {
	padding: 0;
	border: 0px;
}

div#menu-main ul li {
	list-style: none;
	margin: 0;
	width: 260px;
	height: 27px;	
}

div#menu-main ul a:link, div#menu-main ul a:visited  {
	display: block;
	text-decoration: none;
	width: 260px;
	height: 27px;
	margin: 0px;
	padding: 5px 0 0 30px;
	font-weight: bold;
	font-size: 15px;
	color: #101010;
}

div#menu-main ul a:hover {
	width: 260px;
	height: 27px;
	background: transparent url(../img/menu-selector.png) no-repeat top left;
	color: #9e1711;
}

div#menu-zabka {
	width: 32px;
	height: 35px;
	top: -139px;
	left: -2px;
	background: transparent url(../img/img-zabka-01.gif) no-repeat top left;	
	float: left;
}

/* --------------------------------- video --------------------------------- */

div#video {
	width: 208px;
	height: 160px;
	border: #3a61c5 1px solid;
	background-color: #c9e4ff;
	background: transparent url(../img/background-movie.jpg) no-repeat top left;	
	padding: 3px;
	float: right;
}

div#video div {
	visibility: hidden;
}


div.video_big {
	width: 320px;
	height: 260px;
	border: #3a61c5 1px solid;
	background-color: #c9e4ff;
	background: transparent url(../img/background-movie-big.jpg) no-repeat top left;	
	padding: 3px;
}


/* --------------------------------- images --------------------------------- */

div#content img.bulet {
	border-width: 3px;
	padding: 3px;	
	margin: 0px 5px 0px 0px;
}

div#content img.common {
	border-width: 3px;
	padding: 3px;	
	border: #f3ad01 1px solid;
	background-color: #f6e0a8;
	margin: 5px 0px 5px 15px;
	vertical-align: top;
}

div#content img.left {
	border-width: 3px;
	padding: 3px;	
	border: #f3ad01 1px solid;
	background-color: #f6e0a8;
	margin: 5px 15px 5px 0px;
}

div#content img.right {
	border-width: 3px;
	padding: 3px;	
	border: #f3ad01 1px solid;
	background-color: #f6e0a8;
	margin: 5px 0px 5px 15px;
}

div#content img.c_orange {
	border: #c75d40 solid 1px;
	background-color: #ffe8c9;
	padding: 3px;	
}

div#content img.c_blue {
	border: #3a61c5 1px solid;
	background-color: #c9e4ff;
	padding: 3px;	
}


img.map1 {
	border: solid #F37D01;
	border-width: 3px;
	padding: 3px;	
	border: #f37d01 1px solid;
	background-color: #f7cb9c;
}

.teaser_left {
	border: solid #F37D01;
	border-width: 3px;
	padding: 3px;	
	border: #f37d01 1px solid;
	background-color: #f7cb9c;
	margin: 5px 15px 5px 0px;
	width: 210px;
	float: left;
}

/* --------------------------------- content styles --------------------------------- */

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	color: #ff6000;
	font-size: 20px;
	padding-top: 15px;
	text-transform: uppercase;
}

h2 {
	color: #c75218;
	font-size: 16px;	
}

h3 {
	color: #609e02;
	font-size: 16px;	
}

h4 {
	color: #852D7F;
	font-size: 14px;	
}

div#content a:link, div#content a:visited {
	color: #081853;
	text-decoration: none;
	font-weight: bold;
}

div#content a:hover {
	color: #081853;
	text-decoration: underline;
	font-weight: bold;
}


hr {
	border-top: 0px solid #e0dfc7;
	border-bottom: 1px solid #cfceaa;
	height: 1px;
}

b.orange {
	font-size: 16px;
	line-height: 25px;		
	color: #c75218;
	font-weight: bold;	
}


div.title_red {
	height: 40px;
}

div.title_red h1 {
	color: #ac1e1e;
	font-size: 20px;
	padding-top: 10px;
}

div.title_green h1 {
	color: #39ac1e;
	font-size: 20px;
	padding-top: 10px;
}

div.title_blue h1 {
	color: #391eac;
	font-size: 20px;
	padding-top: 10px;
}

div.title_pink h1 {
	color: #ac1e61;
	font-size: 20px;
	padding-top: 10px;
}

div.title_orange h1 {
	color: #cb6418;
	font-size: 20px;
	padding-top: 10px;
}



div#data-holder-left  h1 {
	font-size: 24px;
	line-height: 30px;	
	font-weight: bold;
}

div#data-holder-left ul {
	margin: 10px 20px 10px 10px;
	padding-left: 20px;
	text-align: left;
	list-style-image: url(../img/check-blue.gif);
}




ul#links {
	margin: 20px;
	padding-left: 20px;
	text-align: left;
	list-style-image: url(../images/arrow1.gif);
}

ul#links li {
	margin-top: 4px;
	padding: 0px;
}

ul.level1 {
	margin: 20px 0px 0px 0px;
	list-style: none;
}

ul.level1 li {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.level2 {
	margin: 0px 0px 0px 30px;
	list-style: none;
}

ul.level2 li {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.level3 {
	margin: 0px 0px 0px 30px;
	list-style: none;
}

ul.level3 li {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}




table.photo-desc { 
	float:right; 
	text-align:right; 
	margin:0px; 
	padding:2px; 
	display:inline 
}

table.photo-desc tr { 
	border:none
}

table.photo-desc td { 
	border:none 
}

table.photo-desc td.desc { 
	font-size:10px; 
	line-height: 12px;	
	color:#505050; 
	text-align:right; 
	margin:5px; 
	padding:5px 
}
