

body {

	background-color:#313131;
	font-family: tahoma, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #FFFFFF;
	padding:0;
	margin:0;
	line-height:15px;
	text-align: left;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

img { 
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
}

img.foto {
	margin: 4px;
	border: 1px solid #B1B1B1;

}

a {
	text-decoration: none;
	color: #B5D2FF;
	background: none;

}

a:hover {
	color: #FFFFFF;
}

p {
	font-family: tahoma, sans-serif;
	margin: 4px 0 4px 0;
	line-height: 1.3em;
	text-align: left;
	
}


ul.normal {
	margin-left: 12px; 
	margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 1em;
	list-style-type: square;
/*	list-style-image: url(gfx/li.png); */
	line-height: 1.3em;
}

ul.normal li {
	margin-top: 3px;

}

span.bold {
font-weight: bold;
}

h1 { 
	margin: 25px 0px 10px 0px;
	font-size: 12pt;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;

}

h2 { 

	margin: 18px 0px 0px 0px;
	font-size: 10pt;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

h3 { 

	margin: 8px 0px 0px 0px;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

hr {
border: 0;
color: #C8C8C8;
background-color: #C8C8C8;
width: 100%;
height: 1px;
}

textarea, input {
	font-size: 8pt;
	padding: 2px;
	margin: 0px;
	margin-bottom: 4px;
	background: #FDFDFD;
	border: 1px solid #C5CDDA;
	font-family: tahoma, sans-serif, sans;
}

textarea:focus, input:focus {
	background: #C5CDDA;
	border: 1px solid #FFFFFF;
}



small {
font-size: 75%;
line-height: 1.1em;

}

table td {
	padding: 2px;
	

}

table.form {
	margin: 0px;
}

table.form td {

}

table.form input, table.form textarea {
	
	padding: 2px;
	font-size: 8pt;
	
}


html, body, div#container {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0 auto 0 auto;
    padding: 0;
    
}
   
html>body div#container {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}


div#container {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	height: 100%;
	
	
}

div#center-div {

	min-width: 848px;
	width: 848px;
	clear: both;
	margin: 0 auto 0 auto;
	float: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -424px;
}

div#border-top {
	width: 800px;
	height: 24px;
	background: url(../gfx/border-top.png);
	background-position: left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 24px;
}

div#border-top-left {
	width: 40px;
	height: 40px;
	background: url(../gfx/border-top-left.png);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#border-top-right {
	width: 40px;
	height: 40px;
	background: url(../gfx/border-top-right.png);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#border-left {
	width: 24px;
	height: 920px;
	background: url(../gfx/border-left.png);
	background-position: left;
	background-repeat: repeat-y;
	position: absolute;
	top: 40px;
	left: 0px;
}

div#border-right {
	width: 24px;
	height: 920px;
	background: url(../gfx/border-right.png);
	background-position: left;
	background-repeat: repeat-y;
	position: absolute;
	top: 40px;
	right: 0px;
}

div#border-bottom-left {
	width: 40px;
	height: 62px;
	background: url(../gfx/border-bottom-left.png);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 955px;
	left: 0px;
}

div#border-bottom-right {
	width: 40px;
	height: 62px;
	background: url(../gfx/border-bottom-right.png);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 955px;
	right: 0px;
}

div#border-bottom {
	width: 768px;
	height: 47px;
	background: url(../gfx/border-bottom.png);
	background-position: left;
	background-repeat: repeat-x;
	position: absolute;
	top: 970px;
	left: 40px;
}


div#main-top {
	height: 137px;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	float: none;
	position: absolute;
	top: 24px;
	left: 24px;
}


div#logo-top {
	height: 137px;
	width: 400px;
	background: url(../gfx/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 0 auto;
	float: left;
}



div#top-right {
	height: 137px;
	width: 400px;
	background: url(../gfx/top-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	float: left;
	position: relative;
	
}


div#top-kontakt {
	width: 118px;
	height: 28px;
	background: url(../gfx/menu-kontakt.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	right: 33px;
	top: 78px;
	cursor: hand;
}

ul.top-kontakt {
	list-style-type: none;
	display: block;
	width: 118px;
	height: 28px;
	float: right;
	text-align: right;
	line-height: 1.6em;
	padding: 3px 24px 0 0;
	cursor: hand;
}

ul.top-kontakt li {
	list-style-type: none;
	font-size: 13pt;
	color: #FFFFFF;
	margin: 0 auto 0 auto;
}


div#main {

	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	float: none;
	position: absolute;
	top: 161px;
	left: 24px;
}

div#menu {

	background: url(../gfx/main-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 394px;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	float: none;
	position: absolute;
}

ul.menu-top {
	list-style-type: none;
	display: block;
	width: 248px;
	height: 110px;
	float: right;
	text-align: right;
	line-height: 1.6em;
	padding: 10px 10px 0 0;
	cursor: hand;
}

ul.menu-top li{
	list-style-type: none;
	font-size: 13pt;
	color: #FFFFFF;
}

ul.menu-top li.bigger{
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 17pt;
	color: #FFFFFF;
}


div#toga-img {

	width: 240px;
	height: 190px;
	position: absolute;
	top: 0px;
	left: 38px;
}

div#toga-img div {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;

}

div#lacina {
	width: 480px;
	line-height: 1.5em;
	position: absolute;
	left: 52px;
	bottom: 26px;
	font-style: italic;
	font-size: 8pt;
}




div#menu-blue {
	width: 252px;
	height: 115px;
	background: url(../gfx/menu-blue.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	right: 48px;
	top: 5px;
	cursor: hand;

}

div#menu-green {
	width: 252px;
	height: 119px;
	background: url(../gfx/menu-green.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	right: 48px;
	top: 127px;
	cursor: hand;
	
}

div#menu-red {
	width: 252px;
	height: 119px;
	background: url(../gfx/menu-red.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	right: 48px;
	top: 255px;
	cursor: hand;
	
}


div#content {

	width: 800px;
	margin: 0;
	padding: 0;
	float:left;
	position: absolute;
	top: 394px;
}

div#content-left {

	height: 415px;
	width: 316px;
	margin: 0;
	padding: 0;
	float:left;
	background: url(../gfx/left-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	
}

div#content-right {

	height: 415px;
	width: 484px;
	margin: 0;
	padding: 0;
	float:left;
	background: url(../gfx/right-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	
}

span#tytul-left {
	
	
	position: absolute;
	left: 36px;
	top: 20px;
	font-size: 15pt;
	
}

span#tytul-right {
	
	position: absolute;
	left: 26px;
	top: 20px;
	font-size: 15pt;
}

div#tekst-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 156px;
	height: 300px;
	position: absolute;
	left: 30px;
	top: 56px;
	font-size: 7.5pt;
	text-align: right;
	line-height: 1.4em;
	
}

div#tekst-left-stopka {
	float: left;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 100px;
	position: absolute;
	left: 30px;
	top: 350px;
	font-size: 7.5pt;
	text-align: right;
	line-height: 1.4em;
	
}

div#tekst-right-fix {
	
	margin: 0;
	padding: 0;

	position: absolute;
	top: 56px;
	left: 26px;
}

div#tekst-right {
	float: left;
	margin: 0;
	padding: 0;
	width: 410px;
	height: 320px;
	font-size: 8pt;
	
	line-height: 1.4em;
	padding-right: 10px;
	overflow: auto;
}

div#tekst-right  p {
	
	text-align: justify;
	margin: 4px 0 8px 0;

}



div#foto-div {
	margin: 0;
	padding: 0;
	height: 187px !important;
	width: 94px !important;
	position: absolute;
	left: 198px !important;
	top: 63px !important;

}



ul#foto-shuffle li {
	position: absolute;
	top:0px;
	left:0px;
}


div#tresc {

	
	padding: 0;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 480px;
	/* clear: left; */
	padding-right: 20px;

}



div#footer {
	position: absolute;
	top: 826px;
	left: 12px;
	padding: 0;
	width: 780px;
	height: 26px;
  	float: left;
  	clear: both;
  	font-size: 8pt;
}

div#footer span {
	margin-top: 6px;
}


p.teksty {
	line-height: 1.4em;
	font-family: tahoma, sans-serif;
	margin: 15px auto 10px auto;
}


p.small {
	line-height: 1.2em;
	font-family: tahoma, sans-serif;
	margin: 1px;
	font-size: 90%;
	color: #FFFFFF;
}

strong.big {
	font-weight: normal;
	font-size: 180%;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
