html 
{ 
	background: url(../images/bkg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


BODY
{
	margin: 0;
	padding: 0;
}

.menu_links
{
	cursor: pointer;
}

.mhref{
	background: #007BBB;
	color: #EFEFEF;
	border: 2px #007BBB solid;
	font-family: Century Gothic, sans-serif; 
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 15px 40px 15px 40px;
	margin: 10px 10px 10px 10px;
}
.mhref:link {color: #EFEFEF;}
.mhref:visited {color: #EFEFEF;}
.mhref:active {color: #EFEFEF;}
.mhref:hover 
{
	background: #209BDB;
  color: #FFFFFF;
}

.main_pane
{
	width:900px;
}

.podnadpis
{
	font-family: Century Gothic, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;	
	color: #000000; 
	padding: 10px 0px 10px 20px;
	margin: 10px 0px 10px -20px;
	width:900px;
	background: #6298B6; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(98,152,182,0.3), rgba(98,152,182,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgba(98,152,182,0.3), rgba(98,152,182,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(98,152,182,0.3), rgba(98,152,182,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(98,152,182,0.3), rgba(98,152,182,0)); /* Standard syntax */
	//overflow: hidden;
	
}

.regular_text
{
	font-family: Century Gothic, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;	
	color: #000000; 
	padding: 10px 0px 10px 0px;
}

.big_text_centered
{
	font-family: Century Gothic, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;	
	color: #000000; 
	padding: 10px 0px 10px 0px;
}

.horizontal_space
{
	font-family: Century Gothic, sans-serif; 
	font-size: 14px;
	padding: 0px;
}


.error
{
	font-family: Century Gothic, sans-serif; 
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #FF0000; 
}

.header
{
	width: 100%;
	background: transparent;
	font-family: Century Gothic, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	color: #0099e0; 
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.hlink:link {color:#0099e0;}
.hlink:visited {color:#0099e0;}
.hlink:hover {color:#0099e0;}
.hlink:active {color:#0099e0;}

.footer
{
	width: 100%;
	background: #888888;
	font-family: Century Gothic, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	color: #EFEFEF; 
	padding: 30px 0px 30px 0px;
	margin: 10px 0px 10px 0px;
}

.flink:link {color:#EFEFEF;}
.flink:visited {color:#EFEFEF;}
.flink:hover {color:#EFEFEF;}
.flink:active {color:#EFEFEF;}

.cert
{
	box-shadow: 2px 2px 8px grey; 
	width: 850px;
	background: #FFFFFF;
	padding: 15px 25px 15px 15px;
	text-align:left;
	font-family: Century Gothic, sans-serif; 
	font-size: 16px;
	text-align: left;
	line-height: 1.4;	
}

a:link {
    color: #222266;
}

/* visited link */
a:visited {
    color: #222266;
}

/* mouse over link */
a:hover {
    color: #6666FF;
}

/* selected link */
a:active {
    color: #222266;
}

ul
{
	font-family: Century Gothic, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000000; 
	--padding: 5px 0px 5px 20px;
	margin-left: 20px;
}

ol
{
	font-family: Century Gothic, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000000; 
	--padding: 5px 0px 5px 20px;
	margin-left: 20px;
}

li
{
	font-family: Century Gothic, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;	
	color: #000000; 
	padding: 5px 0px 5px 0px;
}

.copyright
{
	font-family: Century Gothic, sans-serif; 
	font-size: 16px;
	padding: 0px 0px 15px 0px;
}

.obr
{
	background-color: #FFFFFF;
	box-shadow: 1px 1px 4px grey;
}