/* Glowne atrybuty */


*{
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	background-color: #ff0000;
	font-size: 11px;
	}
h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 10px;
	text-align:right;
	}

p {
	margin: 8px 0 8px 0;
}

ul {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;	
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}

a.navy:link, a.navy:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #304091;
	}
a.navy:hover, a.navy:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #333333;
	}
a.gray:link, a.gray:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
a.gray:hover, a.gray:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #304091;
	}
a.white:link, a.white:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a.white:hover, a.white:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #EEEEEE;
	}


/* Kontenery */

#container_parent{
	position:absolute;
	top:0px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index:3;
	}

#container{
	position:relative;
	width:760px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:0px;
	padding-bottom:30px;
	background-image:url(images/tlo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #000000;
	}

#flashbox {
	position:absolute;
	top:25px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index:4;
	text-align:center;
	}

#top {
	height: 420px;
	width: 760px;
	float:none;
	}
#s{
	width:760px;
	overflow: hidden;
	background-image: url(images/tlo_tresc.gif);
	background-position: 184px 0px;
	background-repeat:repeat-y;
}

#tresc{
	position:relative;
	float:left;
	width:712px;
	padding-left:24px;
	padding-right:24px;
	text-align: left;
	}
	
#st {
	position: relative;
	height:26px;
	position:relative;
	width:736px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
	margin-left:auto;
	margin-right:auto;
	}


/* klasy */

.tresc{
	width:500px;
	padding-left:45px;
	padding-right:56px;
	}

.st1 {
	float:left;
	text-align: left;
	width:356px;
	}
.st2 {
	float:left;
	text-align: right;
	width:380px;
	height:23px;
	}

#aaa {
	position:absolute;
	top:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	text-align:center;
}

#mainImageOutline {
	position:absolute;
	top:107px;
	left:50%;
	margin-left: -360px;
	padding: 0;
	width: 697px;
	height: 276px;
	background-color: #FFFFFF;
	padding:12px 1px 1px 8px; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}


