body
{
	background-color: #e7dfcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration:none;
	color:#0033CC;
}

a:hover
{
	text-decoration:underline;
	color:#000066;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img{
	border: none;
}
td.hlavicka
{
	background-image: url(images/logo.jpg);
	height: 111;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #FFA500;
	vertical-align: top;
}

td.horni_menu
{
	height: 10;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #FFA500;
}

td.copyright
{
	height: 20;
	vertical-align: top;
}

td.obsah
{
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #FFA500;
	border-left-style: dotted;
	border-left-width: 2px;
	border-left-color: #FFA500;
}

td.menu
{
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #FFA500;
	width: 170;
	vertical-align: top;
}

table.telo
{
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #FFA500;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #FFA500;
	border-left-style: dotted;
	border-left-width: 2px;
	border-left-color: #FFA500;
	border-right-style: dotted;
	border-right-width: 2px;
	border-right-color: #FFA500;
	width: 760;
	height: 100%;
}

.panel_img{
	border: 1px solid #D4D0C8;
}

.input_write{
	font-size: 12px;
	width: 350px;
}
.textarea_write{
	font-size: 12px;
	width: 350px;
	height: 150px;
	font-family: arial;
}
