





body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
	background: #222;
	width: 760px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 180%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#header h1 a, #header h1 a:hover, #header h1 a:focus, #header h1 a:active {
  color:#FFF !important;
  background:#222 !important;
  text-decoration:none;
}

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 750px;
	margin: 0 auto;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
	font-weight:bold;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu h2 {display:none;}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover, #menu a:focus, #menu a:active {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #000;
}

#content {
	width: 740px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: left;
	color: #000;
	border-top: 1px solid #a0c80e;
	font-size: 70%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

h3 {
	color: #666;
	padding-bottom: 3px;
	font-size: 120%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
}

a:focus, a:active, a:hover {
  background:#260;
  color:#FFF;
}

p { margin-left: 1em; }

.posuvnik {
  text-align:center;
  font-weight:bold;
  border-top:1px solid #a0c80e;
  padding-top:5px;
}
code {
  font-family:"Lucida Console",courier,monospace;
  color: #260;
  font-size:100%;
  background:#EEE;
}
a.skipmenu {
   position:absolute;
   text-align:center;
   z-index:0;
	 border-bottom:0 !important;
	 color:#222 !important;
	 font-size:80% !important;
	 margin:0 !important;
	 padding:0 !important;
}
a.skipmenu:focus, a.skipmenu:active {
   z-index:2;
   background:#EEE !important;
	 color:#260 !important;
}
.registrace p {
	padding-right: 160px;
	text-align: right;
}

.registrace p.submit {
	padding-right: 0;
	text-align: center;
}
