/* CSS Document */
html
{
	height:100%;
	overflow:hidden;
}

body
{
	margin:0;
	padding:0;
	height:100%;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
}

img
{
	border:none;
}

ul
{
	margin:0;
	padding:0;
	list-style:none;
}

form
{
	margin:0;
	padding:0;
}

.center_aligned
{
	text-align:center;
}

.clear
{
	clear:both;
}

.pager
{
	/*text-align:left;*/
}

.pager a
{
	padding:2px 5px 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.pager a:hover, .pager a.active
{
	background:url(../images/pager_bg.gif) no-repeat;
}

.clickable
{
	cursor:pointer;
}

#login_box
{
	margin-top:10px;
}

#login_name,  #login_pass
{
	border:1px solid #000000;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#user
{
	text-align:right;
	margin:10px;
	font-size:11px;
}


#user span
{
	text-decoration:none;
	font-weight:bold;
	color:#AF0802;
	background-color:#FFFFFF;
	padding:2px 20px 3px 3px;
}

#user img
{
	position:relative;
	top:5px;
	left:10px;
}



#user img
{
	cursor:pointer;
}

#main
{
	width:100%;
	
	margin:0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative;
	/*background-color:#003366;*/
}

#left
{
	background-color:#41729A;
	width:168px;
	float:left;
	/*background:url(../images/left_bg_small.jpg);*/
	background:url(../images/left_bg.jpg) no-repeat 0 140px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	height:auto;
	position:absolute;
}

#middle
{
	width:100%;
	/*height:auto !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */
	/*position:relative;*/
	overflow:auto;
	
}

#inner
{
	width:638px;
	background-color:#FFFFFF;
	margin-left:168px;
}

#right
{
	/*width:100%;
	background-color:#FF0000;
	margin-left:806px;*/
	height:auto !important; 
	height:100%; 
	min-height:100%;
	/*position:relative;*/
	float:left;
	padding:0 0 0 10px;
	margin-left:800px;
	position:absolute;
	top:0;
	background:url(../images/middle_corner.png) no-repeat bottom left;
	
}

#logo
{
	/*margin:12px 0 38px 0;*/
	padding:12px 0 38px 0;
	text-align:center;
	background-color:#43769C;
}

#main_menu
{
	/*background:url(../images/left_bg.jpg) no-repeat;*/
	/*height:619px;*/
	/*height:100%;*/
}

#main_menu li
{
	border-top:1px solid #668AAA;
	padding:3px 20px 4px 15px;
}

#main_menu li img
{
	visibility:hidden;
}

#main_menu li.active
{
	background-color:#FFFFFF;
	border:none;
}

#main_menu li.active img
{
	visibility:visible;
}

#main_menu li.last
{
	border-bottom:none;
}

#main_menu a
{
	color:#FFFFFF;
	font-size:11px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#main_menu li.active a
{
	color:#001E33;
}
#compos
{
	/*text-align:center;*/
	margin:50px 20px;
	color:#A9B0B8;
	font-size:11px;
	vertical-align:bottom;
	position:absolute;
	/*margin-bottom:150px;*/
	width:148px;
}

#compos_flash
{
	height:127px;
	width:127px;
}

#content
{
	margin:45px 58px 0 58px;
}

#vban
{
	
	text-align:center;
	
	width:638px;
	margin-left:-58px;
}

#content .news 
{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #000000;
}

#content .news a
{
	color:#000000;
	text-decoration:none
}

#content .news a:hover
{
	text-decoration:underline;
}

#content .news.last 
{
	border:none;
}


#content .news h1
{
	text-transform:uppercase;
	font-size:18px;
	float:left;
	padding:0 5px 0 0;
	margin:0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	
}

#content .news h1 a
{
	text-decoration:none;
	color:#000000;
}

#content .news .date
{
	color: #B20500;
	font-size:10px;
	font-weight:bold;
	padding:0 5px;
	border-left:1px solid #B20500;
	vertical-align:bottom;
}

#content .news .date a
{
	color: #B20500;
	text-decoration:none;
}

#content .news .coms
{
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #000000;
	vertical-align:bottom;
	padding:0 5px;
}

#content .news .coms a
{
	color: #000000;
	text-decoration:none;
}


#content .news .date a:hover, #content .news h1 a:hover
{
	text-decoration:underline;
}

#content .news .text
{
	clear:both;
	font-size:11px;
	color:#4C4C4C;
	padding-top:10px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}



#right form .t
{
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#login_error
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	margin-top:5px;
}


#gallery
{
	margin:45px 58px 0 72px;
}

#gallery h1
{
	text-transform:uppercase;
	font-size:25px;
}

#gallery .block
{
	border-bottom:1px dotted #000000;
	margin-top:20px;
}

#gallery .block.last
{
	border:none;
}

#gallery .block .sb
{
	float:left;
	width:252px;
}

#gallery .block .sb h2
{
	margin:0;
	padding:0;
	font-size:13px;
	color:#000000;
	text-transform:uppercase;
}

#gallery .block .sb a
{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C4C;
}


#gallery .block .sb a:hover
{
	text-decoration:underline;
}

#gallery .block .sb .r a img
{
	margin-left:5px;
}

#gallery .block .sb .l
{
	float:left;
	width:100px;
}

#gallery .block .sb .r
{
	float:right;
	width:140px;
	margin-right:10px;
}


#gallery .block .c
{
	clear:left;
	height:20px;
}

#gallery .txt
{
	font-size:11px;
	color:#4C4C4C;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:20px 0;
}

#gallery #img_holder
{
	text-align:center;
	margin-bottom:20px;
}


#gallery .th
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #999999;
}

#gallery .th img
{
	cursor:pointer
}

#page
{
	margin:45px 70px 0 60px;
}

#page h1
{
	text-transform:uppercase;
	font-size:25px;
}

#page .txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C4C;
}

#news
{
	margin:45px 70px 0 60px;
	font-size:11px;
	color:#4C4C4C;
}

#news h1
{
	text-transform:uppercase;
	font-size:18px;
	float:left;
	margin:0;
	color:#000000;
}

#news .date
{
	color: #B20500;
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	border-left:1px solid #B20500;	
	vertical-align:bottom;
}


#news .txt
{
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C4C;
}

.comments
{
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding:15px 0;
	font-size:15px;
	font-weight:bold;
	font-family:"Tahoma", Arial, Helvetica, sans-serif
}

.com
{
	
	color:#65819B;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	padding:15px 0;
}

.com .name
{
	color:#213E5E;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding-bottom:5px;
	
}

.com .dt
{
	color:#B20500;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	border-left:1px solid #B20500;
	margin-left:5px;
	padding-left:5px;
}

.comment
{
	padding:25px 0 20px 0;
	font-size:15px;
	font-weight:bold;
	font-family:"Tahoma", Arial, Helvetica, sans-serif
}

.t
{
	border:1px solid #B2B2B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}

.ta
{
	color:#4C4C4C;
	width:100%;
	height:200px;
}

#n_c_error
{
	color:#FF0000;
	padding-bottom:5px;
	font-weight:bold;
}


#vote
{
	margin:45px 70px 0 60px;
	font-size:11px;
	color:#4C4C4C;
}

#vote h1
{
	text-transform:uppercase;
	font-size:28px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
}

#vote h2
{
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	padding:0;
	color:#333333;
}

#vote .chh
{
	margin-bottom:10px;
}

#vote .ch
{
	vertical-align:middle;
	margin-right:10px;
}

#vote #vote_error
{
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
}

#vote .l
{
	float:left;
	width:200px;
	height:30px;
}

#vote .r
{
	float:right;
	width:250px;
	height:30px;
}

#vote .apklausa
{
	border-bottom:1px dotted #000000;
	margin-top:15px;
}

#vote .apklausa .l
{
	float:left;
	width:auto;
	height:30px;
}

#vote .apklausa .l a
{
	text-decoration:none;
	font-family:"Tahoma", Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
	
}

#vote .apklausa .r
{
	float:right;
	width:auto;
	height:30px;
}

#jachtos
{
	margin:45px 70px 0 60px;
	font-size:11px;
	color:#4C4C4C;
	
}

#jachtos h1
{
	text-transform:uppercase;
}

#jachtos .jacht
{
	border-bottom:1px dotted #000000;
	margin-bottom:20px;
	padding-bottom:10px;
}

#jachtos .jacht .l
{
	float:left;
	margin:10px 20px 10px 0;
	width:540px;
}

#jachtos .jacht h2
{
	margin:0;
	padding:0;
	font-size:13px;
	text-transform:uppercase;
}

#jachtos h2 .com_num
{
	font-size:11px;
	text-transform:none;
	color:#B20500;
}

#jachtos .jacht  a
{
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
}

#jachtos .jacht  a:hover
{
	text-decoration:underline;
}



#quest_book
{
	margin:45px 70px 0 60px;
	font-size:11px;
	color:#4C4C4C;
}

#quest_book .title
{
	
}

#quest_book h1
{
	text-transform:uppercase;
	font-size:18px;
	margin:0;
	padding-bottom:20px;
	color:#000000;
	border-bottom:1px dotted #000000;
}


#quest_book .com
{
	
	color:#65819B;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	padding:15px 0;
}

#quest_book .com .name
{
	color:#213E5E;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding-bottom:5px;
}

#quest_book .comment
{
	padding:25px 0 20px 0;
	font-size:15px;
	font-weight:bold;
	font-family:"Tahoma", Arial, Helvetica, sans-serif
}

#quest_book .t
{
	border:1px solid #B2B2B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}

#quest_book .ta
{
	color:#4C4C4C;
	width:100%;
	height:200px;
}

#n_c_error
{
	color:#FF0000;
	padding-bottom:5px;
	font-weight:bold;
}








