@charset="utf-8";

<!--* {
padding: 0;
margin: 0 auto;
}

html, body {
	height:100%;
	background:black;
	text-align:center ;	
	behavior: url("csshover.htc");  
}

#wrapper { 
	top:0px;
	position: relative;
	margin: auto;
	background:white url("../gfx/baner.png") no-repeat;
	width: 950px; /*950x560 wymiary na rozd. 1024*756*/
	height: 720px;	
	z-index:0;
	background-position: left top;
}


#gora { 
	position: relative;	
	float:top;
	z-index:1;
	width: 100%;
	height:179px;/*179px*/
}

#zawartosc {
	position: relative;
	background:transparent;
	float:middle;
	text-align:left;
	padding:20px 10% 20px 17%;
	width: 73%;
	height: 500px;
	overflow:auto;/*przewijacze do podstronki*/
	top:0px; 
	z-index:0;
} 

#stopka {
	position: fixed;
	background:#dcb24a;
	width:100%;
	bottom:0px;
	text-align:center;
	z-index:2;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:black black black black;
	
}

#form { /*styl formularza*/
	background: black url("../gfx/logo_ic.png") no-repeat;
	background-position:top;
	height:100%;
	width:100%;
	position:fixed;
	color:red;
	font-family: arial;
	font-style: normal ;
	font-weight:normal;
	font-size:14px;
	top:0px;
}

label { /*styl textu w formularzu [labelków]*/
	color: #B4886B;
	font-weight: bold;
	display: block;
	width: 150px;
	text-align: left;
}

label:after { /*znacznik po tekście z labelka*/
	content: ": " 
}

#kolo { /*kółko zębate ;]*/
	position:absolute;
	right: 10px;
	top: 50px;
	z-index:-1;
}

#logo { /*logo na glownej!*/
	position:relative;
	top:20px;
	left:20px;
}

#alphacam { /*alphacam na glownej*/
	position:relative;
	top:10px;
	font-family:arial;
	font-weight:bold;
	font-size:16pt;
	font-style:normal;
	color:grey;
}

#alphacam a:link {color:grey; text-decoration:none; font-weight:bold;}
#alphacam a:visited {color:grey; text-decoration:none; font-weight:bold;}
#alphacam a:hover {color:grey; text-decoration:none; font-weight:bold;}
#alphacam a:active {color:grey; text-decoration:none; font-weight:bold;}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@font-face { /*czcionka 01*/
font-family: tech;
src: url("../czcionki/Tech.ttf") format("truetype");
src: url("../czcionki/Tech.eot"); /*czcionka dla IE -> wymaga przekonwertowania z *.ttf*/
}

@font-face { /*czcionka 01 v2*/
font-family: tech;
font-style: 01; 
src: url("../czcionki/TechR.ttf") format("truetype");
/* src: url("..czcionki/TechR.eot"); /*czcionka dla IE -> wymaga przekonwertowania z *.ttf*/
}

H1 { /*Nagłówek*/
	font-family: Arial;    
	font-size:20pt;
	font-weight:Bold;
	text-align:center;
	text-transform:normal;  
	color:#b73130;
	margin-bottom:0pt; 
	margin-top:4.5pt; 
	margin-left:0pt;
}

H2 { /*Podgłówek*/
	font-family: Arial;    
	font-size:13pt;
	font-weight:Bold;
	text-align:left;
	text-transform:normal;  
	color:#00649f;
	margin-bottom:10pt; 
	margin-top:4.5pt; 
	margin-left:0pt;
}

H3 { /*Nazwa działu*/
	font-family: Arial;    
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	text-transform:normal;  
	color:royalblue;
	margin-bottom:0pt; 
	margin-top:0pt; 
	margin-left:0pt;
}

H4 { /*Text*/
	font-family: Arial;    
	font-size:12pt;
	font-weight:normal;
	text-align:justify;
	text-transform:normal;  
	color:dark-grey;
	margin-bottom:0pt; 
	margin-top:0pt; 
	margin-left:0pt;
}	


span.h4 { /*Text w "", nazwy softu*/
	font-family: Arial;    
	font-size:12pt;
	font-weight:bold;
	text-align:justify;
	text-transform:uppercase;  
	color:#5479ae;
	margin-bottom:0pt; 
	margin-top:4.5pt; 
	margin-left:0pt;
}

H5 { /*nagłówek do peps txt*/
	font-family:arial;    
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;  
	color:red;
	margin-bottom:0pt; 
	margin-top:0pt; 
	margin-left:0pt;
	}

H6 { /*peps txt*/
	font-family:arial;    
	font-size:12pt;
	font-weight:normal;
	text-align:justify;
	text-transform:normal;  
	color:black;
	margin-bottom:0pt; 
	margin-top:4.5pt; 
	margin-left:0pt;
}	

span.h6 {
	font-family:arial;    
	font-size:13pt;
	font-weight:normal;
	text-align:justify;
	text-transform:normal;  
	color:red;
	margin-bottom:0pt; 
	margin-top:4.5pt; 
	margin-left:0pt;
}

H7 { /**/
	font-family:arial;    
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;  
	color:yellow;
	margin-bottom:0pt; 
	margin-top:4.5pt; 
	margin-left:0pt; 
}

/*Łącza*/
a:link {color:#dcb24a; text-decoration:none; font-weight:bold;}
a:visited {color:#aaa9a9; text-decoration:none; font-weight:bold;}
a:hover {color:/*#cd9200*/grey; text-decoration:none; font-weight:bold;}
a:active {color:royalblue; text-decoration:none; font-weight:bold;}


