/* CSS Document */

/* dokument opisuje linki uzywane na stronie, warstwy dedykowane dla roznych rodzajow menu, typografie dla tych warstw */



/* ---------------------------------------------------------------------------------------------------------- */
/* menu glowne */

#menu-top {
	width:158px;
	height:178px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:5;
}

#menu-top a {
	display:block;
	height:20px;
	padding:0 0 0 14px;
	
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#eb880e;
	text-decoration:none;
}

#menu-top a#kontakt {
	height:18px;
	background:none;
}

#menu-top a:hover {
	color:#000333;
	background:transparent url(../gfx/bg_menu_top_over2.gif) bottom left no-repeat;
}
#menu-top a#kontakt:hover {
	background:transparent url(../gfx/bg_menu_top_over2.gif) bottom left no-repeat;
}

/* menu glowne stan po kliknieciu */
#menu-top span {
	display:block;
	height:20px;
	padding:0 0 0 14px;
	
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#000333;
	text-decoration:none;
	background:transparent url(../gfx/bg_menu_top_over.gif) bottom left no-repeat;
}

/* stan po kliknieciu dla 'kontakt' */

#menu-top span#kontakt-on {
	display:block;
	height:18px;
	padding:0 0 0 14px;
	
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#000333;
	text-decoration:none;
	background:transparent url(../gfx/bg_menu_top_over2.gif) bottom left no-repeat;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* menu 2. stopnia pod h1 [np. rodzaj internetu lub marka telefonu] */

#menu-dwa {
	width:554px;
	height:26px;
}

#menu-dwa div {
	float:left;
	padding:0 10px 0 10px;
	border-right:solid 1px #eb880e;
	font-size:12px;
	color:#666;
}

#menu-dwa div span {
	color:#000333;
}

#menu-dwa div a {
	font-size:12px;
	color:#eb880e;
	text-decoration:none;
}
#menu-dwa div a:hover {
	color:#000333;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* menu 2. stopnia pod h1 drugi rzad */

#menu-dwa-dwa {
	width:554px;
	height:26px;
	margin-top:10px;
}

#menu-dwa-dwa div {
	float:left;
	padding:0 10px 0 10px;
	border-right:solid 1px #eb880e;
	font-size:12px;
	color:#666;
}

#menu-dwa-dwa div span {
	color:#000333;
}

#menu-dwa-dwa div a {
	font-size:12px;
	color:#eb880e;
	text-decoration:none;
}
#menu-dwa-dwa div a:hover {
	color:#000333;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* menu breadcrumps [tu jestes itd.] */

#breadcrumps {
	margin:0 auto;
	width:768px;
	height:26px;
	background:transparent url(../gfx/bg_breadcrumps.gif) top left repeat-x;
	background-color:#FFFFFF
}

#breadcrumps {
	margin-bottom:5px;
}

/* typografia */

#breadcrumps p {
	font-size:11px;
	color:#fff;
	margin:0 0 0 102px;
	padding:5px 0 0 0;
	border:none;
}

/* linki */

#breadcrumps a {
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
#breadcrumps a:hover {
	text-decoration:none;
	color:#000333;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* linki w tekscie */

a {
	font-size:1em;
	color:#eb880e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* linki ze strzalkami */

a.with-arrow {
	font-size:0.9em;
	color:#eb880e;
	text-decoration:underline;
	background:transparent url(../gfx/arrow_link.gif) top left no-repeat;
	padding:0 0 0 12px;
}
a.with-arrow:hover {
	text-decoration:none;
}

a.with-arrow2 {
	font-size:0.9em;
	color:#eb880e;
	text-decoration:underline;
	background:transparent url(../gfx/arrow_link2.gif) top left no-repeat;
	padding:0 0 0 12px;
}
a.with-arrow2:hover {
	text-decoration:none;
}

/* linki granatowe */
a.granat {
	font-size:1em;
	color:#000333;
	text-decoration:underline;
}
a.granat:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* linki w h3 w lewej kolumnie [takie jak w oferta > abonament] */


#left-column h3 a {
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* linki w stopce */

#footer a {
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
	color:#000333;
}
