/* CSS Document */

body {
	position: relative;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;  
}
div#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	background-color: #151515;
}
div#bstripe {
	height: 10px;
	background-color: #151515;
	width: 100%;
}
div#main {
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/podstr_bg.gif);
}
div#left {
	width: 70px;
	height: 304px;
	background-image:url(img/flame_top_left.gif);
	float: left;
}
div#right {
	width: 70px;
	height: 453px;
	background-image:url(img/flame_top_right.gif);
	float: left;
}
div#center {
	width: 876px;
	float: left;
	background-image: url(img/papir_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
}
div#menu_logo {
	background-repeat: no-repeat;
	background-image: url(img/uvod_logo.gif);
	height: 45px;
	padding-top:  134px;
	padding-left: 64px;
	border-bottom: 1px solid #508e22;
}
div#obsah {
	width: 100%;
	background-image: url(img/podstr_obsah_bg.gif);
	background-repeat: repeat-x;
}
div#obsah_right {
	float: right;
	width: 494px;
	padding-right: 100px;
}
#obsah_right div {
	margin-top: 30px;
	margin-left: 30px;
}
#obsah_right div p {
	margin-top: 10px;
}
div#obsah_left {
	width: 264px;
	float: left;
	color: #FFFFFF;
	margin-left: 15px;
}
div.nabidka_bottom {
	background-color: #2E2E2E;
	width: 258px;
	
	margin: 3px;
}
.nabidka_bottom div {
	margin: 0px 20px;
	padding-top: 10px;
}
a.menu_item {
	background-image:url(img/menu_item.gif);
	width: 124px;
	height: 45px;
	float: left;
	display: block;
	margin-right: 1px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	line-height: 45px;
	font-size:  18px;
}
a.menu_item:hover {
	text-decoration: underline;
}
div.clear {
	height: 10px;
	clear: both;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #4c8b1c;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
div#header_line {
	height: 10px;
	background-color: #68ae29;
	padding: 0px;
	margin: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.right {
	margin-top: 10px;
	display: block;
	text-align: right;
}
td {
	vertical-align: top;
}
#bottomStripe {
   	clear: both;
	background-color: #151515;
	text-align: center;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url(./pics/bottomStripe.png);
	background-repeat: repeat-x;
	font-size: 11px;
	clear: both;
}
#bottomStripe a {
	color: #666666;
	margin: 0 5px;
	font-weight: normal;
	text-decoration: none;
}
.in {
	margin-left: auto;
	margin-right: auto;
	background-color: #151515;
	width: 906px;
}
td {
	font-size: 12px;
}
h3 {
	padding: 0px;
	margin: 10px 0px 0px;
	text-indent: 15px;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}

p#doporuc {
 width: 900px;
 margin: 0 auto;
 text-align: center;
 font-size: 10px;
 color: #808080;
}

p#doporuc span {
 color: #fff;
}

p#doporuc a{
 color: #808080;
 font-size: 9px;
}

#obsah_right a {
color: black;
}