@import 'reset.css';
@import 'text.css';

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

img, div { behavior: url(../img/iepngfix.htc) }

body {
  background: #000 url(../img/main_bg.jpg) no-repeat 50% 0%;
  color: #fff;
}

h1 {font-size:14px;}
h2,h3,h4,h5,h6 {line-height: 1;}

h2 {font-size:180%}
h3 {font-size:140%}
h4 {font-size:110%}

.small {font-size:80%}

hr{color:#ff0000; border: none; background-color: #ff0000; height: 1px; margin-top: 10px; margin-bottom: 10px; }

.s80 {font-size: 80%}
.s60 {font-size: 60%}
.s100 {font-size: 100%}
.s120 {font-size: 120%}
.s140 {font-size: 140%}
.s160 {font-size: 160%}
.s180 {font-size: 180%}
.s200 {font-size: 300%}

.l80 {line-height: 80%}
.l100 {line-height: 100%}
.l120 {line-height: 120%}
.l140 {line-height: 140%}
.l160 {line-height: 160%}
.l180 {line-height: 180%}
.l200 {line-height: 200%}


a {}
a:link {color:#64badc;}    	  	/* unvisited link */
a:visited {color:#ddd;} 		/* visited link */
a:hover {color:#0072bc;}  			/* mouse over link */
a:active {color:#fff;}  		/* selected link */

.bg_white {background: url(../img/content_bdr_white.png)}
.bg_white_margin {margin:10px}


.lang {font-size: 80%; text-align: right; display: block; margin-top:60px;}  		/* selected link */
.lang a {text-decoration: none}


hr{color:#7f001b; border: none; background-color: #666; height: 1px }


/* `Memnu TOP
----------------------------------------------------------------------------------------------------*/

ul#menug {
	list-style: none;
	background: url(../img/menu_bg.png) no-repeat 0 0;
	position: relative;
	width: 		640px;
	height: 	100px;
	margin: 	0;
	padding: 	0;
	margin-bottom: 10px;
	margin-top: 13px;
	z-index:200;
}
ul#menug li {
	float: left;
}
ul#menug li {padding: 0px; margin: 20px; margin-top:60px; list-style: none}
ul#menug li a b {}
ul#menug li a {
	display: block;
	height: 30px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
ul#menug li a:link {color:#fff;}    	  	/* unvisited link */
ul#menug li a:visited {color:#eee;} 		/* visited link */
ul#menug li a:hover {color:#ff0000;background: url(../img/menu_arrow.png) no-repeat 50% 100%}  		/* mouse over link */
ul#menug li a:active {color:#ff0000;}  		/* selected link */

ul#menug li a.selected {color:#fff;background: url(../img/menu_arrow.png) no-repeat 50% 100%} 

ul#menug li ul{
		 background:url(../test.jpg);
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		margin-left:-20px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
ul#menug li:hover ul{
		display:block;
		
		}
ul#menug li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
ul#menug li:hover li a{
		background: #222;
		
		}
ul#menug li ul a{
		display:block;
		height:30px;
		margin:5px;
		padding:10px 0px 0px 10px;
		text-align:left;
		}
ul#menug li ul a:hover, .menu li ul li:hover a{
			background:#0a3e7b;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
ul#menug p{
		clear:left;
		}

/* `CO NOWEGO
----------------------------------------------------------------------------------------------------*/

#co_nowego {
	display: block;
	overflow: hidden;
	width: 280px;
	height: 355px;
	background: #252525 url(../img/content_conowego.jpg) no-repeat 0 0;
	padding-top: 60px;	
}
#co_nowego h1,h2,h3,h4,h5,h6,p {margin:10px; }
#co_nowego p {font-size: 80%; text-align: justify}

#co_nowego h1 {display: block;}
#co_nowego h2 {display: none;}

#co_nowego_en {
	display: block;
	overflow: hidden;
	width: 280px;
	height: 355px;
	background: #252525 url(../img/content_conowego_en.jpg) no-repeat 0 0;
	padding-top: 60px;	
}
#co_nowego_en h1,h2,h3,h4,h5,h6,p {margin:10px; }
#co_nowego_en p {font-size: 85%; text-align: justify}



/* `CONTENT
----------------------------------------------------------------------------------------------------*/


#content {
	display: block;
	min-height: 395px;
}
#content p {margin:10px; text-align: justify}
#content h1,h2,h3,h4,h5,h6 {margin-left:10px;}
#content ul {list-style:square}
#content ul a {text-decoration: none}

#flashContent {display: block; height: 480px;}


/* `NOWOŚCI
----------------------------------------------------------------------------------------------------*/

.nowosciblok {clear: both; padding-bottom: 20px; display: block}
.nowosciblok img {float: right}
.nowosciblok p.nr {color: #77abe8}




/* `wiadomości
----------------------------------------------------------------------------------------------------*/

.wiadomosciblok {clear: both; padding-bottom: 20px; display: block}
.wiadomosciblok img {float: right}
.wiadomosciblok p.nr {color: #77abe8}




/* `KATALOGI
----------------------------------------------------------------------------------------------------*/

ul.strony li {display: block; float: left; margin: 0px; padding: 0px;}
ul.strony li a {text-decoration: none; display: block;  text-align: center; width: 50px; height: 35px; padding: 0px; padding-top: 15px; margin:2px; background-color: #000}
ul.strony li a:hover {background-color: #ff0000; color: #fff}



/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.wyrblue {color: #77abe8}
.wyrred {color: #ff0000}


