html{
	top:0;
	height: 100%;
	text-align:left;
	margin:0 auto;
	padding:0;
	overflow:scroll;
}

body {
	background-color: #4677b9;

	font-family: Arial;
	font-size: 12px;
	color: #f0f0cb;

	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
}

a:link,
a:visited,
a:hover,
a:focus{ color: #f0f0cb;	text-decoration:none; }

a:link,
a:visited{ text-weight: normal; }

a:hover,
a:focus{ text-weight: bold; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #f0f0cb; margin-bottom:0.5em; }

h1 {	font-size: 28px;
	font-weight: bold;
}

h2 {	font-size: 24px;
	font-weight: bold;
}

h3 {	font-size: 18px;
	font-weight: bold;
}

h4 {	font-size: 16px;
	font-weight: bold;
}

h5 {	font-size: 16px;
}

h6 {	font-size: 14px;
}


em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#kontakt {
	text-align: left;
}

#menu {
	display: block;
	position: relative;
	background:#4677b9;
	height:30px;
	border:solid #E69623;
	border-width:0 0 0 0;

	-webkit-opacity: 0.90;
	-moz-opacity: 0.90;
	}

#container {
	display:block;
	position: relative;
	padding:0;
	width:100%;
	height:630px;
	background:#4677b9
	top:0%;
	margin:0 0 0 0;
	border:solid #E69623;
	border-width:1px 0 1px 0;
	
	-webkit-opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

#content{
	position: relative;
	display:block;
	width: 700px;
	left:45%;
	margin:0 0 0 -282px;
	padding:15px 0;
	top:10px;
}

#footer {
	position: relative;
	bottom: -10px;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
	font-size:10px;
	font-weight:bold;
}

#footer a {
	color:red;
	text-decoration: none;
	}

#footer a:hover {
	border-bottom:1px dashed;}



#odkaz_bily,
#odkaz_bily a {
	color: #dddddd;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	}

#odkaz_bily a:hover {
	border-bottom:1px dashed;}


