html, body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: "gothambook";
	font-size: 24px;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	height: 100%;
}

@font-face
{
	font-family: 'gothambook';
	src: url('gotham-book.eot');
	src: url('gotham-book.eot') format('embedded-opentype'),
	url('gotham-book.woff') format('woff'),
	url('gotham-book.ttf') format('truetype'),
	url('gotham-book.svg#gothambook') format('svg');
}

@font-face
{
	font-family: 'gothamblack';
	src: url('gotham-black.eot');
	src: url('gotham-black.eot') format('embedded-opentype'),
	url('gotham-black.woff') format('woff'),
	url('gotham-black.ttf') format('truetype'),
	url('gotham-black.svg#gothamblack') format('svg');
}



img { border: 0; }

b { font-family: "gothamblack";}

.napis_home
{
	color: #ffffff;
	margin-top: 380px;
}

.napis_about
{
	color: #ffffff;
	margin-top: 350px;
}

.napis_contact
{
	color: #ffffff;
	margin-top: 200px;
}

.napis_services
{
	color: #ffffff;
	margin-top: 200px;
}

.nadpis
{
	font-family: "gothamblack";
	font-size: 30px;
}

.maly
{
	font-family: "gothambook";
	font-size: 15px;
}

a:link
{
	text-decoration : none;
	color: #eeeeee;
}

a:visited
{
	text-decoration : none;
	color: #eeeeee;
}

a:hover
{
	text-decoration : none;
	color: #aaaaaa;
}

.menutab a
{
	font-family: 'gothamblack';
	font-size: 18px;
	text-align: center;
	display: block;
	color: #000000;
}

.menutab a:hover
{
	color: #00a4ba; 
}

.menutab_active a
{
	font-family: 'gothamblack';
	font-size: 18px;
	text-align: center;
	display: block;
	color: #00a4ba; 

}

.menutab_active a:hover
{
	color: #91d1d1;
}

.topmenu_normal
{
	width: 100%;
	height: 50px;
	position: fixed;
	margin-top: 0px;
	padding-top: 50px;
	z-index: 100;
	display: inline;
	background-color: #ffffff;
}

.topmenu_mobile
{
	display: none;
}

.maintab
{
	width: 100%;
	height: 100%;
	text-align: center;	
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 80%;
}

#tophome
{
	background-image: url('../images/top1.jpg');
}

#topabout
{
	background-image: url('../images/top_about.jpg');
}

#topservices
{
	background-image: url('../images/top_services.jpg');
}

#topcontact
{
	background-image: url('../images/top_contact.jpg');
}

.logo
{
	float: left;
	position: absolute;
	margin-left: 100px;
	margin-top: -50px;
}

.logo_size
{
	width: 240px;
}

.opacityit img
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.opacityit:hover img
{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.grayscale img
{
	filter: grayscale(0%);
}

.grayscale:hover img
{
	filter: grayscale(100%);
}

.hidden
{
	display: none;
}


