body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	color: #000000;
	text-align: center; /* IE center hack */
	height: 100%;
}
#otazky_a_odpovedi {
	background:#FFF;
}
html {
	height: 100%;
	border: 0;
}
/* Links */
a:link, a:visited {
	color: #E0112B;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
:link img, :visited img {
	border: 0 none inherit;
}

/* Image border */
img {
	border: 0 none !important;
}

/* Clear */
.clearBoth {
    clear: both;
	height: 0.01em;
	font-size: 0.01em;
	line-height: 0.01em;
}

p {
	margin: 0em 0em 0em 0em;
	padding: 0;
	text-align: justify;
}
.shift {
	margin: 0em 0em 3em 0em;
}
h1 {
	margin: 0em 0em 0em 0em;
	padding: 0;
	line-height: 130%;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	color: #000000;
}
h2.vzhled1 {
	margin: 0em 0em 0em 0em;
	padding: 0;
	line-height: 130%;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	color: #000000;
}
h2 {
	margin: 0em 0em 0.5em 0em;
	padding: 0;
	line-height: 120%;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	color: #999999;
}
h3 {
	margin: 0em 0em 0em 0em;
	padding: 0;
	line-height: 130%;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	color: #E0112B;
}

#whole {
	position: relative;
	width: 770px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 100;
}

img#head {
	width: 770px;
	height: 160px;
	margin: 0;
	display: block;
}
img#line {
	width: 770px;
	height: 35px;
	margin: 0;
	display: block;
}
#content {
	width: 770px;
	_height: 400px;
	min-height: 400px;
	background-color: #ffffff;
}

ul#nav {
	margin: 0em;
	padding: 3em 0em 5em 0em;
	list-style-type: none;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
ul#nav li {
	display: inline;
	border-left: 1px solid #cdcdcd;
	padding: 0px 4px 0px 7px;
}
ul#nav li#first {
	border-left: 0px solid #cdcdcd;
}
ul#nav a:link, ul#nav a:visited {
	color: #000000;
	text-decoration: none;
}
ul#nav a:hover {
	color: #E0112B;
	text-decoration: none;
}

#main {
	width: 710px;
	_height: 400px;
	min-height: 400px;
	margin: 0px 30px 0px 30px;
	background-image: url("img/divider.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.left {
	width: 330px;
	float: left;
}
.right {
	width: 330px;
	float: right;
}

#footer {
	padding: 2em 0em 2em 0em;
	margin: 0em 0em 2em 0em;
	text-align: center;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* ----------------- WEBMAIL----------------------*/
form#webmailForm {
	margin: 0em;
	padding: 0em;
}
form#webmailForm legend {
	margin: 0em;
	padding: 0em;
	display: none;
}
form#webmailForm fieldset {
	margin: 0em;
	padding: 0em;
	border: 0px solid #ffffff;
}
form#webmailForm label {
	margin: 0em 0em 0.2em 0em;
	display: block;
}
form#webmailForm input {
	width: 330px;
	margin: 0em 0em 0.5em 0em;
}
form#webmailForm select {
	width: 330px;
	margin: 0em 0em 0.5em 0em;
}
form#webmailForm textarea {
	width: 330px;
	height: 100px;
	margin: 0em 0em 0.5em 0em;
}
form#webmailForm input#webmailSend {
	width: 100px;
	display: block;
}
.error {
	color: #FF0000;
}
