@charset "UTF-8";
body  {
	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: justify;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	background-image: url(media/main/images/bg1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color: #A18C54;

/*	background-color: #999;*/
}


.thrColFixHdr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  #FEFAF1 url(media/main/images/bg_tab.jpg) no-repeat  top; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #ffec4e;*/
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0px 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0px; /* 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: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
/*	background-color: #EBEBEB;*/
/*	background-color: #edd9a5;*/
	background-color: #f5efc7;
/* color: #FEFAF1; */
	padding: 10px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #f5efc7;
	padding: 10px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 170px;
	margin-bottom: 50px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.thrColFixHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
.thrColFixHdr #footer {
	padding: 15px 20px 15px 20px;
	background-color: #e1e1ea;
}
 
.thrColFixHdr #footer p {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-align: center;
	text-indent: 0px;
	margin: 0;
}
/*
.thrColFixHdr #footer a:link {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration:none;
	margin: 0;
}
.thrColFixHdr #footer a:visited {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration:none;
	margin: 0;
}
.thrColFixHdr #footer a:hover {
	color: #FF0000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 0;
}
*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thrColFixHdr #container #mainContent table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.thrColFixHdr #container #mainContent td  {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
}
.thrColFixHdr #container #mainContent p {
	text-indent: 15px;
	margin: 0px;
}
.thrColFixHdr #container #mainContent ul {
	margin: 5px 0px 5px 10px;
	list-style-type: disc;
}
.thrColFixHdr #container #sidebar2 h1 {
	margin: 15px 0px 5px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container #sidebar2 h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 15px 0px 5px 0px;
}
.thrColFixHdr #container #sidebar2 p {
	margin: 0px;
	text-indent: 10px;
}
.thrColFixHdr #container #sidebar1 p {
	margin: 0px;
	text-indent: 10px;
}
.thrColFixHdr #container #sidebar1 h2 {
/*	margin: 15px 0px 5px 0px;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container #sidebar1 h1 {
/*	margin: 15px 0px 5px 0px;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.thrColFixHdr #container #sidebar1 #blog a:link {
  color:#000;
  text-decoration:none;
}
.thrColFixHdr #container #sidebar1 #blog a:visited {
  color:#000;
  text-decoration:none;
}
.thrColFixHdr #container #sidebar1 #blog a:hover {
  color:#FF0000;
  text-decoration:none;
}

.thrColFixHdr #container #sidebar1 #blog1 a:link {
  color:#000099;
  text-decoration:underline;
}
.thrColFixHdr #container #sidebar1 #blog1 a:visited {
  color:#000099;
  text-decoration:underline;
}
.thrColFixHdr #container #sidebar1 #blog1 a:hover {
  color:#FF0000;
  text-decoration:none;
}

.thrColFixHdr #container #sidebar2 #blog a:link {
  color:#000000;
  text-decoration:none;
}
.thrColFixHdr #container #sidebar2 #blog a:visited {
  color:#000000;
  text-decoration:none;
}
.thrColFixHdr #container #sidebar2 #blog a:hover {
  color:#FF0000;
  text-decoration:none;
}

.thrColFixHdr #container #sidebar2 #blog1 a:link {
  color:#000099;
  text-decoration:underline;
}
.thrColFixHdr #container #sidebar2 #blog1 a:visited {
  color:#000099;
  text-decoration:underline;
}
.thrColFixHdr #container #sidebar2 #blog1 a:hover {
  color:#FF0000;
  text-decoration:none;
}

.legend p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-indent: 0px !important;
}

.button {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-indent: 0px !important;
	text-align: center; 
	border: 1px solid #999;
	width: 160px !important;
	padding: 5px;
	background-color: #b6cdd8;
}

.button a:link {
	color:#000;
	text-decoration:none;
}
.button a:visited {
	color:#000;
	text-decoration:none;
}
.button a:hover {
	color:#FF0000;
	text-decoration:none;
}

.motto {
	font-style: italic;
	margin: 10px 0px 10px 0px !important;
	text-align: left;
}
.legend {
	width: 800px;
	position: relative;
	left: -10px; 
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
a:link{
	color:#000099;
	text-decoration:underline;
}
a:visited{
	color:#000099;
	text-decoration:underline;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}
tr a:link{
	color:#000099;
	text-decoration:none;
}
tr a:visited{
	color:#000099;
	text-decoration:none;
}
tr a:hover{
	color:#FF0000;
	text-decoration:none;
}
.image{
	margin: 5px 10px 5px 0px;
	float:left; !important
}
.email em{
	font-style:normal;
	margin: 0; !important
}
.email strong{
	font-style:normal;
	margin: 0; !important
}
.thrColFixHdr #container #mainContent #sasek {
/*	font-size: 17px;*/
	font-size: 15px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #sasek h2 {
	font-size: 16px;
	text-align: center;
}
.thrColFixHdr #container #mainContent #sasek #place {
	font-size: 15px;
	text-indent: 0px;
}
.thrColFixHdr #container #mainContent #tetzel {
	font-size: 15px;
	font-weight: normal;
}

.thrColFixHdr #container #mainContent #thumb {
	border: 0;
}
.thrColFixHdr #container #mainContent #thumb td {
/*	vertical-align: top;*/
	text-align: center;
	border: 0;
/*	border-bottom: 0;*/
}
.thrColFixHdr #container #mainContent #thumb h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
