body{
	margin:0px 0px 0px 0px;
	background-color: #006699;
	background-image: url(./images/bck.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Georgia;
	font-size:small;
}

/*MAIN LAYOUT STYLES*/
#logo{
	background-color: transparent;
	background-image: url(./images/logofull.png);
	background-repeat: no-repeat;
	height: 233px;
}

#head{
	display:none;
}

#mainbck{
	background-color:rgb(255,255,254);
	background-image: url(./images/mainbck.png);
	background-repeat: repeat-x;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width:850px;
	margin-bottom:0px;
}

#mainfront{
	background-color:transparent;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
	color:black;
	min-height:510px;
	margin-bottom:0px;
}

#nav_bar{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width: 155px;
	min-height:500px;
	_height:500px;
	float:left;
	background-image: url(./images/navbar2.png);
	background-repeat: no-repeat;
	padding-top:5px;
	padding-right:0px;
	margin-bottom:20px;
}

#maintop, #mainall, #logo{
 	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width: 870px;
}

#maintop{
	height:24px;
	background-image: url(./images/maintop.png);
	background-repeat: no-repeat;
	margin-bottom:0px;
}

#mainall{
	background-color:transparent;
	background-image:url(./images/shade.png);
	background-repeat: repeat-y;
	/*_background-image:none;*/
}

#shade{
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	background-color:transparent;
	background-image:url(./images/shadein.png);
	background-repeat: repeat-y;
	width:850px;
	/*_background-image:none;*/
}

#mainbottom{
/* 	margin-top: 35px; */
	background-image:url(./images/bottom.png);
	height:25px;
	width:870px;
	margin-right:auto;
	margin-top:0px;
	margin-left:auto;
	padding-top:0px;
	padding-bottom:0px;
}

#bottom_bar{
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	padding-top:0px;
	clear:both;
}

#bottom_id{
	clear:both;
}

#toplogin{
	float:right;
	border: 0px none;
	padding:15px 15px 15px 15px;
}

#toplogin span, #toplogin a{
	font-size: smaller;
	color:#d5def8;
}

/*default classes*/
a{
	text-decoration: none;
	color:rgb(0,102,204);
}
a:hover{
	text-decoration: underline;
	color:rgb(204,0,51);
}

h1, h2, h3, h4{
	margin-top:0px;
	padding-top:5px;
	padding-left:0px;
	font-family:Arial, Verdana, Georgia;
}

p{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:7px;
}

/*common classes*/
.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align: center;
}

.sub{
	border-style:none;
	margin-left:160px;
	margin-top:0px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:0px;
	margin-bottom:0px;
}

a.button:hover{
	text-decoration:none;
}

.block{
  text-align:justify;
}

.right{
	text-align:right;
}

.small_font{
	font-size: smaller;
}

.important{
	color: #c22;
	font-weight: bold;
}

.blue{
	text-decoration: none;
	color:rgb(0,102,204);
	cursor:pointer;  
}

.blue:hover{
	text-decoration: underline;
	color:rgb(204,0,51);
}
/*NAVBAR*/
.navdiv{
	margin-right:15px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:13px;
	margin-bottom:10px;
}

.nava{
	display:block;
	line-height:13px;
	color:black;
	font-size:12px;
	cursor:pointer;
	_cursor:hand;
	clear:both;
}
a.nava:hover{
	text-decoration: none;
	color:rgb(204,0,51);
}
a.nava:focus{
	outline:none;
	color:rgb(204,0,51);
}
a.navu{
	margin-left:5px;
}

.nava span{
	display:block;
	float:right;
	width:103px;
}

.odrazka{
	border-width:0px;
	border-style:none;
	padding-left:0px;
	margin-bottom:-2px;
}

/*FORUM*/
/*messages*/
div.forum_navi{
	
	margin-top:10px;
	text-align:center;
	font-size:smaller;
}

.forum_msg_head, .forum_msg_question{
	background-color: rgb(0,102,153);
	color: white;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
}

.forum_msg_question{
	text-align:center;
	display:none;
}
.forum_msg_question span, .forum_msg_question a{
	cursor:pointer;
	color:white;
}
.forum_msg_question a:hover, .forum_msg_question span:hover{
	color:yellow;
	text-decoration:none;
}
.forum_msg_question table{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.forum_msg_question th{
	padding-top:5px;
	padding-bottom:5px;
}

.forum_msg_question tfoot{
	text-align:center;
}

.forum_msg_msg{	
	background-color: #edf6ff;
	color: black;
	min-height:114px;
	_height:114px;
	margin-bottom:20px;
}

img.forum_msg_pic{
	max-width:100px;
	max-height:100px;
	_height:100px;
}
div.forum_msg_pic{
	height:100px;
	width:100px;
	float:left;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:10px;
	text-align:center;
}

.forum_msg_msg_txt{
	padding-top:5px;
	padding-right:7px;
	padding-bottom:7px;
	padding-left:117px;
}

div.forum_crossbox{
	float:right;
	padding:5px 0px 0px 0px;
}

div.forum_crossbox a, div.forum_crossbox img{
	border-style:none;
	border-width:0px;
}

div.forum_crossbox:hover{
	cursor:pointer;
	_cursor:hand;
}

/*login screen*/
div.forum_login{
	width:300px;
	margin-top:30px;
	padding-left:7px;
	padding-top:7px;
	margin-left:170px;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

.forum_login td{
	min-width:100px;
}

/*various tables*/
table.forum_table{
	margin-top:25px;
}

table.forum_table .firstcol{
	min-width:180px;
	_width:180px;
}

/*table for choosing topic*/
table.forum_choosetopic{
	width:400px;
	margin-top:15px;
	margin-bottom:15px;
	/*margin-left:auto;
	margin-right:auto;*/
}

table.forum_choosetopic th{
	text-align:left;
	border-bottom:1px solid white;
}

table.forum_choosetopic th.firstcol{
	width:66%;
}

table.forum_choosetopic .seccol{
	font-size:smaller;
	text-align:right;
}

/*avatar picture on top*/
img.forum_avatar{
	max-height:75px;
	max-width:75px;
}
div.forum_avatar{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:10px;
	text-align:center;
	height:75px;
	width:75px;
	float:right;
	border-right:1px solid white;
	border-top:1px solid white;
}

/*PHOTOGALLERY*/
.foto_hq_img, .foto_hq{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.foto_hq{
	margin-top:10px;
	padding-bottom:10px;
	color:white;
}

.foto_hq_img{
	visibility:hidden;
	margin-top:0px;
}

.foto_hq_img img{
	border-style:none;
}

.foto_hq a{
	color:white;
}

.foto_hq a:hover{
	color:rgb(204,0,51);
}

.foto_hq span{
	color:rgb(171,171,171);
}

.foto_hq p{
	font-style:italic;
	padding-top:0px;
	padding-bottom:10px;
	color:white;
}

img.foto{
	border:none;
	margin-top:10px;
	margin-left:9px;
	margin-right:9px;
}

/*ARTICLES*/
.article
{
	/*text-align:justify;*/
	padding-right:10em;
	padding-bottom:7px;
}

/* NEWS */
div.news_navi{
	text-align:center;
}

div.news{
	margin-bottom:1em;
}

.news span.date{
	font-style:italic;
	font-weight:bold;
}

.news p.body{
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:justify;
	padding-top:0px;
}

.news p.author{
	text-align:right;
	font-style:italic;
}

/*TABLES*/
table.seznam{
	/*width: 750px;*/
	border: 1px none transparent;
	text-align:center;
	width: 100%;
	_width:600px;
	border-collapse:collapse;
}

.seznam td, .seznam th{
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color:rgb(127,192,240);
	width:30%;
}

.seznam th{
	border-bottom: 2px solid rgb(127,192,240);
	border-top-style: none;
}

.seznam td{
	border-bottom-style: none;
}

.seznam .dleft{
	border-left-style: none;
}

.seznam .dright{
	border-right-style: none;
}

/*ADD BOX*/
table.addbox{
	margin-top:5px;
}

table.addbox img:hover{
	cursor:pointer;
	_cursor:hand;
}
