@font-face {font-family: SourceSans; src: url(fonts/SourceSansPro-Semibold.otf);}
body 
{
	background:#C8E0FF; 
	font-family:"Segoe UI";
}
#main 
{
	width:1000px;
	margin:auto;
	background:white;
}
#nawigacja 
{
	width:1000px; 
	height:32px; 
	margin-top:4px;
	overflow: hidden;
	z-index: 99999;
}
#strona 
{
	padding:16px 16px 16px 16px;
}

.sticky 
{
  position: fixed;
  top: 0;
}

.nosticky{
	position: absolute;
}

.content 
{
	padding-top: 24px;
}
/* -------------------------------------- */
#nav 
{
	width:19.45%; 
	height:32px; 
	display:inline-block; 
	background:#e4efff; 
	color:black; 
	text-decoration:none;  
	line-height:32px; 
	font-family:"SourceSans"; 
	font-size:20px;
}
#nav:hover 
{
	background:#005bb7; 
	color:white;
}
#naglowek img 
{
	margin-top:12px; 
	display:inline; 
	margin-right:50px; 
	margin-left:50px;
}
h3 
{
	font-family:"SourceSans"; 
	font-size:20px;
}
#ref
{
	min-height:100px;
	margin-bottom:16px;
}
#ref_image
{
	display:inline;
	margin-right:16px;
	float:left;
	width:100px;
	height:100px;
}
#ref_text
{
	display:inline;
	
}

table
{
	width:958px;
	margin-right:10px;
}

#form_left
{
	width: 20%;
}

input[type=text],input[type=email]
{
	border: solid #4795FF 1px;
	border-radius: 4px;
	background-color:#F5F9FF;
	width:100%;
	font-family:"Segoe UI";
	font-size:16px;
	padding: 5px;
}

textarea
{
	border: solid #4795FF 1px;
	border-radius: 4px;
	background-color:#F5F9FF;
	width:100%;
	font-family:"Segoe UI";
	font-size:16px;
	padding: 5px;
}

input[type=text]:hover,input[type=email]:hover,textarea:hover
{
	border-color:#005bb7;
}

input[type=submit]
{
	border:none;
	padding: 5px 20px;
	background:#e4efff; 
	color:black; 
	text-decoration:none; 
	font-size:18px; 
	line-height:32px; 
	font-family:"SourceSans"; 
	font-size:20px;
}

button
{
	width:102px;
	height:42px;
	border:none;
	padding: 5px 20px;
	background:#e4efff; 
	color:black; 
	text-decoration:none; 
	font-size:18px; 
	line-height:32px; 
	font-family:"SourceSans"; 
	font-size:20px;
}

#button_s
{
	display:inline-block;
	width:64px;
	height:24px;
	border:none;
	padding: 5px 20px;
	background:#e4efff; 
	color:black; 
	text-decoration:none; 
	line-height:24px; 
	font-family:"SourceSans"; 
	font-size:16px;
}
#button_s:hover
{
	background:#005bb7; 
	color:white;
}

input[type=submit]:hover, button:hover
{
	background:#005bb7; 
	color:white;
}