* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}
body {
 margin:0px; 
 padding:0px;
 background: #FFFFFF;
 color: #000000;
 font-family: Verdana, Tahoma, Arial;
 text-align: center;
 font-size: 11px; 
}

html {
 scrollbar-arrow-color:#FFFFFF;
 scrollbar-face-color:#7d4d1d;
 scrollbar-highlight-color:#7d4d1d;
 scrollbar-3dlight-color:#000000;
 scrollbar-darkshadow-color:#FFFFFF;
 scrollbar-track-color:#573411;
 margin:0px; 
 padding:0px;
}

a:link 		{color:#000000; text-decoration: none; font-size: 11px;}
a:active 	{color:#000000; text-decoration: none; font-size: 11px;}
a:visited	{color:#000000; text-decoration: none; font-size: 11px;}
a:hover		{color:#ffffff; text-decoration: none; font-size: 11px;}

input {border: solid #573411 1px; background: none}
input.small {font: 10px Verdana;}


img {border: none;}

div
{
 display: block;
}

#container {
	min-height: 100%;
	background-color: #7d4d1d;
	border-left: solid black 1px;
	border-right: solid black 1px;
	width: 795px;
	margin: 0 auto;	
	text-align: left;
}
* html #container {
	height: 100%;	
}


/* hore vlavo - obsahuje logo + zakladne linky na rasy */
#top_left
{
 width: 485px;
 height: 170px;
 float:left;
 margin: 5px 0px 5px 5px;
 padding: 0px;
}

#top_image
{
 width: 480px; 
 height: 100px;
 float:left;
 margin:0px;
 padding: 0px;
}

#top_left .menuitem
{
 padding: 2px 7px 2px 7px;
 float: left;
}

#top_left .menuimage
{
 padding: 0px;
 float: left;
}

#top_left a
{
 color: #573411;
 font-size: 12px;
}

#top_left a:hover
{
 color:#ffffff;
}

/* hore vpravo - obsahuje nahodny obrazok psa */
#top_right
{
 width: 290px; 
 float: right;
 margin:0px;
 padding: 0px;
}

/* dole vlavo - obsahuje menu + pocitadlo a pod. */
#bottom_left
{
 width: 154px;
 clear: both; 
 float:left;
 margin: 0px 20px 0px 20px; 
 padding: 3px 3px 3px 3px;
 text-align: center;
}

#bottom_left .border
{
 border: solid #573411 2px;
}

#bottom_left div+div
{
 border-top: 1px solid #573411;
}

#bottom_left div
{
 padding: 3px 0px 3px 0px;
}

#bottom_left .clear
{
 border: none;
 width: 100%;
 clear: left;
}

#bottom_left .menuitem
{
 float: left;
 border: none;
 clear: left;
 margin-left: 2.5%;
 width: 95%;
 text-align: center;
}

#bottom_left .n
{
 float: right;
 padding: 0px;
 margin: 0px;
 border: none;
}


/* dole vpravo - textovy obsah */
#bottom_right
{
 width: 540px;
 float: right;
 margin-right: 10px;
}

#coprt
{
 width: 100px;
}

.hilight {color: white; }

.clanok {
 margin-bottom: 10px;
}

#bottom_right a.kat
{
 color: #573411;
 font-size: 12px;
}

.clanok .nadpis
{
 width: 400px;
 font-size: 12px;
 font-weight: bold; 
 float: left;
 margin-bottom: 5px;
}

.clanok .datum
{
 color: white;
 float: right;
}

.clanok .text
{
 clear: both;
}

hr {
 color: #573411;
 background-color: #573411;
 height:1px;
 border:none;
 margin: 5px 0px 0px 0px;
 clear: both;
}

.divider {height: 10px;}

.nadpis {font-size: 14px;}

#clear {clear:both; border: none;}

div.left {clear: left;}
