@charset "utf-8";
body {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/bg.gif) center top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
}
.bs #container {
	width: 778px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFEE;
	margin: 1.15em auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bs #bl {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/border-left.gif) left top repeat-y;
	padding-left: 4px;
}
.bs #br {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/border-right.gif) right top repeat-y;
	padding-right: 4px;
}
h1,h2,h3,h4 {
	color: #554444;
}
.bs #header {
	background: #FFFFEE;
	padding: 0 2px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.bs #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 75px 0 79px 212px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(http://obcansky-zakonik.eu/images/sofa.png) center 14px no-repeat;
	font-weight: bold;
	text-indent: -212px;
	font-size: x-large;
	color: #444433;
	text-align: center;
}
.bs #header ul#menu{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 100%;
}
.bs #menu li {
	float: left;
	margin: 0;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style-type: none;
	width: 154px;
}
.bs #menu li.last {
	width: 145px;
}
.bs #menu li div {
	margin: 0;
	padding: 0;
	width: 145px;
}
.bs #menu a {
	padding: .63em 0 0 0;
	display: block;
	height: 4.45em;
	font: bold 100% Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bs #menu span {
	height: 100%;
	display: block;
	padding-left: 9px;
}
[id=menu] a {
	width: 100% !important;
	height: 3.8em !important;
	background: #FEFEED url(http://obcansky-zakonik.eu/images/menu-clona.png) left top no-repeat;
	border-top: #F9F9EB solid 1px;
}
.bs #m1 {
	color: #22A311;
	background-color: #FFFFEE;
}
.bs #m2 {
	color: #2280CC;
	background-color: #FFFFEE;
}
.bs #m3 {
	color: #E25500;
	background-color: #FFFFEE;
}
.bs #m4 {
	color: #606060;
	background-color: #FFFFEE;
}
.bs #m5 {
	color: #D00000;
	background-color: #FFFFEE;
}
.bs #menu a:hover {
	color: white !important;
	background-position: right bottom;
}
.bs #m1:hover {
	background-color: #22A311;
}
.bs #m2:hover {
	background-color: #2280CC;
}
.bs #m3:hover {
	background-color: #E25500;
}
.bs #m4:hover {
	background-color: #606060;
}
.bs #m5:hover {
	background-color: #D00000;
}
.bs #side {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFEE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 0;
}
.bs #side h3 a {
	color: #554444;
}
.bs #side div#engine {
	margin-top: 20px;
}
.bs #side div#engine .gcstxtfield {
	width: 99%;
	margin-bottom: 4px;
	background: url(http://obcansky-zakonik.eu/images/bgsearch.gif) center top repeat;
	border: #7f9db9 1px solid;
	padding: 2px 0px 2px 2px;
}
.bs #side div#engine .gcslabel {
	margin-left: .35em;
}
.bs #side div#engine .vyhledat {
	font-size: .55em;
}
.bs #side .bookmark {
	background: #FFFFCC;
	padding: .06em 0;
	margin-top: 1em;
	margin-right: .185em;
}
.bs #side .bookmark p {
	margin-left: 5px;
}
.bs #side .bookmark a {
	background: #FFFFCC url(http://obcansky-zakonik.eu/images/star.gif) .18em top no-repeat;
	padding-left: 25px;
	color: #D00000;
	text-decoration: none;
	font-weight: bold;
}
.bs #side .bookmark a:hover {
	background: url(http://obcansky-zakonik.eu/images/openfolder.gif) .18em top no-repeat;
}
.bs #side p {
	text-align: justify;
}
.bs #side #bars p {
	margin: 0;
	padding: 0 0 .5em 0;
}
.bs #side #greenbar, #orangebar, #bluebar, #graybar, #redbar, #dark, #more {
	margin-top: 1em;
	padding-top: 35px;
	margin-bottom: 1.56em;
}
.bs #side #bars ul {
	margin-top: 0;
	padding: 0;
	text-align: justify;
}
.bs #side #bars ul li {
	display: inline;
	list-style-type: none;
	font-size: small;
}
.bs #side #bars ul li a {
	text-decoration: none;
	font-style: italic;
}
.bs #side #bars ul li a:hover {
	text-decoration: underline;
}
.bs #side #greenbar {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/side-green.gif) right top no-repeat;
	color: #22A311;
	border-bottom: .125em solid #22A311;
}
.bs #side #greenbar a {
	color: #22A311;
	background-color: #FFFFEE;
}
.bs #side #bluebar {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/side-blue.gif) right top no-repeat;
	color: #2280CC;
	border-bottom: .125em solid #2280CC;
}
.bs #side #bluebar a {
	color: #2280CC;
	background-color: #FFFFEE;
}
.bs #side #orangebar {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/side-orange.gif) right top no-repeat;
	color: #E25500;
	border-bottom: .125em solid #E25500;
}
.bs #side #orangebar a {
	color: #E25500;
	background-color: #FFFFEE;
}
.bs #side #graybar {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/side-gray.gif) right top no-repeat;
	color: #606060;
	border-bottom: .125em solid #606060;
}
.bs #side #graybar a {
	color: #606060;
	background-color: #FFFFEE;
}
.bs #side #redbar {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/side-red.gif) right top no-repeat;
	color: #D00000;
	border-bottom: .125em solid #D00000;
}
.bs #side #redbar a {
	color: #D00000;
	background-color: #FFFFEE;
}
.bs #side #dark,
.bs #side #more {
	background: #FFFFEE url(http://obcansky-zakonik.eu/images/side-dark.gif) right top no-repeat;
	color: #554444;
	border-bottom: .125em solid #554444;
}
.bs #side #dark a,
.bs #side #more a {
	color: #554444;
	background-color: #FFFFEE;
}
.bs #side #list {
	margin-top: 1em;
	margin-bottom: 1.56em;
}
.bs #side #list p {
	width: 180px;
	font-size: .82em;
	padding: 0 0 8px 0;
	margin: 0;
	text-align: left;
	margin-left: 0em;
	margin-right: 0em;
}
.bs #side #list p a {
	color: #443333;
	font-weight: bold;
}
.bs #side #list span.gurl {
	font-size: .76em;
}
.bs #side #list p a.dlouhy {
	font-size: .95em;
}
.bs #side #tagy p {
	margin-bottom: 0;
}
.bs #side #tagy ul {
	margin: 0;
	padding: 0;
	line-height: .9em;
	text-align: justify;
}
.bs #side #tagy ul li {
	list-style-type: none;
	display: inline;
}
.bs #side #tagy ul li,
.bs #side #tagy p a,
.bs #side #tagy ul li a {
	color: #443333;
	font-size: small;
	text-decoration: none;
}
.bs #side #tagy p a:hover,
.bs #side #tagy ul li a:hover {
	color: #443333;
	font-size: small;
	text-decoration: underline;
}
.bs #main {
	margin: 0 255px 0 0; /* the side margin on this div element creates the column down the side side of the page - no matter how much content the side div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #side space when the content in #side ends. */
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bs #main h3 {
	font-weight: normal;
}
.bs #main p {
	text-align: justify;
}
.bs .c, .bs #main p.c {
	text-align: center;
}
.bs #main #obsah div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 160px;
	margin-bottom: .4em;
}
.bs #main #obsah ul.navul {
	margin: 0;
	padding: 0;
}
.bs #main #obsah ul.navul li {
	list-style-type: none;
	margin: 0;
	padding: 0 .5em 0 0;
	font-size: .75em;
	display: inline;
}
.bs #main #obsah ul.navul li a {
	text-decoration: none;
}
.bs #main #obsah ul.navul li a:hover {
	text-decoration: underline;
}
.bs #main #obsah div.druhy,
.bs #main #obsah div.treti {
	margin-left: 10px;
}
.bs #main #obsah div p {
	margin-top: 1px;
	font-size: .6em;
}
.bs #main #obsah div p a {
	font-weight: bold;
	color: #332222;
	font-size: 1.1em;
}
.bs #main #obsah div p a.stxt {
	font-size: 1em; /* Mozilla .94em az 1.04em, IE .99em az 1.09em */
}
.bs #main #obsah div p a.sxtxt {
	font-size: .9em; /* Mozilla .84em az .93em, IE .89em az .98em */
}
.bs #main #zakon {
	font-size: .8em;
}
.bs #main #zakon h3,
.bs #main #zakon .nadpis {
	color: #333333;
	text-align: center;
}
.bs #main #zakon h2 {
	text-align: center;
}
.bs #main #zakon h4 {
	color: #444444;
	text-align: center;
}
.bs #main #zakon .par {
	color: #3366CC;
	text-align: center;
	font-weight: bold;
}
.bs #main #zakon ul {
	margin-left: 0;
	padding-left: 18px;
}
.bs #main #zakon ul li {
	margin-bottom: .12em;
	list-style-type: none;
	padding: .1em 0;
	text-align: justify;
}
.bs #main .dopis {
	border: #666666 solid 1px;
	background: #FFFFCC;
	padding: .6em 1.2em;
}
.bs #main a, .bs #main a:hover {
	text-decoration: underline;
	color: #666666;
}
.bs #main sup a, .bs #main sup a:hover {
	text-decoration: none;
	color: #777777;
}
.bs #main .pozn p {
	text-indent: -2em;
	padding-left: 2em;
	margin: .2em 0;
}
.bs #main table#dole tr td.leftcell {
	width: 300px;
	margin: 0;
	padding: 0;
}
.bs #main table#dole .sign {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0;
	padding: .53em 0;
	background: url(http://obcansky-zakonik.eu/images/blue-line.png) top left repeat-x;
	color: #444444;
}
.bs #main table#dole tr td.rightcell {
	width: 160px;
	margin: 0;
	padding: 0;
}
h1.green, .green {
	background-color: #FFFFEE;
	color: #22A311;
}
h1.blue, .blue {
	background-color: #FFFFEE;
	color: #2280CC;
}
h1.orange, .orange {
	background-color: #FFFFEE;
	color: #E25500;
}
h1.gray, .gray {
	background-color: #FFFFEE;
	color: #606060;
}
h1.red, .red {
	background-color: #FFFFEE;
	color: #D00000;
}
.bs #footer {
	padding: 0 15px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.bs #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: smaller;
	text-align: center;
	border-top: 1px groove #554444;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear: left;
}
.min {
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.bs #top {
	background: #999999;
	color: #FFFFFF;
	font-size: small;
	height: 1.2em;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}
.bs #top ul {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #999999;
	padding-bottom: 2px;
}
.bs #top ul li {
	background: inherit;
	list-style-type: none;
	display: inline;
	margin: 0 .5em;
}
.bs #top a {
	color: #EEEEEE;
	text-decoration: none;
}
.bs #top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

