body {
	font-family: Verdana, sans-serif; font-size: 11px; color: black;
	background-color: white;
	margin: 0; padding: 0;
}

body.shortpage {
	background-image: url(img/img_grad_line.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

h1 {
	font-size: 150%;
	font-weight: bold;		
	padding-bottom: 5px;
	margin-top: 20px;
	border-bottom: 2px solid #f3b53e;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
		
p {
	text-align: justify;
}

a {
	color: black;
}

/* Tabulky */
th {
	background-color: #f7bc4b;
	font-weight: bold;
	text-align: center;
	padding: 8px 5px 8px 5px;
}

td {
	background-color: #e7e6e6;
	padding: 5px;
};

col.centered {
	text-align: center;
}
	
/* Seznamy */
li {
	text-align: justify;
}

/* Identifikatory */
#part_body_long_page {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	padding: 0;
	background-image: url(img/img_grad_line_small.gif);
	background-repeat: repeat-y;
}

#part_body_short_page {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	padding: 0;
}

#part_header {
	width: 100%;
	height: 90px;
	padding: 0; margin: 0;
	background-color: #f3b53e;
	background-image: url(img/img_top.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
}

#part_menu {
	background-color: #8d88ba;
	border-bottom: 2px solid white;
	padding: 5px;
	margin: 0;
}

#part_menu a { text-decoration: none; font-weight: bold; font-size: 10px; color: white; padding: 0 10px; border-right: 1px solid white; }
#part_menu a:hover { color: black; }
#part_menu a.current { color: black; }

#part_left_panel {
	position: absolute;
	left: 0px;
	width: 131px;
	padding: 0; margin: 0;	
}

#part_left_panel p { font-size: 8pt; text-align: center; }
#part_left_panel img { border-bottom: 2px solid white; }

#part_content {
	position: relative;
	width: auto;
	margin: 0 0 0 131px;
	padding: 1px 10px 10px 10px;
	border-left: 2px solid white;
	background-color: #f4f4f4;
}

