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

body
{
	background-color:#FFF;
	min-width:1200px !important;
}

div.all
{
	width:100%;
	text-align:center;
	position:relative;
	
	border:0px solid red;
	
}

div#top_all
{
	height:30px;
	
	background-color:#000;
}

div#header_all
{
	height:90px;
	
	background-image:url('../_img/header-back.png');
	background-repeat:repeat-x;
}

div#menu_all
{
	height:50px;
	
	background-image:url('../_img/menu-back.png');
	background-repeat:repeat-x;
}

div#main_all
{
	/* z-index:9; */
	background-color:#550000;
	border-bottom:5px solid #700; /* ZMIANA DLA SUB*/
	height:30px; /* ZMIANA DLA SUB */
	/* z-index:1; */
}

div#content_all
{
	/* z-index:3; */
	
	background-image:url('../_img/content-all-back-shadow.png');
	background-repeat:repeat-x;
	min-height:410px !important; /* ZMIANA dla SUB */

	z-index:1;
}

div#footer_all
{
	height:50px;
	z-index:10;
	clear:both; /* nowe */
	padding-top:20px;
}

/* ---------------------------------- */

div.main
{
	width:1150px;
	margin:auto;
	
	position:relative;
}

div#top
{
	height:30px;
	border:green 0px solid;
}

div#header
{
	height:90px;
	border:green 0px solid;
}

div#menu
{
	height:50px;
}

div#main
{
	height:450px; /* ZMIANA dla SUB */
	border-bottom:5px solid #700; /* ZMIANA DLA SUB*/
	height:30px; /* ZMIANA DLA SUB */
	
	background-image:url('../_img/sub-main-back.jpg'); /* ZMIANA dla SUB */
	background-repeat:no-repeat;
	background-position:center center; /* ZMIANA DLA SUB */
	
	border-right:1px solid #600;
	border-left:1px solid #600;
	/* z-index:2; */
}

div#content
{	
	background-image:url('../_img/content-all-back-shadow.png'); /* ZMIANA dla SUB */
	background-repeat:repeat-x;
	z-index:999;
	position:relative;	
	padding-top:40px; /* ZMIANA DLA SUB*/
}

div#footer
{
	border-top: 1px solid #EEE;
	height:50px;
	padding-bottom:10px;
	padding-top:10px;
}

/* -------------------------------------------- */




/* HEADER */

/* LOGO */
#logo
{
	float:left;
	background-image:url('../_img/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	height:125px;
	width:800px;
	z-index:9400;
	position:absolute;
	top:-25px;
	left:35px;
}


/* FLAGI */
#languages
{
	float:right;
	left:850px;
	width:300px;
	top:-28px;
	margin-right:50px;
	position:absolute;
}

#languages img
{
	margin-right:5px;
	margin-left:5px;
	border:none;
	width:40px;
	height:40px;
}

#languages img.active
{
	width:48px;
	height:48px;
}

#languages img.active:hover
{
	margin-right:5px;
	margin-left:5px;
}

#languages img:hover
{
	width:48px;
	height:48px;
	margin-right:1px;
	margin-left:1px;
}


#languages a
{
	text-decoration:none;
}



/* MENU */

ul#mainMenu
{
	list-style-type:none;
	display:block;
	margin-left:80px;
}

ul#mainMenu li
{
	display:block;
	float:left;
	width:140px;
	text-align:center;
	border-left:1px solid #B00;
	height:50px;
}

ul#mainMenu a
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	opacity:0.9;
	display:block;
	padding-top:13px;
	height:37px;
	
	text-shadow: #000 2px 2px;
}

ul#mainMenu a:hover
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	opacity:1.0;
	display:block;
	padding-top:13px;
	height:37px;
	background-image:url('../_img/menu-back-hover.png');
	text-shadow: #000 2px 2px;
}

ul#mainMenu a.active
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	opacity:1.0;
	display:block;
	padding-top:13px;
	height:37px;
	background-image:url('../_img/menu-back-hover.png');
	text-shadow: #000 2px 2px;
}




/* CONTENT */

div#intros
{
	width:950px;
	/* height:400px; ZMIANA DLA SUB*/
	font-family:Calibri;
	z-index:0;
	margin:auto;
}

div.content-intro-col
{
	float:left;
	width:270px;
	padding:0px 20px;
	margin:0px;

	border: 0px solid red;
}

#intros h1
{
	text-align:left;
	font-weight:900;
	font-size:34px;
	line-height:42px;
	color:#333;
	margin-bottom:5px; /* Zmiana dla subpage */
}

#intros h2
{
	text-align:left;
	text-indent:0px;
	font-weight:900;
	font-size:20px;
	line-height:24px;
	color:#BBB;
	
	
	display:block;
	margin-bottom:12px;
}

#intros p
{
	text-align:justify;
	font-size:14px;
	line-height:18px;
	margin-bottom:15px;
	text-indent:20px;
	color:#555;
}

#intros ul
{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:100px;;
}

#intros li
{
	text-align:justify;
	font-size:14px;
	line-height:20px;
	color:#555;
}


#intros a
{
	margin-top:15px;
	text-align:right;
	font-size:14px;
	color:#000;
	border-bottom:1px dotted #000;
	text-decoration:none;
}

#intros a:hover
{
	margin-top:15px;
	text-align:right;
	font-size:14px;
	color:#000;
	border-bottom:1px solid #000;
	text-decoration:none;
}

#intros a.more
{
	display:block;
	margin-top:15px;
	text-align:right;
	font-size:14px;
	color:#333;
}


/* SLOGAN */

#slogan
{
	float:right;
	width:850px;
	margin: 30px 50px;
	font-family:Calibri;
	text-align:left;
		
	border: 0px solid red;
}


#slogan h1
{
	display:block;
	margin-left:0px;
	margin-top:;
	font-weight:900;
	font-size:52px;
	line-height:52px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}


#slogan h2
{
	display:block;
	margin-left:80px;
	margin-top:15px;
	font-weight:900;
	font-size:32px;
	line-height:32px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}

#slogan h3
{
	display:block;
	margin-left:430px;
	margin-top:30px;
	font-weight:900;
	font-size:24px;
	line-height:26px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}

/* NEWSLETTER */

#newsletter
{
	display:block;
	margin-top:40px;
	margin-left:480px;
	
	width:350px;
	height:100px;
	padding-top:20px;
	
	text-align:center;
	background-image:url('../_img/news-letter-mod-back.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	font-family:Calibri;
}

#newsletter input
{
	font-family:Calibri;
	color:#600;
	padding:5px;
	font-size:17px;
	font-weight:900;
	text-align:center;
}

#newsletter label
{
	display:block;
	margin-bottom:10px;
	font-weight:900;
	font-size:24px;
	line-height:24px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}

#newsletter small
{
	display:block;
	margin-top:4px;
	font-family:Calibri;
}

#newsletter small a
{
	color:#000;
	text-decoration:underline;
	font-size:12px;
}

#footer
{
	font-family:Calibri;
	color:#CCC;
	font-size:12px;
	text-align:left;
	padding-left:0px;
}

#footer a
{
	text-decoration:none;
	border-bottom:1px dotted #ccc;
	color:#CCC;
}

#footer a:hover
{
	text-decoration:none;
	border-bottom:1px solid #ccc;
	color:#666;
}

#powerade
{
	float:right;
	text-align:right;
	width:300px;
}


/* TYLKO DLA DOKUMENTÓW */

form#docsLogin
{
	display:block;
	margin:auto;
	margin-top:30px;
	width:480px;
	height:200px;
	padding-top:280px;
	background-image:url('../_img/klodka.png');
	background-repeat:no-repeat;
}

form#docsLogin input
{
	font-size:22px;
	padding:5px 10px;
	text-align:center;
	font-family:Calibri;
}

form#docsLogin label
{
	text-align:left;
	text-indent:10px;
	font-weight:900;
	font-size:20px;
	line-height:24px;
	color:#BBB;
}

div#docsList
{
	margin-top:30px;
}

div#docsList a
{
	display:block;
	color:#333;
	font-size:18px;
	font-family:Garamond,serif;
	padding: 20px 100px;
	border: 1px solid #DDD;
	text-align:left;
	background:#F5F5F5;
	border-radius:5px;
}

div#docsList a:hover
{
	display:block;
	color:#333;
	font-size:18px;
	font-family:Garamond,serif;
	padding: 20px 100px;
	border: 1px solid #CCC;
	background:#EEE;
	text-align:left;
	border-radius:5px;
}

div#docsList a:visited
{
	opacity:0.5;
}

div#docsList a.pdf
{
	background-image:url('../_img/pdf_big.png');
	background-repeat:no-repeat;
	background-position:right center;
}

div#docsList a.doc
{
	background-image:url('../_img/doc_big.png');
	background-repeat:no-repeat;
	background-position:right center;
}

div#contactFormPanel
{
	float:left;
	width:550px;
	padding-left:30px;
	padding-top:10px;
	text-align:left;
	border-right:1px solid #EEE;
}

div#contactPanel
{
	float:right;
	width:350px;
	padding-top:10px;
}

div#contactFormSent
{
	width:550px;
	height:250px;
}

div#contactFormSent h2
{
	text-indent:0px;
	text-align:left;
	display:block;
	margin-top:20px;
}

form#contactForm input
{
	margin-bottom:15px;
	padding:5px;
	width:300px;
	font-family:Calibri,sans-serif;
	color:#333;
	font-size:16px;
	text-align:center;
}



form#contactForm *:focus
{
	background:#FFC;
}

form#contactForm select
{
	margin-bottom:15px;
	padding:5px;
	width:400px;
	font-family:Calibri,sans-serif;
	color:#333;
	font-size:16px;
	text-align:left;
}



form#contactForm textarea
{
	margin-bottom:15px;
	padding:5px;
	font-family:Calibri,sans-serif;
	color:#333;
	font-size:16px;
	text-align:left;
}

form#contactForm label
{
	margin-bottom:15px;
	padding:5px;
	font-family:Calibri,sans-serif;
	color:#333;
	font-size:14px;
	text-align:left;
}

div.car
{
	border:0px solid red;
	width:900px;
	padding:30px;
	padding-top:50px;
	margin-bottom:30px;
	float:left;
}

div.car img
{
	width:700px;
	float:left;
}

div.car p
{
	display:block;
	float:right;
	text-align:left;
	text-indent:0px !important;
	padding:10px;
	border:1px solid #DDD;
	border-radius:5px;
	background:#F5F5F5;
	background-image:url('../_img/params-back.png');
}

div.car p strong
{
	line-height:22px;
}

div.kadra
{
	width:400px;
	height:440px;
	float:right;
	margin:10px;
	padding:10px;
	border:1px solid #EEE;
	border-radius:5px;
	background-image:url('../_img/kadra-back.png');
	background-position:center center;
	background-repeat:no-repeat;
}

div.kadra a
{
	border:none !important;
}

div.kadra img
{
	margin:7px;
	border:5px solid #EEE;
	border-radius:5px;
	width:160px;
	height:160px;
}

div.social
{
	clear:both;
	width:1050px;
	padding:0px;
	margin:0px;
	height:20px;
	margin-top:15px;
	margin-bottom:5px;
}

div.socButtons
{
	float:right;
	width:250px;
	text-align:right;
	margin-right:-150px;
	opacity:0.4;
}

div.socButtons:hover
{
	opacity:1.0;
}



