* {
  border: none;
  color: #000;
  font: 12px Helvetica, Verdana, Arial;
  padding: 0;
  margin: 0;
}

html {
	background: #fff;
}

body {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	margin-top:15px;
	behavior: url('/csshover.htc');
	text-align: center;
}

div#page {
		width:1000px;
		text-align:center;
		margin: 0 auto;
		position: relative;
		top: 10px;
		height: auto;
		overflow: hidden;
	}

div#top {
		background: url('../img/top.jpg') no-repeat;
		width: 1000px;
        padding: 0;
        margin: 0;
		position: absolute;
        float: both;
		top: 0px;
		left: 0;
        height: 161px;
	}

div#content {
		border-left: 2px solid #f3f5f8;
		border-right: 2px solid #f3f5f8;
		background: url('../img/dot.png') repeat-y 820px;
		position: relative;
		overflow: hidden;
		width: 996px;
		//width: 1000px;
		text-align: left;
		margin-top: 161px;
        z-index: 0.5;
        height: auto;
	}

div#logoMain {
		position: absolute;
		top: 92px;
		left: 1px;
		float:left;
        border: none;
	}

div#logoMain a:hover { border: none; }

div#panel {
		float: left;
		width: 770px;
		padding: 0 15px;
        margin-left: 10px;
	}

div#side {
		width: 150px;
		float: right;
		padding: 0 15px;
		bottom: 0px;
		position: relative;
	}

div#sideCnt {
		width: 133px;
		//width: 150px;
		padding-left: 7px;
		padding-right: 10px;
		color: #888;
		font-size: 10px;
		text-align: justify;
	}

div#szukaj {
		margin-top: 50px;
		width: 150px;
	}

div#footer {
		border-left: 2px solid #f3f5f8;
		border-right: 2px solid #f3f5f8;
		background: url('../img/foot.png') repeat-x;
		width: 996px;
		//width:1000px;
		position: relative;
        height: 30px;
	}

ul#menu {
		list-style: none;
		position: relative;
		margin-left: 90px;
		//margin-left: 80px;
		margin-top: 112px;
		width: 900px;
        height: 30px;
        padding: 0;
	}

ul#menu li {
		display: inline;
		float: left;
 		width: 120px;
		text-align:center;
/* 		background: url('../img/kreska.png') no-repeat top right; */
		//position:relative;
	}

ul#submenu {
		list-style: none;
		height: 20px;
		width: 900px;
/* 		border: 1px solid red; */
        margin: 0;
        padding: 0;
        padding-top: 6px;
/* 		position: absolute; */
/* 		top: -5px; */
/* 		left: 0px; */
/* 		//top: 5px; */
	}

ul#submenu li {
		display: inline;
		float: left;
		text-align:center;
	}

ul#submenu a {
		font-weight: normal;
		font-size: 12px;
 		display: block;
		line-height: 21px;
		text-decoration: none;
		padding-left: 15px;
		padding-right: 15px;
		color: #213969;
	}

ul#submenu a:hover, ul#submenu a.current {
		font-size: 12px;
		font-weight: normal;
		background: url('../img/menu_ac.png') repeat-x;
		color: #fff;
        border: none;
	}

ul#menu,
ul#menu li:hover ul,
ul#menu ul li:hover ul
{display: none;}
ul#menu,
ul#menu li:hover ul,
ul#menu ul li:hover ul
{display: block;}
ul#menu li:hover img.kreska {
    display:none;
    }

ul#menu a {
		font-weight: bold;
		font-size: 12px;
 		display: block;
		line-height: 21px;
		text-decoration: none;
		padding: 0 5px;
		color: #213969;
	}

ul#menu a:hover {
        border: none;
		font-size: 12px;
		font-weight: bold;
		background: url('../img/menu_ac.png') repeat-x;
		color: #fff;
	}

ul#menu li ul {
		z-index: 1;
		position: absolute;
		filter: alpha(opacity=95);
		opacity: 0.95;
		height: auto;
		border-left: 2px solid #e7eaed;
		border-right: 2px solid #e7eaed;
		border-bottom: 1px solid #e7eaed;
		padding: 0;
		//width:100%;
		display: none;
		background: #fff;
		min-width: 117px;
		//float: left;
		//left: -36%;
	}

ul#menu li ul li {
		text-align: left;
		position: relative;
		left: 0;
		display: block;
		float: none;
		height: 21px;
		border-right: none;
		background: none;
		width: auto;
 		//width: 150%;
		//float: left;
	}

ul#menu li ul li a {
		background: url('../img/menu_no.png') ;
		line-height: 21px;
		font-weight: normal;
		padding: 0;
		color: #213969;
		padding-left: 5px;
		padding-right: 5px;
	}

ul#menu li ul li a:hover {
		border: none;
		background: url('../img/menu_ac.png');
		font-weight: normal;
	}

ul#menu li ul li div.cien {
		background: url('../img/cien-r.png') repeat-y;
		width:10px;
		height: 21px;
		position: absolute;
		right: -10px;
		top: 0px;
	}

ul#menu li ul div.cien {
		background: url('../img/cien-b.png') repeat-x;
		height: 10px;
		width: 100%;
		position: absolute;
		bottom: -10px;
	}

div.cien-cr {
		background: url('../img/cien-cr.png') repeat-x;
		height: 10px;
		width: 10px;
		position: absolute;
		bottom: 0px;
		right: -10px;
	}

div#flags {
		position:absolute;
		right:3px;
		top: 115px;
	}
	
div#flags img {
		margin-right: 14px;
	}

i, em {
    font-style: italic;
    font-size: inherit;
    color: inherit;
    }
    
strong, b {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
    }

h3 {
    font-size: 16px;
    font-weight: bold;
    background: url('../img/h3bg.png') no-repeat;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    }

div.ke {
    border-bottom: 2px dashed #cacaca;
    width: 360px;
    height: 275px;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    }

.cp {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    }

.hint {
    font-size:10px;
    color: #999;
    }

a {
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    }

div.error {
    background: #ed6b6b url('../img/error.png') repeat-x;
    width: 100%;
    height: 100%;
/*     padding: 10px; */
/*     border: 1px solid #682020; */
    }

img.kreska {
    z-index:0;
    }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #aaa;
}

table.dwnl, table.dwnl td, table.dwnl th,
table.cont, table.cont td, table.cont th {
    border: 1px dotted #ccc;
}

table.dwnl, table.cont { border-collapse: collapse; }
table.dwnl td, table.dwnl th,
table.cont td, table.cont th {
    padding: 4px;
    vertical-align: top;
}
table.dwnl th { font-weight: bold; }
table.cont th {
    font-weight: bold;
    background: #ddd url('../img/thbak.png') repeat-x;
    height: 20px;
    corner-radius:
}

tr.found {
    border: 2px solid red;
}

a {
    color: #556CA5;
}

a:hover {
    color: #79505D;
}

span.atitle {
    font-size: 11px;
    font-weight: bold;
    color: #444;
}

span.acnt {
    font-size: 10px;
    color: #777;
}

p.amore, p.amore a {
    font-size: 10px;
    color: #555;
    font-weight: bold;
    text-align:right;
    }

ul {
    list-style: none;
    padding-left: 40px;
}

p {
    text-indent: 1cm;
}

li {
    list-style-type: disc;
}

span.found {
    background: #FFFF66;
    color: #174378;
    padding: 2px;
}

p.furl, p.furl a {
    text-indent: 0;
    color: #6ca1c6;
    font-size: 10px;
    margin-top: 7px;
}

p.ftitle, p.ftitle a {
    text-indent: 30px;
    color: #23465f;
}

div.gallery-photo {
        padding-left:20px;
        padding-bottom: 50px;
        float: left;
}

img.photo {
    padding-left:5px;
    padding-right:5px;
    border: 2px solid white;
}

p.thumb img.photo:hover {
    border: 2px solid #C1FF9D;
}

img.photo-current {
    border: 2px solid #CB5247;
}