

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
font-family: Tahoma;
}

a
{
	color: #f59d30;
}

body
{
  font-family: Tahoma;
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-size: 11pt;
	background: #174F72;
	color: #f59d30;
}

/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	min-width: 900px;
	background: #174F72 url('images/main.jpg') top left repeat-x;
}

/* Header */
#hlavicka
{
height:95px;
margin: 0em auto;  


}


#header
{
	/*padding: 1.5em 2em 1.5em 4em;*/
	
	height: 30px;
	width: 499px;
	float: right;
}

#header h1
{
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#header h1, #header h2
{
	display: block;
	width: 450px;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	text-align: right;
	margin: 0em auto;
}

#header h1 a
{
	color: #FCD472;
	text-decoration: none;
}

#header h2
{
	color: #bbaa77;
	font-size: 0.8em;
}



#header2 h2
{
  display: block;
	width: 900px;
	text-align: left;
	margin: 0em auto;
  color: #F59D30;
	font-size: 1.5em;
	padding-top: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
/* Menu */
#main
{
width: 900px;
margin: 0em auto;  


}
#portret
{

width: 900px;
display: block;
margin: 0em auto;
height: 260px;
background: url(images/svoboda.jpg) no-repeat right -10px;
position: absolute;
}

#kostel
{
width: 400px;
height: 186px;
float: left;
display: block;
margin: 0em auto;
background: url(images/becov.jpg) no-repeat left bottom;


}


/* Menu */

#menu
{
	padding: 7.2em 2em 1em 0em;
	font-size: 14px;
	color: #F59D30;
	z-index: 100;
	width: auto;
	
}

#menu ul
{
	display: block;
	width: 900px;
	margin: 0em auto;
	list-style: none;
	padding-left: 0px;
	width: auto;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #F59D30;
	font-weight: normal;
	text-decoration: none;
	padding: 0.1em 8px 0.1em 8px;
	width: auto;
	min-width: 110px;

}

#menu li a:hover
{
	background: #09182D ;
	color: #fff;
}

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
  
}

.menu a
{
  border-right: 1px solid #F59D30;
  p


}
.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
  
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
 
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
  
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  /*padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;*/
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

.menu
{
  padding: 0px 8px 0px 8px;
}

.menu ul a
{
  font-size: 12px;
  font-weight: normal;
  
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 22px;
  width: 150px;
  overflow:hidden;
  line-height: 22px;
  margin-right: auto;
   
  background-image: url('images/subitem-bg.png');
  background-color: #123B57;
  background-position: left top;
  background-repeat: repeat-x;

  border-width: 1px;
  border-style: solid;
  border-color: #F59D30;
}

.menu ul ul
{
  
  margin-left: auto;
}

.menu ul ul a
{
  margin-left: auto;
}

.menu ul li
{
  color: #000000;
  border-color: #A4B9C6;
  background-position: 0 -22px;
}

.menu ul li a
{
  color: #fff;
  border-color: #A4B9C6;
  background-position: 0 -22px;
}


.menu ul li a:hover
{
  color: #000000;
  border-color: #A4B9C6;
  background-position: 0 -22px;
}

/* Content */

#content
{
	width: 900px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: justify;
}

#content h1,h2,h3,h4,h5,h6
{
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #EFEECC;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #443333;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #F6EECC;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{

	/*margin-left: -17.5em;*/
	
	width: 670px;
	float: left;
}

#primaryContent
{
  margin-top: 54px;
	font-size: 10.5pt;
	padding: 1.3em;
	color: #FCD472;
}

#primaryContent a
{
  
	padding: 0px;
	color: #F1D472;
	
}


#primaryContent h2, #primaryContent h3, #primaryContent h1
{
  font-family: Tahoma;
  font-weight: normal;
	border-bottom: solid 1px #efeecc;
	padding-bottom: 0.25em;
	margin-bottom: 1.25em;
	color: #FCD472;
}

#primaryContent h2
{
	font-size: 1.7em;
	padding-top: 20px;
}

#primaryContent img 
{
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; 
border: 1px solid #dcdcdc; 
text-align: center;

}

#primaryContent h3
{
	font-size: 1.1em;
	padding-top: 20px;
}

.gallery img {
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; 
border: 1px solid #dcdcdc; 
text-align: center;}

#primaryContent td
{
	padding: 0px ;
	margin: 0px ;
}

#primaryContent tr
{
	padding: 0px ;
	margin: 0px ;
}

#primaryContent table
{
	padding: 0px ;
	margin: 0px ;
}

/* Secondary Content */

#secondaryContent
{
	/*float: right; */
	float: right;
	width: 210px;
	padding: 140px 20px 0px 0px;
	font-size: 0.9em;
	color: #FCD472;
}

#secondaryContent h3
{
	background: #2E2017 url('images/a4.gif') top left repeat-x;
	color: #FCD472;
	padding: 0.5em;
	padding: 0.5em 0.5em 0.5em 1.0em;
	position: relative;
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1.0em;
}



#search
{
  
	width: 210px;
	padding-top: 20px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 20px;
  
}

.searchform {
 margin:0px;

 
}
 
.search_form{
 width: 145px;
 border: none;
 height: 20px;
 margin: 0px;
 padding: 0px; 
 vertical-align: bottom;
 

 }
 
 
#search .searchbutton {
 
 background-color: #123B57; 
 border: 1px solid #C4AE7C; 
 width: 60px; 
 height: 20px;
 font-weight: bold;
 letter-spacing: 0.1em;
 vertical-align: middle;
 margin:0px;
 padding:0px; 
 color: #FCD472;
 vertical-align: bottom;
 }

/* Anketa */

#anketa
{
	background-color: #123B57;
	width: 210px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

#loga
{
	width: 210px;
	padding-bottom: 20px;
	margin: 0 0 0 0;
	
}
#loga p
{
  line-height: 5px;
  padding: 4px 0 2px 0;
  margin: 0 0 0 0;
  text-align: center;
	
}

.poll, .sbox {border: 1px solid #C4AE7C; width: 210px; padding: 0 0 0 0; margin: 0 0 0 0;}
.poll-content, .sbox-content {padding: 5px 20px 5px 20px;}
.poll-question, .sbox-title {text-align: left; padding-bottom: 5px;}

  /* individualni pro anketu */
  /*.poll-answer {border-top: 1px solid #C4AE7C; padding: 6px 0 5px 0;}*/
  .poll-answer {border-top: 0px; padding: 6px 0 5px 0;}
  .poll-answer input {padding: 0; margin: 0;}
  .poll-answer .votebutton {margin: 3px 4px 2px 0 !important; color: #FCD472; background-color: #123B57; width: 80px; font-weight: bold; border: 1px solid #C4AE7C;}
  .poll-answer div {background-image: url("../images/system/votebar.gif"); background-repeat: repeat-x; height: 11px; margin: 6px 2px 4px 0;}
  .poll-question div {color: #a4a4a4; font-size: 9px;}


/* Footer */

#footer
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: right;
	width: 840px;
	margin: 0em auto;
	border-top: solid 1px #efeecc;
	font-size: 0.9em;
	color: #F59D30;
}

.clear
{
	clear: both;
}