* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url("../img/bg.png") left top repeat-x;
	color: #333;
	font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
}

#page {
	background: url("../img/page-top.png") 13px 253px no-repeat;
	margin: auto;
	position: relative;
	text-align: left;
	width: 974px;
}

#page-bg {
	background: url("../img/page-middle.png") 13px 253px repeat-y;
}

/* Horní menu */

#head-menu {
	background: #fff url("../img/bg-head.png") left top repeat-x;
	font-size: 120%;
	padding: 8px 8px 0 0;
	text-align: right;
}

#head-menu a {
	color: #666;
	text-decoration: none;
}

#head-menu a:hover {
	color: #999;
	text-decoration: underline;
}

#domu {
	background: url("../img/domu.png") left no-repeat;
	padding: 0 0 0 17px;
}

#faq {
	background: url("../img/faq.png") left no-repeat;
	padding: 0 0 0 16px;
}

#mail {
	background: url("../img/mail.png") left no-repeat;
	padding: 0 0 0 18px;
}

/* Hlavicka */

#head {
	font-size: 150%;
	position: relative;
	width: 974px;
	height: 226px;
}

#head h1 {
	overflow: hidden;
	padding: 30px 0 0 0;
}

#head h1 span {
	background: url("../img/header.png") left top no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 974px;
	height: 226px;
}

#head a {
	color: #333;
	text-decoration: none;
}

.hidden {
	display: none;
}

/* Dolní menu */

#neck-menu {
	font-size: 120%;
	margin: 0 0 20px 0;
	position: relative;
	top: -28px;
	left: 25px;
	z-index: 1;
}

#neck-menu li {
	background: url("../img/neck-menu.png") right no-repeat;
	display: inline;
	padding: 0 15px 0 5px;
}

#neck-menu a {
	color: #fff;
	text-decoration: none;
}

#neck-menu a:hover {
	text-decoration: underline;
}

#neck-menu #no-dot {
	background-image: none;
}

/* Levé menu */

#left {
	background: url("../img/left-menu.png") left top no-repeat;
	float: left;
	font-size: 120%;
	margin: 0 -15px 0 0;
	position: relative;
	left: -15px;
	width: 210px;
}

#left h2 {
	color: #fff;
	font-size: 120%;
	padding: 10px 0 0 35px;
}

#left-menu {
	font-size: 90%;
	list-style: none;
	margin: 10px 0 40px 0;
}

#left-menu li a {
	background: url("../img/left-menu-inactive.png") 12px no-repeat;
	color: #333;
	display: block;
	font-size: larger;
	text-decoration: none;
	padding: 9px 0 8px 45px;
	width: 193px;
}

#left-menu li a:hover {
	background: url("../img/left-menu-active.png") -7px -4px no-repeat;
	color: #666;
}

/* Obsah */

#content {
	background: url("../img/content-middle.png") left top repeat-y;
	line-height: 130%;
	text-align: justify;
	margin: 0 0 0 195px;
	width: 774px;
}

#content h2 {
	background: url("../img/bg-h2.png") left top no-repeat;
	color: #768974;
	font-size: 120%;
	margin: 5px 0 10px 0;
	padding: 4px 0 4px 15px;
}

#content p {
	padding: 10px 20px 10px 10px;
        
}

#content .arrow {
	background: url("../img/arrow.png") left top no-repeat;
	margin-left: 10px;
	padding-left: 35px;
}

#content a {
	color: #333;
}

#content a:hover {
	color: #666;
}

#clearer {
	background: url("../img/content-bottom.png") left top no-repeat;
	clear: both;
	height: 53px;
	margin: 0 0 0 195px;
}

/* Patička */

#foot {
	background-color: #c7cec6;
	border-top: 5px solid #b8b8b8;
	clear: both;
	color: #333;
	line-height: 150%;
	text-align: center;
	padding: 3px 0 25px 0;
}

#foot-margin {
	text-align: right;
	margin: auto;
	width: 974px;
}

#foot p {
	margin: 0 4px 0 0;
}

#foot .left {
	float: left;
	margin: 0 0 0 15px;
}

#foot a {
	color: black;
}

#foot a:hover {
	color: black;
}

/* Obecné definice */

.uppercase {
	text-transform: uppercase;
}

.cite {
	color: #666;
	font-size: 120%;
	line-height: 120%;
	text-align: right;
}


.text {
	text-align: left;
        margin: 0px 10px 0px 65px;
}

         

.larger {
	font-size: 120%;
}

img {
	border: 2px solid #fff;
}

a:hover img {
	border: 2px solid #666;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.no-border {
	border: 0;
}

fieldset {
	border: 1px solid #999;
	margin: 5px 0 5px 0;
	padding: 10px;
}

legend {
	color: #666;
	margin: 0 0 0 -3px;
	padding: 0 5px 0 5px;
}

input {
	padding: 1px;
}

select {
	padding: 2px 0 2px 0;
}