/*		by shuster 2008		*/
/*		general style		*/
body {
	font: small/1.5 "Tahoma", "Arial", "Helvetica", sans-serif;
	text-align: center;
	background: #FFF url("../gfx/bg-1.png") left top repeat-x;
	color: #000;
}
* html body { font-size: x-small; }
* html body td, * html body th { font-size: x-small; }

/* all elements but OL, UL */
body, p, h1, h2, h3, h4, h5, img, dl, form, fieldset, legend, input {
	border:  0px none;
	margin:  0px;
	padding: 0px;
}
ul, ol, dl { padding-top: 0; margin-top: 0; }
dt { font-weight: bold; }

ol.a li { list-style-type: lower-alpha; }
ol.i li { list-style-type: lower-roman; }

/* LAYOUT */
#container { width: 1000px; margin: 5px auto; }

#topinfo-0 { display: table; width: 100%; }
#topinfo-1 {
	display: table;
	float: left;
	width: 200px;
	height: 30px;
	background: url("../gfx/topinfobg-1.png") left top no-repeat;
}
#topinfo-1 h1 {
	font-size: 18px; line-height: 30px; font-weight: bold; color: #FFF; text-align: left; padding-left: 12px;
}
#topinfo-1 h1 a, #topinfo-1 h1 a:visited, #top-gfx01 h2 a, #top-gfx01 h2 a:visited { color: #FFF; text-decoration: none; }
#topinfo-2 {
	display: table;
	float: left;
	width: 800px;
	height: 30px;
	background: #FFD8D8 url("../gfx/topinfobg-2.png") left top no-repeat;
}

#topinfo-3 { padding: 0 6px; font-size: 11px; text-align: right; }

#topinfo-4 {
	height: 25px;
	text-align: left;
	padding-left: 190px;
	background: url("../gfx/marqueebg-1.png") left center no-repeat;
}
#marquee-1 { padding-top: 4px; }	/* centering in #topinfo4 */
#marquee-1 a, #marquee-1 a:visited { color: #F00; }

#topblank { width: 800px; height: 12px; line-height: 12px; }

#topactive-1 { height: 18px; text-align: left; float: left; width: auto; }
#topactive-1 ul { margin: 0; padding: 0; }
#topactive-1 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#topactive-1 ul li a {
	display: block;
	line-height: 18px;
	color: #FFF;
	font-size: 12px;
	padding: 0 20px;
	margin-right: 0px;
	font-weight: bold;
	text-decoration: none;
}
#topactive-1 ul li a.a { background: #E07E7E url("../gfx/btnbg-03.png") left center no-repeat; }
#topactive-1 ul li a.b { background: #DA6868 url("../gfx/btnbg-04.png") left center no-repeat; }
#topactive-1 ul li a.c { background: #CF4242 url("../gfx/btnbg-05.png") left center no-repeat; }
#topactive-1 ul li a.d { background: #BF0606 url("../gfx/btnbg-06.png") left center no-repeat; }

#topactive-2 {
	height: 18px;
	width: 165px;
	float: left;
	text-align: left;
	line-height: 18px;
	background: #FFDBDB url("../gfx/btnbg-07.png") left top no-repeat;
}

#topactive-3 {
	width: 110px;
	height: 18px;
	float: right;
	background: #C00404 url("../gfx/btnbg-08.png") left top no-repeat;
}

#langbar ul { margin: 0; padding: 0; }
#langbar ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: right;	/* flags dispalyed in reverse order */
}
#langbar ul li a {
	display: block;
	width: 22px;
	line-height: 18px;
	margin-right: 4px;
	text-decoration: none;
}
#langbar ul .en a { background: url("../gfx/flag-en.png") center no-repeat; }
#langbar ul .sk a { background: url("../gfx/flag-sk.png") center no-repeat; }
#langbar ul .de a { background: url("../gfx/flag-de.png") center no-repeat; }
#langbar ul li a span { visibility: hidden; }

#top-gfx01 { height: 106px; background: url("../gfx/top-gfx-01.png") left top no-repeat; }
#top-gfx01 h2 { font-size: 100%; }
#top-gfx01 .x0 { margin-left: 200px; margin-right: 10px; color: #FFF; }
#top-gfx01 .x1 { height: 27px; }
#top-gfx01 .x2 { height: 22px; text-align: right; }
#top-gfx01 .x3 { height: 20px; text-align: right; }

#mid1 {
	width: 100%; /* IE kurvaFix */
	background: url("../gfx/bg-2.gif") top left repeat-y;
}

#col-a {
	float: left;
	width: 180px;
	text-align: left;
}

#col-b {
	float: right;
	width: 820px;
	text-align: left;
}

#col-c {
	float: right;
	width: 320px;
	text-align: left;
	padding-top: 5px;
}

#col-c2 {
	float: right;
	width: 180px;
	text-align: left;
	padding-top: 5px;
}

#col-d {
	float: left;
	width: 500px;
	text-align: left;
}

#col-d2 {
	float: left;
	width: 640px;
	text-align: left;
}

#foot1 {
	background: #BF0606; color: #FFF; font-size: 86%;
}
#foot1 a, #foot1 a:visited { color: #FFF; text-decoration: none; }
#foot1 a:hover { text-decoration: underline; }

.clr {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove all the bullets, borders and padding from the default list styling */
#menu1 ul {
	position: relative;
	z-index: 500;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font-size: 12px;	/* fixed font size */
}
/* style the list items */
#menu1 li {
	display: block;
	width: 179px;
	_width: 180px;
	/* for IE7 */
	float: left;
	border: 1px solid #FFEBEB;
	border-width: 0 1px 1px 1px;
	background: #BF0606;
	color: #FFF;
	line-height: 1.5em;
}
#menu1 li.sub { background: #AF0202 url("../gfx/arrow1.gif") center right no-repeat; } 
#menu1 ul ul li { width: 210px;	}

/* get rid of the table */
#menu1 table { position: absolute; border-collapse: collapse; top: 0; left: 0; z-index: 100; font-size: 12px; }

/* style the links */
#menu1 a, #menu1 a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 4px 6px;
	display: block;
	font-weight: bold;
	width: 100%;
}
/* hack for IE5.5 */
* html #menu1 a, * html #menu1 a:visited { width: 100%; color: #FFF; }
/* style the link hover */
* html #menu1 a:hover { color: #efa; position: relative; }

#menu1 li:hover { position: relative; }

/* For accessibility of the top level menu when tabbing */
#menu1 a:active, #menu1 a:focus { color: #efa; }

/* retain the hover colors for each sublevel IE7 and Firefox etc */
#menu1 li:hover > a { color: #efa; }
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu1 li ul {
	visibility: hidden;
	position: absolute;
	top: -20px;
	/* set up the overlap (minus the overrun) */
	left: 165px;
	/* set up the overrun area */
	padding: 20px 20px 20px 0;
	/* this is for IE to make it interpret the overrrun padding */
	background: transparent url("../gfx/txpix.gif");
	width: 210px;	/* for FF */
}
#menu1 li ul ul { left: 195px; }

/* for browsers that understand this is all you need for the flyouts */
#menu1 li:hover > ul { visibility: visible; }

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
#menu1 ul a:hover ul ul { visibility: hidden; }
/* keep the fourth level+ hidden when you hover on second level link */
#menu1 ul a:hover ul a:hover ul ul { visibility: hidden; }
/* keep the fifth level hidden when you hover on third level link */
#menu1 ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }

/* make the second level visible when hover on first level link */
#menu1 ul a:hover ul { visibility: visible; }
/* make the third level visible when you hover over second level link */
#menu1 ul a:hover ul a:hover ul { visibility: visible; }
/* make the fourth level visible when you hover over third level link */
#menu1 ul a:hover ul a:hover ul a:hover ul { visibility: visible;}
/* make the fifth level visible when you hover over fourth level link */
#menu1 ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible;}

#menu1 { display: table; width: 100%; }


.xsnazzy { margin-bottom: 1em; }
.xtop, .xbottom { display: block; background: transparent; font-size: 1px; }
.xb1, .xb2, .xb3, .xb4 { display: block; overflow: hidden; }
.xb1, .xb2, .xb3 { height:1px;}
.xb2, .xb3, .xb4 { background: #FFF; border-left: 1px solid #000; border-right: 1px solid #000;}
.xb1 { margin: 0 5px; background: #000; }
.xb2 { margin: 0 3px; border-width: 0 2px; }
.xb3 { margin: 0 2px; }
.xb4 { height: 2px; margin: 0 1px; }
.xboxcontent { display: block; border: 0 solid #000; border-width: 0 1px; height: auto; background: #FFF; }
* html .xboxcontent { height: 1px; }
.xboxcontent dt {
	display: block;
	color: #F00;
	font-weight: bold;
	font-size: 100%;
	padding-left: 28px;
	background: url('../gfx/rose-1.png') left top no-repeat;
}
.xboxcontent h3 {
	display: block;
	color: #F00;
	font-weight: bold;
	font-size: 100%;
	padding-left: 28px;
	background: url('../gfx/rose-1.png') left top no-repeat;
}
.xboxcontent a { text-decoration: none; }
.xboxcontent a:hover { text-decoration: underline; }
.xboxcontent a:link span { color: #000080; }
.xboxcontent a:visited span { color: #800080; }
.xboxcontent a { color: #F00; }
.xboxcontent .date { color: #000; margin-right: 6px; }
.xboxcontent .txtblk-1 { background: #F2F2F2; margin-bottom: 4px; }
.xboxcontent .txtblk-2 { background: #F2F2F2; }
.xboxcontent p { margin: 0; padding: 0; font-size: 86%; text-align: justify; }
.xboxcontent dd, .xboxcontent ul { margin: 0; padding: 0; font-size: 86%; }
.xboxcontent ul { list-style: square; }
.xboxcontent li { margin-left: 1.5em; }

.center { text-align: center; margin: 0 auto; }
.bold { font-weight: bold; }
.nobold, .normal { font-weight: normal; }

.table { display: table; width: 100%; }

.wrap1 { padding: 0 10px 0 10px; }
.wrap2 { padding: 1px 5px; }
.wrap3 { padding: 4px; }
.wrap4 { padding: 10px; }
.wrap5 { padding: 5px 0; }

.imgl, img.left { float: left; margin: 10px 10px 10px 0; }
.imgr, img.right { float: right; margin: 10px 0 10px 10px; }

table.tab1, table.tab2, table.tab3 {
	border-spacing: 1px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	font-size: 12px;
}

.tab1 th, .tab1 td { empty-cells: show; border: 1px solid #000080; padding: 4px; vertical-align: top; }
.tab1 th { background: #7B8DCE; color: #FFF; vertical-align: top; }
.tab1 .left { text-align: left; }
.tab1 .right { text-align: right; }
.tab1 .odd { background: #F1F6FA; }
.tab1 .even { background: #DEECF7; }

.tab3 th, .tab3 td { empty-cells: show; border: 1px solid #AF0202; padding: 4px; vertical-align: top; }
.tab3 th { background: #CF4242; color: #FFF; vertical-align: top; }
.tab3 .left { text-align: left; }
.tab3 .right { text-align: right; }
.tab3 .odd { background: #FAF1F6; }
.tab3 .even { background: #F9E7F1; }


#search_frm-1 .in-txt1 {
	display: block;
	float: left;
	border: 1px solid #888;
	height: 20px;
	line-height: 20px;
	width: 260px;
}
#search_frm-1 .in-btn1 {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	width: 32px;
	background: #D3D3D3 url('../gfx/btnbg-10.png') right center no-repeat;
	border: 2px solid #888;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
	margin-left: 6px;
}

#search_frm-2 .in-txt1 {
	display: block;
	float: left;
	border: 1px solid #888;
	height: 20px;
	line-height: 20px;
	width: 120px;
}
#search_frm-2 .in-btn1 {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	width: 32px;
	background: #D3D3D3 url('../gfx/btnbg-10.png') right center no-repeat;
	border: 2px solid #888;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
	margin-left: 6px;
}

#search_frm-1 legend.l1, #search_frm-2 legend.l1 {
	background: url('../gfx/arrow2d.gif') left center no-repeat;
	cursor: pointer;	/* MOZ */
	cursor: hand;	/* IE */
	padding-left: 16px;
	font-size: 86%;
}

#s_extended1 { font-size: 86%; }

#front h2 { font-size: 110%; color: #F00; }
#front h2 a, #front h2 a:visited { color: #F00; }
#front p { text-align: justify; margin-bottom: 1em; }
#front .date { font-weight: bold; font-size: 86%; margin-right: 6px; }
#front .x { font-weight: bold; font-size: 86%; }
#front .x a, #front .x a:visited { color: #000080; text-decoration: none; }
#front .x a:hover { color: #F00; text-decoration: underline; }
#front .x a:hover span { color: #000080; }
#front hr {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 1px dashed;
	border-color: #FFFFFF #FFFFFF #993300 #FFFFFF;
}

#menu2 ul { padding: 0; margin: 0; text-align: center; }
#menu2 li { display: inline; font-size: 120%; font-weight: bold; }
#menu2 a { padding: 0 8px; text-decoration: none; color: #000; }

#front img.topimg { float: right; margin: 5px 0 5px 5px; }
#front img.tnl { float: left; margin: 5px 5px 5px 0; }

#front_jpis { display: table; width: 100%; }
#front_jpis dl { width: 50%; display: block; float: left; margin-bottom: 1em; }
#front_jpis dd { margin: 0; padding: 0; display: inline; }

/* FRONT CEMETARY FORM */
#cemetary_form-1 { font-size: 12px; }
#cemetary_form-1 .in-lbl1 { float: left; width: 160px; font-weight: bold; }
#cemetary_form-1 .in-txt1 {
	display: block;
	float: left;
	border: 0;
	height: 20px;
	line-height: 20px;
	width: 138px;
	border: 1px solid #DDD;
}
#cemetary_form-1 .in-txt2 {
	display: block;
	float: left;
	border: 0;
	height: 20px;
	line-height: 20px;
	width: 32px;
	border: 1px solid #DDD;
}
#cemetary_form-1 .in-cbx1 { float: left; }
#cemetary_form-1 .in-cbx2 { float: left; width: 138px }
#cemetary_form-1 .in-btn1 {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	width: 66px;
	background: #D3D3D3 url('../gfx/btnbg-10.png') left top no-repeat;
	border: 0;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
	margin-left: 6px;
}
#cemetary_form-1 fieldset { margin-bottom: 2px; }

#bwsnav1, #bwsnav2 { display: table; width: 100%; }
#bwsnav1 .bwl, #bwsnav2 .bwl { width: 30%; float: left; }
#bwsnav1 .bwr, #bwsnav2 .bwr { width: 70%; float: right; text-align: right; }
#bwsnav1 a, #bwsnav2 a, #bwsnav1 a:visited, #bwsnav2 a:visited  { color: #000080; text-decoration: none; }
#bwsnav2 .txt { width: 32px; border: 1px solid #000; }
#bwsnav2 .btn { border: 1px solid #000; font-weight: bold; }

.ctgnav1 a, .ctgnav1 a:visited { color: #000080; text-decoration: none; }
.ctgnav1 a:hover { color: #F00; text-decoration: underline; }
.ctgnav1 a:hover span { color: #000080; }

a.nav1,  a:visited.nav1 { color: #000080; text-decoration: none; }
a:hover.nav1 { color: #F00; text-decoration: underline; }
a:hover.nav1 span { color: #000080; }

.plus { background: url('../gfx/plus.gif') left center no-repeat; padding-left: 16px; font-size: 86%; }

div.right { text-align: right; }
div.left { text-align: left; }
