body {
	margin: 0 auto 0 auto;
	width: 1000px;
	font-family: Trebuchet MS;
	background-image:url('img/bg.jpg');
	background-repeat:repeat;
}

#head {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 185px;
	background-image:url('img/head.png');
	background-repeat:no-repeat;
	border-bottom: 2px solid #808080;
}

#head h1 {
	position: absolute;
	left: 483px;
	top: 17px;
	font-size: 26px;
	color:#4d4d4d;
	font-style:italic;
	font-weight:normal;
}

#head h2 {
	position: absolute;
	left: 585px;
	top: 52px;
	font-size: 16px;
	color:#4d4d4d;
	font-weight:bold;
}

#main {
	position:relative;
	width: 1000px;
}

#menu {
	position: relative;
	width: 174px;
	background-color:#808080;
	float:left;
	z-index: 1;
}

#menu ul {
	position: relative;
	margin: 0 0 0 0;
	padding: 25px 0 270px 0;
	width: 300px;
}

#menu li {
	position: relative;
	height: 24px;
	margin: 25px 0 0 0;
	padding: 2px 0 0 25px;
	list-style-type:none;
	color: white;
	background-repeat:no-repeat;
	font-style:italic;
	font-size:20px;
	text-transform:uppercase;
	border-left:solid;
	border-left-color:#cc0246;
	border-left-width: 0px;
}

.li:hover {
	background-image:url('img/li_hover.png');
}
 .li {
	background-image: url('img/li.png');
}

.li_on {
	width: 182px;
	background-image: url('img/li_done.png');
	background-position:right;
	background-color:#cc0246;
}

.li_on:hover {
	background-image: url('img/li_done.png');
}

.li_on a {
	position: absolute;
}

#menu a {
	text-decoration:none;
	color:inherit;
	width: 150px;
	margin: -1px 0 0 0;
	text-align:right;
}

#menu a:hover {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}

#kontakt {
	position: absolute;
	color:white;
	font-size:18px;
	padding: 25px 0 20px 10px;
	top: 100%;
	margin-top: -140px;
}

#main {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	background-color:white;
	font-size: 13px;
	color:black;
	float:left;
}

#obsah {
	position: relative;
	padding: 0px 0 80px 0;
	margin: 0 0 0 0;
	width: 826px;
	float: left;
	font-size: 12px;
	text-align:justify;
	font-weight:normal;
	font-family:Verdana;
	background-color:white;
	float:left;
	background-image:url('img/obsah_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

#obsah img {
	border: none;
}

#text {
	margin: 0 0 0 123px;
	width: 703px;
	background-image:url('img/vlocky.png');
	background-repeat:no-repeat;
	background-position:top right;
	min-height: 300px;
}

#text2 {
	margin: 80px 0 0 0;
	width: 683px;
	border-right: 20px solid #b6e0f2;
	float:left;
	padding: 0 0 0 0;
	font-family: Georgia;
	font-size: 14px;
}

#text2 p {
	margin: 15px 140px 15px 0;
}

#text ul {
	margin: 15px 140px 15px 0;
}

#text li {
	margin: 0 0 3px 0;
}

#text2 a {
	color:black;
	text-decoration:underline;
}

#text2 h2 {
	margin: 0 0 0 0;
	position:relative;
	font-size: 22px;
	font-weight:bold;
	font-family: Georgia;
	text-transform:uppercase;
	color:#cc0246;
}

#text2 h3 {
	margin: 0 0 0 0;
	position:relative;
	font-size: 18px;
	font-weight:bold;
	font-family: Georgia;
	text-transform:uppercase;
	color:#cc0246;
}

#text2 h4 {
	margin: 0 0 0 0;
	position:relative;
	font-size: 16px;
	font-weight:bold;
	font-family: Georgia;
	text-transform:uppercase;
	color:#cc0246;
}

#novinky p {
	margin: 0 0 0 0;
}

#portfolio {
	width: 1000px;
}

#navigace {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-bottom: 2px #515151 solid;
	padding-bottom: 10px;
}

#navigace img {
	margin-left: 22px;
}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 26px;
	background-color: #568196;
	float:left;
	color: white;
	font-size: 12px;
	text-align:right;
	border-top: 2px solid #808080;
	font-weight:bold;
}

#footer p {
	margin: 5px 22px 0 0;
}

.poptavka {
	width: 100px;
	vertical-align:top;
}

.poptavka_odeslat {
	padding-left: 150px;
}

#poptavka_odeslano {
	font-size: 15px;
	color: green;
	border: 1px solid green;
	text-align:center;
	font-weight:bold;
	margin-top: -30px;
	margin-bottom: 8px;
}

#form {
	padding: 30px 0 0 0;
}

label.error {
	color: red; 
	padding: 0 0 0 5px; 
	font-size: 11px; 
	vertical-align:top;
}