@charset "utf-8";
/* CSS Document */

/* Undo defaults */
* { margin: 0; padding: 0; border: 0 none; }

body {
	color: #F1DEA2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #39608F;
	/*
	text-align: justify;
	*/
	text-align: left;
	line-height: 16px;
}
#wrapper {
	background-image: url(images/bg_main2.jpg);
	background-color: #39608F;
	position: relative;
	top: 0px;	
	width: 100%;
}
#main {
	width: 900px;
	margin: 0px auto;
}
#header {
	height: 166px;
}
#home_page {
	background: #39608F;
	overflow: auto;
	padding: 0;
	width: 900px;
}
#homeleftnav {
	float: left;
	width: 184px;
	background-color: #39608F;
	background-image: url(images/bg_navhome2.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
#subtitle {
	float: left;
	padding: 12px 0 12px 0;
	/*width: 500px;*/
	text-align: center;
	color: #F1DEA2;
	font-size: 15px;
	font-weight: bold;
	width: 716px;	
}
#subtitle a, a:link, a:visited, a:active {
	color: #F1DEA2;
    text-decoration: underline;
}
#subtitle a:hover {
   color: #AD201F;
   text-decoration: none;
   background-color: #F1DEA2;
}
#top_prague {
	float: left;
	text-align: center;
	width: 432px;
	padding: 0;
	margin: 0;
}
#top_brno {
	float: right;
	text-align: left;
	width: 284px;
	margin: 0;
	padding: 0;
}
#left_bottom {
	float: left;
	width: 616px;
}
.col1 {
	float: left;
	margin: 0;
	width: 312px;
	padding: 0 18px 15px 15px;
}
.col2 {
	float: left;
	margin: 0;
	padding: 0 18px 15px 0;
	width: 253px;
}
#left_bottom a, a:link, a:visited, a:active {
	color: #F1DEA2;
    text-decoration: underline;
}
#left_bottom a:hover {
   color: #FFFFFF;
   background-color: #39608F;
}
ul.regular {
  list-style-position: outside;
  line-height: 17px;
  margin-left: 25px;
  color: #000000;
}


/* Homenav
----------------------------------------------------- */
#homenavbox {
	width: 184px;
	padding: 0;
	margin: 0;
}
ul#homenav {
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
	list-style-type: none;
	width: 184px;   /*here*/
	height: 370px;
}
ul#homenav li {
	position: relative;
	font-size: 14px;
	/* 	background: url(../images/subnav_divider.gif) repeat-x left bottom;	*/
}
ul#homenav li a{
	display: block;
 	overflow: auto; /*forces Layout in IE7 */
	padding: 4px 0 3px 27px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	border-bottom: 0;
}
ul#homenav li a:hover {
	color: #F1DEA2;
	font-weight: bold;
	background-color: #39608F;
	margin: 0 0 0 0;  /*This changed navigation hover*/
}
.ul#homenav li a:visited {
	color: #000000;
}
/*1st level sub menu style */
ul#homenav li ul {
	position: absolute;
	left: 183px;
	top: 0;
	width: 190px;     /*here*/
	display: none;
	/*
 	background: #39608F;
	*/
	padding: 1px;
	list-style-type: none;
}
ul#homenav li ul li {
	background: #F1DEA2;
	font-size: 13px;
	font-weight: bold;
}
ul#homenav li ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000000;
	text-decoration: underline;
	background: url(images/symbol.jpg) no-repeat 5px 6px;
	padding: 3px 0 4px 25px;
}
ul#homenav li ul li a:hover {
	color: #39608F;
	background: #F1DEA2 url(images/symbol.jpg) no-repeat 5px 6px;
	text-decoration: underline;
}
/* Holly Hack for IE \*/
* html #homenav ul li { float: left; height: 1%; }
* html #homenav ul li a { height: 1%; }/* CSS Document */

/* nav - More Info/Comments Area
----------------------------------------------------- */
#footer {
	clear: both; 
	padding: 0;
	height: 120px;
	width: 900px;
	background-image: url(images/bg_homefooter.jpg);
	background-repeat: no-repeat;
	background-color: #F1DEA2;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px; 
}
/*
#footercontent {
	color: #000000;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
*/
#footercontent a:link {
	color: #000000;
    text-decoration: underline;
}
#footercontent a:visited {
	color: #000000;
    text-decoration: underline;
}
#footercontent a:active {
    color: #000000;
    text-decoration: underline;
}
#footercontent a:hover {
   color: #39608F;  
   text-decoration: underline;
}
.footercontent1home {
	float: left;
	text-align: left;
	margin: 30px 0 0 20px;
	width: 325px;
}
.footercontent2home {
	float: left;
	text-align: left;
	margin: 0;
}
.footercontent2home img {
	float: left;
}
.footercontent3home {
	float: right;
	text-align: right;
	margin: 30px 20px 0 0;
}
.beigetitle {
	color: #F1DEA2;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	display: block;
	margin-left: 15px;
}
.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;
}
.black14bd {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.red14bd {
	color: #AD201F;
	font-weight: bold;
	font-size: 14px;
}
#boardcol1 {
	float: left;
	margin: 0 50px 0 0;
}
#boardcol2 {
	float: left;
	margin: 0;
}
.boardimg {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
.membercol1 {
	float: left;
	margin: 0 50px 0 0;
	padding-bottom: 0;
}
.membercol2 {
	float: left;
	margin: 0 50px 0 0;
	padding-bottom: 0;
}
.membercol3 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.black14italic {
	color: #000000;
	font-size: 14px;
	font-style: italic;
}
.ad {
	text-align: center;
	border: 2px solid #F1DEA2;
	margin: 0 70px 0 70px;
	padding: 10px 0 10px 0;
	font-weight: bold;
}
.memberlifecol1 {
	float: left;
	margin: 0 27px 0 0;
	padding-bottom: 0;
}
.memberlifecol2 {
	float: left;
	margin: 0 27px 0 0;
	padding-bottom: 0;
}
.memberlifecol3 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.calendarcol1 {
	float: left;
	margin: 0 25px 0 0;
	padding-bottom: 0;
}
.calendarcol2 {
	float: left;
	margin: 0;
	padding-bottom: 0;
	width: 500px;
}
.newscol1 {
	float: left;
	margin: 0 90px 0 0;
	padding-bottom: 0;
}
.newscol2 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.presscol1 {
	float: left;
	margin: 0 25px 0 25px;
	padding-bottom: 0;
}
.presscol2 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.pressimg {
	clear: both;
	text-align: center;
	padding-top: 20px;
}




