/*

	grantrans.pl // made by Jakub Pomorski for Preklamowa.pl

*/


* { margin: 0; padding: 0; border: 0; }

body, html { height: 100%; cursor: default; }

body {
	font: 12px normal normal Tahoma, Verdana, Arial, sans-serif; 
	color: #000; 
	background-image:url('../gfx/tlo.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top left;
	width: 844px; 
	margin: 0 auto;
	text-align:center;
}

a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; font-weight:bold; }
a:link, a:visited, a:active { color: #000; }
a:hover, a:focus { text-decoration: underline;}

#outsider {
    display: table-cell;
    width: 844px;
    text-align:center;
}

#win {
	display: block;
	position: relative;
}

#top {
	top:0;
	left:0;
	display:block;
	position:relative;
	z-index:5;
	width:845px;
	height:175px;
	background-image:url(../gfx/top.popr.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color: #fff;
}

#top_en {
	left:0;
	top:0;
	display:block;
	position:relative;
	z-index:5;
	width:846px;
	height:174px;
	background-image:url(../gfx/top.eng.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-color: #fff;
}


#tresc, #tresc_en {
	display:block;
	position:relative;
	z-index:5;
	width:843px;
	background-color:#f1f1f1;
	padding:20px 0;
	text-align:justify;
	border: 1px solid #fff;
	border-top:0;
	border-bottom:0;
	left:0;	
}

#tresc_en { width:844px; }

#bottom,#bottom_en {
	display:block;
	position:relative;
	z-index:5;
	width:843px;
	height:89px;
	background-image:url(../gfx/bottom.jpg);
	border: 1px solid #fff;
	border-top: 0;
}

#bottom_en { width:844px; }

a.menu:link, a.menu:active, a.menu:visited {
	display:block;
	position:absolute;
	z-index:10;
	-moz-opacity:1.9; 
	filter:alpha(opacity=20); 
	height:29px;
	bottom:5px;
}

a.menu:hover, a.menu:focus {
	display:block;
	position:absolute;
	z-index:10;
	-moz-opacity:0.2; 
	filter:alpha(opacity=20); 
	height:29px;
	bottom:5px;
}

p { text-indent:2em; line-height:170%; }

.oblej { float:right; margin: 5px 10px 15px 25px; }

.ramka { border: 1px solid #111; }

h2 { font-size: 14px; color: #000; }

h1 { font-size: 13px; color: #09063d; text-decoration:underline;}

.podkreslenie { border-bottom: 1px solid #09063d; }

a.powrot:link, a.powrot:active, a.powrot:visited { color: #000093; font-size:10px;}

.c {text-align:center;}

a.bez:link, a.bez:active, a.bez:visited, a.bez:hover, a.bez:focus { text-decoration:none; }