body {
	font-family: Verdana, Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #336699;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
	text-align: center;
}
/*---------------------------------------------*/
h1 {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
 	color: #ffffff;
	font-size: 30px;
}
img {
	border: 0;
}
.svislitko {}
.vodorovnitko {
	margin: 0px;
	width: 15px;
	height: 15px;
}
/*---------------------------------------------*/
#stin {
	background-color: transparent;
	background-image: url(../img/shadow_page.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	margin: 0px auto;
	width: 1000px;
}
/*------------- hlavicka -------------------*/
#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 244px;
}
/*------------- telo -------------------*/
#line {
	position: relative;
	width: 1000px;
	height: 56px;
	background-image: url(../img/line.png);
	text-align: right;
	line-height: 56px;
}
#main {
	background-image: url(../img/bg_main.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
/*------------- levy -------------------*/
#left {
	width: 203px;
	float: left;
}
#left div.tlacitko a {
	display: block;
	margin: 0px auto 0px auto;
	background-image: url(../img/off.png);
	background-repeat: no-repeat;
	height: 39px;
	line-height: 31px;
	width: 192px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#left div.tlacitko a:hover {
	background-image: url(../img/on.png);
	color: #ff7400;
}
/*------------- pravy -------------------*/
#right {
	width: 797px;
	float: right;
}
#content {
	width: 737px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content a {
	color: #003366;
}
#content a:hover {
	color: #aa5500;
}
.headlines {
	position: relative;
	width: 737px;
	height: 40px;
	line-height: 40px;
	background-image: url(../img/bg_h2.png);
	background-repeat: repeat;
	text-align: left;
}
#content .headlines h2 {
	color: #ffffff;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0ox;
}
#content .headlines a {
	position: absolute;
	right: 15px;
	top: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	font-size: 18px;
}
.text {
	position: relative;
	width: 707px;
	height: 155px;
	background-image: url(../img/bg_text.png);
	background-repeat: repeat;
  text-align: justify;
	padding: 15px;
  font-weight: bold;
}
.textdlouhy {
	position: relative;
	width: 707px;
	background-image: url(../img/bg_text.png);
	background-repeat: repeat;
	text-align: justify;
	padding: 15px;
	font-weight: bold;
}
/*------------- paticka -------------------*/
#foot {
	position: relative;
	font-size: 11px;
	color: #003366;
	width: 1000px;
	clear: both;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#foot p {
	position: relative;
	left: 101px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#bg_shadow_foot {
	background-image: url(../img/bg_shadow_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#shadow_foot {
	background-image: url(../img/shadow_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	height: 29px;
	width: 1000px;
}
