body
{
	margin:0;
	padding:0;
	font-family: "Palatino Linotype";
	font-size: 10pt;
	background-color: #DEDFC0;
	background-image: url(img/bg_bg.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}


#hlavicka
{
	height: 310px;
	width: 800px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #EF7220;
	border-bottom-color: #999999;
	background-image: url(img/test_top_bg2.jpg);
}
#obsah #hlavicka .table_shift .text_table a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Palatino Linotype";
}
#obsah #hlavicka .table_shift .text_table a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#obsah
{
	width: 800px;
	text-align:left;
	background-color:#FFFFFF;
	border: 4px double #000000;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	min-height: 400px;
	margin-top: 1em;
}

#panel
{
	float: left;
	width: 217px;
	margin:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #696149;
	border-right-color: #696149;
	border-bottom-color: #696149;
	height: 280px;
	background-color: #003300;
	background-repeat: repeat-y;
	min-height: 340px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#text
{
	margin:0 0 0;
	padding:0 0 15px 0;
}

#text-obsah
{
	margin:0;
	min-height: 200px;
	text-align: justify;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

#paticka
{
	height:18px;
	background-color:#EF7220;
	color:#fffbe7;
	text-align:right;
	border-left-color: white;
}
#obsah #paticka a {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#obsah #paticka a:hover {
	color: #EF7220;
	background-color: #FFFFFF;
}



h1 {
font-size: 25px;
text-align: center;
}

h2 {
	font-size: 20px;
	color: #EF7220;
}

h3 {
	font-size: 16px;
	color: #EF7220;
}

h4 {
font-size: 14px;
font-weight: bold;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.table_shift {
	margin-left: 50px;
}
.font_orange {
	color: #EF7220;
	margin-left: 10px;
	font-weight: bold;
}

.text_table {
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 10px;
}
.imgborder {
	color: #FF6600;
	border: 4px double #FF6600;
}

