@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #BEAAA5;
	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: #000000;
	margin-top: 30px;
}

img
{  border-style: none;
}

.container {
	width: 990px;
	text-align: left;
	background-color: #AB8F88;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
	min-height: 580px;
	_height: 580px

} 
.containerHome {
	width: 990px;
	text-align: left;
	/*background-color: #AB8F88;*/
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}
.header {
	height: 32px;
	background-image: url(im_header.jpg);
	background-repeat: no-repeat;
} 
.subheader {
	height: 68px;
	background-image: url(im_subHeader.jpg);
}
.subheaderWithHead {
	height: 68px;
	background-image: url(im_subHeaderWithHead.jpg);
}


.sidebarLeftTop {
	height: auto;
	width: 265px;
	float: left;
	background-image: url(im_sideLeftTop.jpg);
	background-color: #AB8F88;
	background-repeat: no-repeat;
	min-height: 580px;
	_height: 580px
}
.sidebarLeftTopHome {
	height: auto;
	width: 265px;
	float: left;
	background-image: url(im_sideLeftTopHome.jpg);
	background-color: #AB8F88;
	background-repeat: no-repeat;
	min-height: 500px;
	_height: 500px
}

.mainContent {
	width: 725px;
	height: auto;
	background-image: url(im_mainContent.jpg);
	float: right;
	background-color: #AB8F88;
	background-repeat: no-repeat;
	min-height: 580px;
	_height: 580px;
	position: relative;
} 
.mainContentHome {
	width: 725px;
	height: 500px;
	background-image: url(im_mainContentHome.jpg);
	float: right;
	background-color: #AB8F88;
	background-repeat: no-repeat;
	min-height: 500px;
	_height: 500px;
	position: relative;
}
.mainContentWithHead {
	width: 725px;
	height: auto;
	background-image: url(im_mainContentWithHead.jpg);
	float: right;
	background-color: #AB8F88;
	background-repeat: no-repeat;
	min-height: 580px;
	_height: 580px;
	position: relative;
}

.mainContentDocumentBody {
	margin-left:10px;
	margin-right:30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.bodyLi {
	font-size:12px;
	padding-bottom:3px;
	padding-right:20px;
}
	
.footer {
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.menuTable{
	margin-left: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
}

.menuTable a {	
	color: #FFFFFF;
	text-decoration:none;
	} /* oba typy v liště */

.menuTable a:link {	
	color: #FFFFFF;
	text-decoration:none;
	} /* oba typy v liště */

.menuTable a:visited {
	color: #FFFFFF;
	text-decoration:none;
	} /* oba typy v liště */

.menuTable a:hover {
	color: #FFFFFF;
	text-decoration:none;
	} /* odkazy přejížděné myší */

.primaryNav a:visited {
	color: #c2aca6;
	text-decoration:none;
	} /* oba typy v liště */
.primaryNav a:link {
	color: #c2aca6;
	text-decoration:none;
	}
.primaryNav a:hover {
	color: #c2aca6;
	text-decoration:none;
	} /* odkazy přejížděné myší */

.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;
}
.flag {
	margin-left: 900px;
}
.tableCircles {
	margin-left: 45px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 70px;
}
.tableCirclesText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: lighter;
	vertical-align: top;
}
.tableCirclesHeder1 {
	font-family: "Times New Roman", Times, serif;
	color: #321c19;
	font-size: 49px;
	font-weight: lighter;
	text-align: right;
	padding-right:20px;
	vertical-align: top;
}

.tableCirclesHeder2 {
	font-family: "Times New Roman", Times, serif;
	color: #4d3733;
	font-size: 40px;
	font-weight: lighter;
	vertical-align: bottom;
	text-align: center;
}
.tableCirclesFooter1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 29px;
	font-weight: lighter;
	text-align: left;
	text-decoration: underline;
	padding-left:60px;
	vertical-align: top;
	padding-top: 5px;
}

.tableCirclesFooter2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 29px;
	font-weight: lighter;
	text-align: center;
	text-decoration: underline;
	/*padding-right:25px;*/
	/*vertical-align: top;*/
	padding-top: 0px;
}

.tableCirclesFooter1 a {	
	color: #FFFFFF;
	text-decoration:underline;
	} /* oba typy v liště */

.tableCirclesFooter1 a:link {	
	color: #FFFFFF;
	text-decoration:underline;
	} /* oba typy v liště */

.tableCirclesFooter1 a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	} /* oba typy v liště */

.tableCirclesFooter1 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}


.tableCirclesFooter2 a {	
	color: #FFFFFF;
	text-decoration:underline;
	} /* oba typy v liště */

.tableCirclesFooter2 a:link {	
	color: #FFFFFF;
	text-decoration:underline;
	} /* oba typy v liště */

.tableCirclesFooter2 a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	} /* oba typy v liště */

.tableCirclesFooter2 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}

.tableForumEntries {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;

	border-top-width::2px;
	border-top-color:#8a6d67;
	width:650px;
}
.tableForumHeader {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	border:0px;
	width:650px;
}
.forumEntry {
	border-top-width:1px;
	border-top-color:#8a6d67;
	border-top-style:solid;
	margin-top:10px;
	padding-top:10px;
	font-size: 12px;
}
.forumEntryHeader {
	font-size: 12px;
	color: #52362f;
	font-weight: bold;
	margin-top: 10px;
	}

.breadCrumb1 {
	font-family: "Times New Roman", Times, serif;
	color: #321c19;
	font-size: 49px;
	font-weight: lighter;
	text-align: left;
	margin-bottom: 20px;
}
.breadCrumb2 {
	font-family: "Times New Roman", Times, serif;
	color: #5a3d37;
	font-size: 34px;
	font-weight: lighter;
	text-align: left;
}
.whiteLink a:link {
	color: #FFF;
	font-size: 12px;
	text-decoration:underline;
	}
.whiteLink a:visited {
	color: #FFF;
	font-size: 12px;
	text-decoration:underline;
	}
.forumFormHeader {
	font-size: 16px;
	color: #52362f;
	font-weight: bold;
	margin-top: 30px;
	}
.tableForumFormHeader {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	border:0px;
	width:650px;
}

.tableForumFormBody {
	margin: 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	border:0px;
}
.whiteText {
	color: #FFF;
	font-weight: lighter;
	}
.textField {
	border-color:#FFF;
	border-style:solid;
	border-width:2px; 
	background-color:#52362f;
}
.tableCopyright {
	margin: 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: lighter;
	position: absolute;
	bottom: 5px;
}
