html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	color: #333;
	background: #fff ;
	font-family: sans-serif;
}
#content {
	width: 900px;
	position: relative;
	margin: 0px auto;
	padding:0;
	text-align: left;
}

#head {
  width:100%;
  padding:12px 0 0 0;
  background:url("head.jpg") 0 0 no-repeat; 
}
#logo {
		height:93px; 
		padding:7px 0 0 0;
		margin:0 10px 10px 10px;
    position:relative;
}
#menu {
	width:215px; height:225px;
	overflow:hidden;
	float:left;
}

#main {
  margin-top:10px;
  padding:0 25px 25px 25px;
  background:#eff0f0 url("bg_foot.gif") 0 100% no-repeat;
}

#footer {
  width:100%; 
  color:#766e6e;
}



/* Doplnky layoutu */
#logo li {float:left; display:block; height:38px; text-align:center; padding:0 20px; border-right:1px dotted #9F9F9F; font-size:100%; position:relative; top:22px; left:auto; font-style:italic; }
#logo li a {display:block; font-size:160%; text-decoration:none; font-weight:bold; margin-bottom:3px;}
#logo li a:hover, #logo li a:active, #logo li a:focus {color:black;}
#logo li.kontakt {border:0;}
#logo li.logos {width:310px; height:85px; border:0; padding:0 20px 0 0; top:-3px;}
#logo li.logos a {
	display: block;
	overflow: hidden;
	width: 0;
	height: 85px;
	padding-left: 310px;
	background: url(logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#logo li.menujump {
	position: absolute; top:-300px;
	width: 0;
	height: 0;
	padding:0;
	overflow: hidden;
}


ul#menu li {
	height:50px; margin-bottom:9px;
}
ul#menu a {
  display:block;
  width:110px; height:40px; 
  padding:10px 12px 0 70px;
  font-size:120%; font-weight:bold;
  text-decoration:none;
}
ul#menu li.rozhodci a {border-left:3px solid #71BE3E; background:url(rozhodci-rizeni.jpg) 0 0 no-repeat;}
ul#menu li.likvidace a {border-left:3px solid #B93EBE; background:url(likvidace-firem.jpg) 0 0 no-repeat;}
ul#menu li.pohledavky a {border-left:3px solid #3e9dbe; background:url(nakup-prodej-pohledavek.jpg) 0 0 no-repeat;}
ul#menu li.oddluzeni a {border-left:3px solid #cfcfcf; background:url(osobni-oddluzeni.jpg) 0 0 no-repeat; margin:0;}

ul#menu li a:hover, ul#menu li a:active, ul#menu li a:focus {border-left:3px solid #B22923; color:black;}

div#flash {width:685px; height:225px; float:left; background:url("flash.jpg") 0 0 no-repeat;}


#main p {
	font-size: 130%;
	padding: 0.7em 0;
	line-height: 1.3em;
	color:black;
}
#main ul, #main ol {
	margin: 0.7em 0;
}
#main ul li, #main ol li {
	margin:4px 0;
	_height:1px;
	padding-left:25px;
	background:url("li.gif") 0 0 no-repeat;
	font-size: 120%;
	color:black;
}
#main table {
  margin: 25px 0;
	width: 100%;
	font-size: 120%;
	border-collapse: collapse;
	color: #2a87ca;
}
#main table th {
	text-align: right;
}
#main table td {
  padding:5px;
}
#main table th, #main table td {
	vertical-align: middle;
}
#main table thead th {
	text-align: center;
}
#main table .second {
	text-align: right;
}
#main table th + td {
	text-align: right;
}
#main table thead th, #main table thead td {
	border-bottom: black double;
}
#main table tfoot th, #main table tfoot td {
	border-top: black double;
}
#main table tbody th {
	border-right: black double;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: left;
}


#footer p {
  text-align:right; font-size:110%; padding-top:18px;
}
#footer a {
  text-decoration:none; color:#766e6e; font-weight:bold;
}
#footer a:hover, #footer a:focus, #footer a:active {
  text-decoration:underline;
}



/* Obecne */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color:#b22923;
	margin: 1.6em 0 0.4em 0;
}
h1 {
  height:42px; 
	font-size: 220%;
	margin:0 -25px 15px -25px;
	padding: 6px 25px 0 25px;
	color:#fff;
	background:#3d3d3c url("bg_mainhead.gif") 0 0 no-repeat;
	}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	font-size: 110%;
	width: 80%;
	margin: 0 auto;
}
fieldset {
	margin: 0.5em 0;
}
fieldset legend {
	font-size: 120%;
	font-weight: bold;
	color: #333;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label {
	text-align: right;
	display: block;
}

a {
	text-decoration: underline;
	color:#0048a9;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}



/* Specificke */
.hidden {
	display: none;
}
.skrt {
	text-decoration: line-through;
}
.cistic {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.cistic hr {
	display: none;
}

.floatright {float:right;}

