<style type="text/css">

*{
padding: 0px;
margin: 0px;
}

body {
width: 100%;
height: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background: #b8c2b8;
}

/*
rozciaganie okienka na caly ekran
embed, object {
 min-height: 590px;
 max-height: 590px;
 height: expression(document.body.clientHeight < 590 ? "590px": document.body.clientHeight);
 width: expression(document.body.clientHeight > 990 ? "990px": document.body.clientWidth);
}
*/

.link1 a:link {color: #1d4c23; text-decoration: none} 
.link1 a:visited{color: #1d4c30;}
.link1 a:hover{color: #ff6600;text-decoration: underline;}

a:link {font-size: 12px; color: #1d4c23; text-decoration: none} 
a:visited{font-size: 12px; color: #1d4c30; text-decoration: none}
a:hover{font-size: 12px; color: #ff6600;text-decoration: underline;}


.main {
	/* position: relative;*/
    width: 100%;
	height: 100%;
    background: #b8c2b8;
    top: 0;
 }
.banner{
    /*  position: absolute; top: 0px; left: 50px;  */
    padding: 0; margin: 0; color: #000000;
    background: b8c2b8;
	width: 991px;
	height: 500px;
}
.kontener {
	position: relative; top: 0px; left: 0px;
    width: 950px;
    background: #b8c2b8 url('img/bgr.gif') repeat-y;
}
 .xa {
    position: absolute; top: 5px; left: 32px;
    padding: 0; margin: 0; 
    background: transparent; 
	width: 527px;
}


h1{
	font-style: normal;
	font-family: Arial;
}

.intro2{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

</style>
