html {height: 100%;padding-bottom: 1px;}
body {
	background: url(back.png) #005064 repeat-x;
	text-align: center;
	min-width: 750px;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 30px;
}

h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

p, ul { font-size: 13px; } 


.non-a {text-decoration: none;}
hr{border: 2px #ffd011 solid;}
a:link {color: black; font-variant: small-caps; font-weight: bold;}
a:hover {text-decoration: none; color: deepskyblue;}
a:visited {color: black; font-variant: small-caps; font-weight: bold;}
a:visited:hover {text-decoration: none; color: deepskyblue;}
a:active {color: black;}
a:visited:active {color: black;}


/* ****************************************************************************************************************** */
/* ************************************************ L O G O ********************************************************* */
/* ****************************************************************************************************************** */


#logo-left {
	background: url(logo-left.gif) no-repeat left;
	height: 316px;
}
#logo-right {
	background: url(logo-right.gif) no-repeat right;
	height: 316px;
}
#logo {
	background: url(logo.jpg) #016391 no-repeat right;
	height: 316px;
	width: 85%;
	margin: 0 auto;
	border-bottom: 1px black solid;
}
#logo-text {
	text-align: right;
	padding: 3% 5% 0 0;
	color: #fff;
	font-variant: small-caps;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}

.alogo {
width: 85%;
margin: 0 auto;
display: block;
height: 290px;
margin-bottom: -290px;

position: relative;
}

/* ****************************************************************************************************************** */
/* ************************************************ O B S A H ******************************************************* */
/* ****************************************************************************************************************** */


#obsah {
	background-color: #fff;
	text-align: left;
	width: 85%;
	margin: 0 auto;
}
#obsah-space {
  @margin-top: -15px;
}
#sidebar {
	float: right;
	width: 20%;
  margin-right: 2%;
  min-width: 120px;
  margin-bottom: 10px; position: relative;
}
#sidebar-text {
  text-align: center;
	border: 1px #000 dotted;
	padding: 7px 7px 21px 7px;
	margin-top: 25px;
	background-color: #ffff99;
	font-size: 90%;
	font-family: Tahoma;
}
#text {
	float: left;
	width: 76%;
	padding-bottom: 50px;
	font-family: Tahoma;
	font-size: 90%;
  line-height: 140%;
}
#text-pad {
	padding-right: 2%;
	padding-left: 4%;
}


/* ****************************************************************************************************************** */
/* ************************************************ M E N U ********************************************************* */
/* ****************************************************************************************************************** */


#menu {
	margin: 0 auto;
	text-align: center;
  width: 550px;
}
.butt {
	cursor: pointer;
	width: 125px;
	height: 40px;
	margin-left: 5px; margin-right: 5px;
  line-height: 40px;
	margin-top: -23px;
	display: block;
	background: url(butt.png) no-repeat;
	@background: url(butt.gif) no-repeat;
	font-variant: small-caps;
	font-family: Courier New;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	filter: alpha(opacity=70);
	float: left;
	position: relative;
}

a.butt:hover {
	background: url(butt.gif) no-repeat;
	filter: alpha(opacity=100);
	color: #000;
}


/* ****************************************************************************************************************** */
/* ********************************************* P A T I C K A ****************************************************** */
/* ****************************************************************************************************************** */


#pat-left {
	background: url(dole.gif) no-repeat;
	width: 85%;
	margin: 0 auto;
	height: 35px;
	text-align: center;
}
#pat-white {
	width: 100%-10px;
	height: 35px;
	margin: 0 10px 0 10px;
	background: url(paticka.png) white no-repeat center;
}
#pat-right {
	background: url(dole-right.gif) no-repeat right top;
	height: 35px;
	margin-top: -35px;
}
#pat {
  font-family: Tahoma;
  font-size: 65%;
	width: 85%;
	margin: 0 auto;
	padding-top: 7px;
	margin-top: -25px;
	padding-bottom: 10px;
}
#pat a {text-decoration: underline; font-size: 100%; color: #005064;}

input { margin: 0;  border: 1px #ABC6DD solid; }

.edit-nadpis { width: 50%; }

.formtext{
  border: 1px #ABC6DD solid;
  background: #E5EFFD;
  padding: 2px 10px 2px 5px;
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 14px;
  font-size: 9px;
  color: #000;
  text-transform: uppercase;
}

