/**************************** GLOBALNI ********************************/
html,body {
	margin: 0;
	padding: 0;
	background: #666;
	border: 0px none;
}
body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-align: center;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	letter-spacing: 1px;
}
h1 {
	font-size: 17px;
	padding: 0;
	text-align: left;
	color: #7775b6;
}
h2 {
	font-size: 14px;
	padding: 8px;
	text-align: left;
	color: #7775b6;
}
h3 {
	font-size: 12px;
	padding: 2px;
	text-align: left;
	color: #000;
}
h4 {
	font-size: 12px;
	padding: 2px;
	padding-left: 40px;
	text-align: left;
	color: #7775b6;
}
form {
	margin: 0;
}
input {
	background: #fff;
	color: #000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #aaa;
	text-indent: 3px;
}
input.button {
	background: #ccc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
	letter-spacing: 1px;
	margin: 1px;
	height: 17px;
}
input.transparent {
	background: transparent;
	border: 0;
}
select {
	background: #fff;
	color: #000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #aaa;
}
textarea {
	background: #fff;
	color: #000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #aaa;
	padding: 4px;
}
thead {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: 0;
	visibility: hidden;
	background: transparent;
}
/**************************** ODKAZY **********************************/
a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
/**************************** CONTENT *********************************/
#content {
	width: 745px;
	padding: 0;
	margin: 10px auto;
	background: #fff;
}
#content-content {
	padding: 0;
	margin: 0;
}
/**************************** HLAVICKA ********************************/
#hlavicka {
	background: #ed046f;
	height: 100px;
}
#hlavicka img {
	border: 0;
	padding: 0;
	margin: 0;
}
/**************************** ZAHLAVI *********************************/
#zahlavi {
	text-align: left;
	background: #fff;
	height: 26px;
}
#zahlavi-left {
	float: left;
	width: 206px;
	background: url("http://www.hyperaktivni-mechyr.cz/images/top-left.jpg") center top;
	background: #ed046f;
	height: 27px;
}
#zahlavi-right {
	width: 539px;
	padding: 0;
	background: url("http://www.hyperaktivni-mechyr.cz/images/top-right.jpg") center top;
	background: #ed046f;
	height: 27px;
	float: right;
}
#zahlavi-right form {
	padding: 4px;
	text-align: right;
}
/***************************** MENU ***********************************/
#menu {
	padding: 0;
	margin: 0;
	background: #fef1f4;
	color: #ff3a62;
	text-align: left;
	float: left;
	width: 206px;
}
#menu-content {
	margin: 0;
	padding: 10px;
	background: #fef1f4;
	font-weight: bold;
}
#menu a {
	display: block;
	font-size: 11px;
}
a.hllink:link, a.hllink:visited {
	color: #ff3a62;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.hllink:hover {
	text-decoration: underline;
	color: #000;
}
a.vllink:link, a.vllink:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.vllink:hover {
	text-decoration: underline;
	color: #000;
}
div.outer1 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-1.jpg' ) top right no-repeat;
}
div.outer1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-1.jpg' ) top left no-repeat;
}
div.outer2 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-2.jpg' ) top right no-repeat;
}
div.outer2 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-2.jpg' ) top left no-repeat;
}
div.outer3 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-3.jpg' ) top right no-repeat;
}
div.outer3 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-3.jpg' ) top left no-repeat;
}
div.outer4 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-4.jpg' ) top right no-repeat;
}
div.outer4 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-4.jpg' ) top left no-repeat;
}
div.outer5 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-5.jpg' ) top right no-repeat;
}
div.outer5 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-5.jpg' ) top left no-repeat;
}
div.outer6 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-6.jpg' ) top right no-repeat;
}
div.outer6 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-6.jpg' ) top left no-repeat;
}
div.outer7 {
	float: left;
	width: 77px;
	height: 61px;
	margin: 0;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-7.jpg' ) top right no-repeat;
}
div.outer7 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( 'http://www.hyperaktivni-mechyr.cz/images/menu-7.jpg' ) top left no-repeat;
}
div.outer1 a:hover, div.outer2 a:hover, div.outer3 a:hover, div.outer4 a:hover, div.outer5 a:hover, div.outer6 a:hover, div.outer7 a:hover {
	background-image: none;
}
div.outer1 span, div.outer2 span, div.outer3 span, div.outer4 span, div.outer5 span, div.outer6 span, div.outer7 span {
	display: none;
}
/**************************** HLAVNI CAST *****************************/
#main {
	width: 539px;
	padding: 0;
	background: #fff;
	float: right;
}
#main-content {
	margin: 0;
	padding: 10px;
	text-align: justify;
	clear: both;
}
#main-content img {
	padding: 2px 5px;
}
a.kllink:link, a.kllink:visited {
	color: #7775b6;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.kllink:hover {
	text-decoration: underline;
	color: #000;
}
#main-content a:link, #main-content a:visited {
	color: #7775b6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#main-content a:hover {
	color: #9997f5;
	text-decoration: underline;
}
/******************************* OTAZKY *******************************/
#otazka {
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 2px;
	text-align: left;
}
#otazka_form {
	margin: 10px auto;
	border: 1px solid #ddd;
	padding: 10px;
}
#otazka_zacatek {
	margin: 0 auto;
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
}
#otazka_pocet {
	margin: 2px auto;
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
}
.otazka_otazka {
	background: #eee;
	padding: 5px;
}
.otazka_odpoved {
	margin-bottom: 10px;
	padding: 5px;
}
#otazka strong {
	margin: 2px;
}
/******************************* FORUM ********************************/
#forum {
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 5px;
	text-align: left;
}
#forum_form {
	margin: 10px auto;
	border: 1px solid #ddd;
	padding: 10px;
}
#forum_zacatek {
	margin: 0 auto;
	border: 1px solid #ddd;
	text-align: center;
	padding: 3px 0;
}
#forum_pocet {
	margin: 1px auto;
	border: 1px solid #ddd;
	text-align: center;
	padding: 3px 0;
}
.forum_tema_hed {
	padding: 5px;
	background: #fff;
	clear: both;
}
.forum_odpovedi_hed {
	float: right;
	width: 120px;
	font-weight: bold;
	text-align: right;
}
.forum_tema {
	padding: 5px;
	background: #eee;
	clear: both;
	margin-bottom: 1px;
}
.forum_odpovedi {
	float: right;
	width: 50px;
	font-weight: bold;
	text-align: right;
}
.forum_jmeno {
	background: #eee;
	padding: 5px;
}
.forum_text {
	padding: 5px;
	background: #fff;
}
.datum {
	font-size: 9px;
	color: #666;
}
/***************************** MENU MAIN ******************************/
#menu-main {
	width: 539px;
	margin: 0;
	padding: 0;
}
#menu-main-content {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #ed046f;
	height: 61px;
}
#menu-main img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 109px;
}
/***************************** ZAPATI *********************************/
#zapati {
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#zapati-content {
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #333;
	font-size: 9px;
	text-align: center;
	height: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
/***************************** COPYRIGHT ******************************/
#copyr {
	margin: 0;
	padding: 20px;
	color: #aaa;
	font-size: 10px;
	text-align: center;
}
#copyr a:link, #copyr a:visited {
	font-size: 11px;
	color: #aaa;
	text-decoration: underline;
}
#copyr a:hover {
	color: #ccc;
	text-decoration: none;
}
/****************************** OSTATNI *******************************/
.tabvcentru {
	text-align: center;
	margin: 0 auto;
}
.tabvpravo {
	text-align: right;
}
.tabvlevo {
	text-align: left;
}
.tabnahore {
	vertical-align: top;
}
.tabvpravobold {
	text-align: right;
	font-weight: bold;
}
.tabvpravonahorebold {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
.velkepismo {
	text-transform: uppercase;
}
.malepismo {
	text-transform: lowercase;
}
.popisekleft {
	font-size: 9px;
	color: #999;
	padding-left: 10px;
}
.popisektop {
	font-size: 9px;
	color: #999;
	padding-left: 10px;
}
.popisekright {
	font-size: 9px;
	color: #999;
	padding-right: 10px;
	text-align: right;
}
.hranice {
	margin: 10px 0;
}
.skryj {
	display: none;
}