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

img {border: 0;}


@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');
}

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

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

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

.bluelink:link
{
	text-decoration : none;
	color: #0e4973;
}

.bluelink:visited
{
	text-decoration : none;
	color: #0e4973;
}

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

b { font-family: 'gothamblack'; }

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

.aranka
{
	font-family: 'gothambook';
	font-size: 30px;
	color: #0e4973;
}

.hrblue
{
	color: #0e4973;
	border: 0;
	background-color: #0e4973;
	height: 5px;
}

.hrwhite
{
	color: #ffffff;
	border: 0;
	background-color: #ffffff;
	height: 5px;
}

.motto
{
	font-family: 'gothambook';
	font-size: 50px;
	color: #ffffff;
}

.uvod
{
	font-family: 'gothambook';
	font-size: 30px;
	color: #ffffff;
}

.main
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: ;
	background-repeat: repeat-x;
	background-position: center 400px;
}

.maintab_top
{
	width: 100%;
	height: 850px;
	padding-top: 150px;
	text-align: center;
	background-image: url('../images/top_pasek.png'), url('../images/top_ruce.png');
	background-repeat: repeat-x, no-repeat;
	background-position: center 120px, center top;
}

.maintab_blue
{
	width: 100%;
	text-align: center;
	background-color: #0e4973;
	color: #ffffff;
}

.maintab_white
{
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	color: #0e4973;
}

.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;
}

.hidden
{
	display: none;
}