html{
	/* overflow-y: hidden;  /* ukrywamy pionowy pasek przewijania w IE i Mozilla */
}

body{
	width: 95%;
	height: 95%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

li{	/* element listy z kwadracikiem na początku */
	list-style-type:square;
}

p{	/* usuwamy odstęp górny w paragrafie, usuwając błąd bez br w IE dajemy paragraf */
	margin: 0 auto 8px auto;
}

a:hover{	/* wszystkie anchory */
	color:#009BFE;
}

.linkGreen{			/* used in footer */
	text-decoration: none;
	color: #01BF07;
}

a.link-menu{			/* used in menu */
	text-decoration: none;
	color: #ffffff;	
	border-left: 4px solid #ffffff;
	padding-left: 3px;
}
.link-menu:hover{		/* pod_wietlenie menu item */
	border-left: 4px solid #ff6000;
	padding-left: 3px;
}

a.link-content{	/* tworzymy inny kolor pod_wietlania hover dla temató w content strony */
	text-decoration: none;
	color: #ffffff;	
}
.link-content:hover{		/* pod_wietlenie menu item */
	color: #007400;	
}

.content-header{
	font-size:10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content{	/* całą zawarto_ć stronki, potrzebne do wysrodkowania */
	margin: auto auto auto auto;
	width: 787px;
	height: 483px;		
}

.content-top{	/* animacja i logo czyli górna belka */
	margin: 0 auto 0 auto;
	width: 742px;
	height: 164px;
	position: relative;
	left: 45px;
}

.content-top-left{	/* animacja flash */
	float: left;
	width: 368px;
	height: 164px;
	background:url(gfx/top-left.jpg) no-repeat;
}

.content-top-right{	/* logo enkomp */
	float: right;
	width: 368px;
	height: 164px;
	background:url(gfx/top-right.jpg) no-repeat;
}

.content-bottom{	/* zawartosć stronki - duży zielony kwadrat */
	margin: 5px auto 0 auto;
	width: 742px;
	height: 483px;
	background:url(gfx/main-back.jpg) no-repeat;
	position: relative;
	left: 45px;
}

.content-leftbelt{	/* lewy pasek z reklama */
	float: left;
	width: 35px;
	height: 653px;
	background: url(gfx/left-belt.jpg) no-repeat;
	display: block;
}

.content-bottom-menu{	/* pasek menu w content stronki */
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	width: 742px;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	display: table;
	position: relative;
	left: 50px;
	margin-bottom: 10px;
}

div.menu-item{	/* pojednynczy kwadracik dla menu item */
	text-align: center;
	vertical-align: middle;
	width:80px;
	height: 18px;
	float: left;
}

.footer	/* stopka strony */
{
	color: #01BF07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: 653px;

}

.content-inside{	/* tre_ć stronki */
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 0 40px 0 40px;
}

.content-box{	/* wygląd półprze_roczystego kwadratu w zawarto_ci strony */
	background: transparent; 
	background-color: #5ecc61; 
	opacity: .5; 
	filter:alpha(opacity=50);
	border: 1px solid #a0e6a2;
	position: relative;
}
