﻿body 
{
	background-color: white;
	text-align: center;
	font-family: Verdana, Georgia;	
	font-size: 75%;
	margin: 0px;
}

#containerout
{
	background-image: url("images/emptyrightrepeaty.jpg");
	background-position: right;
	background-repeat: repeat-y;
}

#container
{
	/*width: 100%;*/
/*	margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	/*border-left: solid 5px #eee;*/
	background: url("images/navrh4.jpg") no-repeat top left;
	padding: 0px 0px 0px 20px;
	/*_height: 1000px;
	min-height: 1000px;*/
}

#header
{
	/*background-color: rgb(239,231,223);*/
	/*border-top: 1px solid rgb(140,140,140);
	border-bottom: 1px solid rgb(140,140,140);*/
	padding: 0px 0px 0px 10px;
	padding-top: 20px;
	margin: 0px 20px 0px 0px;
	color: rgb(31,51,71);
	text-align: left;
	height: 93px;
	/*background-image: url("images/chlapec.gif");
	background-repeat: no-repeat;
	background-position: right center;*/
}

#header #nadpis
{
	font-weight: bold;
	font-size: 200%;
	font-style: italic;
	font-family: Calibri;	
	padding-top: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 100px;
	
	text-transform: capitalize;
	color: #8E511F;
}

#header IMG
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#right
{
	/*border-left: 1px solid rgb(140,140,140);
	border-right: 1px solid rgb(140,140,140);*/
	float: right;
	width: 178px;
	/*background-color: rgb(239,231,223);*/
	/*_height: 500px;
	min-height: 500px;*/
	margin-right: 20px;
	_margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	_padding-top: 20px;
	font-size: 90%;
	font-family: Verdana;
	line-height: 140%;
}

#mainmenu
{
	width: 170px;
	font-family: Verdana;
	font-weight: bold;
	background-color: #F2ECE6;
	border: solid 1px silver;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
	_margin-left: 8px;
	opacity: .9;
	filter: alpha(opacity=90);
	padding: 10px;
	line-height: 130%;
}

#mainmenu H1
{
	border-left: solid 12px #98B0C8;
	border-right: solid 12px #98B0C8;
	background-color: #DCCDBE;

	font-size: 100%;
	margin: 0px 0px 10px 0px;
/*	background-color: #BECDDC;*/
	padding: 2px 5px;
	text-align: center;
	color: black;
}

#mainmenu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: rgb(35,53,71);
}

#mainmenu LI
{
	margin: 5px;
}

#mainmenu LI UL
{
	padding-left: 22px;
	font-weight: normal;
	text-indent: -12px;
}



#mainmenu A
{
	text-decoration: none;
	color: rgb(0,23,41);
}

#mainmenu A:HOVER
{
	text-decoration: underline;
}

#mainmenu A:ACTIVE
{
	color: Red;
}

#leftcolumn
{
	width: 170px;
	float: left;
	_padding-left: 5px;
}

#undermenu
{
	width: 170px;
	margin-left: 20px;
	margin-top: 250px;
	text-align: left;
	opacity: .5;
	filter: alpha(opacity=50);
}

#undermenu IMG
{
	border: 0px;
}

#maincontent
{
	margin-left: 250px;
	background-image: url("images/emptyright.jpg");
	background-position: right 115px;
	background-repeat: no-repeat;
}

#maincontent #top
{
	background-image: url("images/emptytop.jpg");
	background-position: right top;
	height: 115px;
}

#maincontent2
{
	padding-top: 10px;
}

#content
{
	_height: 200px;
	min-height: 200px;
	line-height: 150%;
	margin-right: 240px;
	text-align: justify;
	text-indent: 20px;
}

#content LI
{
	text-indent: 0px;
}

#content H1
{
	font-size: 150%;
	color: #44617E;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border-left: 15px solid #98B0C8;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #F2ECE6;
	text-indent: 0px;
	letter-spacing: 1px;
	font-variant:small-caps;
	text-align: center;
	font-family: Georgia;
}

#content H2
{
	font-size: 125%;
	color: rgb(142,123,86);
	padding-top: 0px;
	margin-top: 20px;
	text-indent: 0px;
	padding-left: 20px;
	font-family: Georgia;
	text-align: left;
}

#content H3
{
	font-size: 120%;
	font-family: Georgia;	
}

#content TABLE
{
	font-size: 100%;
	border-collapse: collapse;
}

#content TABLE TH
{
	background-color: #EFE7DF;
	border: solid 1px rgb(140,140,140);
	padding: 5px 10px;
}

#content TABLE TD
{
	border: solid 1px rgb(140,140,140);
	padding: 5px 10px;
}

#content TABLE THEAD TD
{
	background-color: rgb(239,231,223);
	text-align: center;
	font-weight: bold;
}


#content DT
{
	font-weight: bold;
	margin-top: 15px;
}
.ImageRight
{
	float: right;
	margin: 0px 0px 10px 20px;
	border: solid 1px #98B0C8;
}

.ImageLeft
{
	float: left;
	margin: 10px 20px 10px 0px;
}

#footer
{
	clear: both;
	text-align: center;
	font-size: 80%;
	color: Gray;
	padding-top: 5px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.Boxik
{
	/*border: solid 1px silver;*/
	background-color: #F2ECE6;
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 0px 0px;
	color: #444;
	margin: 20px 0px;
}

.Boxik H1
{
	font-size: 100%;
	margin: 0px;
	padding: 1px 1px 1px 10px;
	/*border-bottom: dashed 1px silver;*/
	border-left: solid 10px #98B0C8;
	background-color: #DCCDBE;
		
}

.Boxik P
{
	margin: 10px 10px;
}

#bohosluzby
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	_padding-left: 15px;
	
	margin: 10px 0px;
	/*list-style-image: url("images/list-icon.png");*/
	list-style-image: url("images/triangle.gif");
	list-style-position: outside;
}

#bohosluzby LI
{
}

.Povinne
{
	font-weight: bold;
}


FIELDSET
{
	-moz-border-radius: 6px;
	padding: 20px 10px 20px 10px;
	margin-top: 40px;
	_margin-top: 0px;
	text-indent: 0px;
}

FIELDSET LEGEND
{
	margin-left: 15px;
	padding: 2px 10px;
	letter-spacing: 2px;
	color: gray;
	border: 1px solid silver;
	_margin-bottom: 10px;
	font-weight: bold;
}

FIELDSET LABEL
{
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

FIELDSET P
{
	margin: 5px;
	color: #555;
	margin: 10px 3px;
}

FIELDSET INPUT
{
	margin: 0px;
}

.Krizek
{
	border: 1px solid silver;
	background-color: Transparent;
	width: 20px;

}

.Warning 
{
	color: Red;
	font-weight: bold;
	border-bottom: solid 1px Red;
	border-top: solid 1px Red;
	border-right: solid 1px Red;
	border-left: solid 20px Red;
	/*height: 29px;*/
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 0px;
}

.Information
{
	color: Blue;
	font-weight: bold;
	border-bottom: solid 1px Blue;
	border-top: solid 1px Blue;
	border-right: solid 1px Blue;
	border-left: solid 20px Blue;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 0px;
}

.Toolbar
{
	margin: 20px 0px;
	padding: 2px 20px;
	text-indent: 0px;
	color: Silver;
}

.Toolbar A
{
	text-decoration: none;
	font-family: Verdana;
	border: 1px solid silver;
	padding: 3px;
	color: Blue;
	background-color: #eee;
}

.Toolbar A:HOVER
{
	text-decoration: none;
	color: White;
	background-color: gray;
}

#bohosluzbyBefore
{
	text-align: left !important;
	text-indent: 0 !important;
	min-height: 260px;
}

#bohosluzbyBefore P
{
	margin: 2px 0px;
	clear: both;
	color: Black;
}

#bohosluzbyBefore P LABEL
{
	float: left;
	width: 100px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}

#bohosluzbyBefore FIELDSET
{
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: left !important;
	background-color: #F2ECE6;
}

#bohosluzbyBefore #toPDF
{
	/*float: left;*/
	text-align: left !important;
}

#bohosluzbyBefore #toPDF div
{
	margin-top: 5px;
}

#bohosluzbyBefore #toPDF INPUT
{
	vertical-align: middle;
}

#bohosluzbySeznam
{
	_clear: both;
	border-collapse: collapse;
	border: solid 1px rgb(140,140,140);
	margin: 5px 0px;
	margin-top: 20px;	
	font-family: Verdana;
	line-height: 150%;
}

/*#bohosluzbySeznam TD
{
	border: solid 1px rgb(140,140,140);
	padding: 5px 10px;
	text-align: left;
}

#bohosluzbySeznam THEAD TD
{
	background-color: rgb(239,231,223);
	text-align: center;
	font-weight: bold;
}
*/
#kalendarBohosluzeb
{
	margin: 0px 20px 20px 0px;
	background-color: Yellow;
	float: left;
}

.Clear
{
	clear: both;
}

#kontakt P
{
	text-indent: 0px;
	text-align: left;
}

#mapa
{
	float: right;
	text-align: right;
}


#odkazy
{
	margin-top: 50px;
}


.Error
{
	background-color: rgb(239,231,223);
	padding: 20px;
	margin: 100px;
	border: 1px solid brown;
	line-height: 150%;
	font-size: large;
}

.tab2 TD
{
	border: none;
}

#divAktuality
{
	
}

#divAktuality table
{
	font-size: 100%;
}

#divAktuality table tr td
{
	border: none; padding: 0;
}

#divAktuality table h1
{
	border: none;
	text-align: left;
	font-size: 110%;
}

.Aktualita
{
	margin-top: 5px;
	margin-bottom: 10px;
	clear: left;
	border: 1px solid #98B0C8;
	background-color: #F6F6F6;
	color: #444;
	padding: 10px 15px;
}

.Aktualita h1
{
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
	color: #6E8FB0 !important;
}

.Aktualita .Nadpis
{
	padding: 0px;
}

.Aktualita .Nadpis .Datum
{
	float: right;
	font-size: 90%;
	color: #98B0C8;
}

.Aktualita p
{
	text-indent: 0;
	margin: 0;
}

.Aktualita img
{
	margin: 5px 10px;
	border: none;
}

.NefunkcniHyperlink
{
	color: Silver !important;
}

.NoIndent
{
	text-indent: 0;
}

.BezRamovani td
{
	border: none !important;
}


.Photogalleries
{
	overflow: hidden;
}

.Photogalleries .Photogallery
{
	background-color: #F2ECE6;
	float: left;
	text-align: center;
	text-indent: 0;
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
	/*width: 150px;*/
	height: 120px;
}

.Photogalleries .Photogallery img
{
	border: 1px solid black !important;
}

.Photogalleries .Photogallery img:hover
{
	opacity: 0.75;  
    filter: alpha(opacity=75);  
    -moz-opacity: 0.75;  
    -khtml-opacity: 0.75;  
}

.Photogalleries .Photogallery .Title
{
	margin-top: 3px;
}

.Photogalleries .Photogallery a
{
/*	color: White;
	text-decoration: underline !important;*/
}

.Images
{
	overflow: hidden;
}

.Images .Image
{
	float: left;
	border: 3px solid black;
	padding: 5px;
	margin: 10px;
	text-indent: 0;
	background-color: white;
}

.Images .Image:hover
{
}

.Images .Image img:hover
{
	opacity: 0.75;  
    filter: alpha(opacity=75);  
    -moz-opacity: 0.75;  
    -khtml-opacity: 0.75;  
}

.ContentMenu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.ContentMenu UL LI
{
	margin: 5px;
	font-weight: bold;
}

.ContentMenu LI UL
{
	padding-left: 22px;
	font-weight: normal;
	text-indent: -12px;
}

.ContentMenu LI A
{
	color: #0000aa;
	text-decoration: none;
}

.ContentMenu LI A:HOVER
{
	text-decoration: underline;
}

.ContentMenu LI A:VISITED
{
	color: #5500aa;
}

.ContentMenu UL LI UL LI
{
	margin: 1px;
	font-weight: normal;
}

table.PoradBohosluzebKalendarHeader tr td
{
	border: none !important;
}
