body {
	text-align: center;
	margin: 0px;
	background-color: Black;
}
#main {
	display: block;
	width: 1024px;
	height: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
	text-align: left;
	float: none;
}
#top {
	padding: 12px;	
	vertical-align: top;
}
#logo {
	margin-right: 160px;
}
#language {
	position: absolute;
	height: 110px;
	width: 23px;
	margin-left: 10px;
}
#language a {
	display: inline-block;
}
/*-------------------menu------------------*/
#main_menu {
	display: block;
	margin-left: 12px;
	margin-bottom: 5px;
	height: 23px;
}
#main_menu_line {
	display: block;
	margin-left: 12px;
	border-bottom-style: dotted;
	border-bottom-color: White;
	border-bottom-width: 1px;
	height: 1px;
	width: 1000px;
	width: expression('997px');
	overflow: hidden;
}
a.main_menu_no_active {
	display: block;
	float: left;
	width: 324px;
	width: expression('323px');
	margin-right: 5px;
	padding: 3px;
	background-color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}
a.main_menu_no_active:hover {
	background-color: #A6A6A6;
}
a.main_menu_active {
	display: block;
	float: left;
	width: 324px;
	width: expression('323px');
	margin-right: 5px;
	padding: 3px;
	background-color: #aace36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}
a.main_menu_active:hover {
	
}
/*-------------------obsah--------------*/
#main_background {
	width: 1000px;
	width: expression('1000px');
	height: 408px;
	height: expression('408px');
	padding: 12px;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
}
#obsah {
	display: block;
	width: 765px;
	width: expression('765px');
	height: 400px;
	height: expression('400px');
	padding: 5px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	line-height: 150%;
	float: left;
}
#obsah a {
	color: #AACE36;
	text-decoration: underline;
}
#obsah a:hover {
	color: #555555;
	text-decoration: none;
}
#obsah h1 {
	font-size: expression('26px');
	
}
#news {
	width: 195px;
	max-height: 400px;
	float: left;
	margin-left: 15px;
	padding: 5px;
	/*background-color: #F9F9F9;*/
	background-image: url(../img_lib/news-bg.png);
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
}
p.news_span {
	display: block;
	border-bottom: #545454 solid 1px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
}
p.news_span a {
	color: #AACE36;
	text-decoration: none;
	font-weight: bolder;
}
p.news_span a:hover {
	text-decoration: underline;
}
p.news_span:first-child {
	margin-top: 12px;
	display: block;
}
#obsah h3 {
	font-size: 15px;
}

#obsah h1 {
	font-size: 20px;
}
#obsah img {
	float: left;
}
#location {
	margin-left: 12px;
	margin-right: 12px;
	color: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: none 1px white;
	border-top: dotted 1px white;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.location_text {
	color: White;
	font-weight: bolder;
	font-size: 11px;
}
.green {
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
.red {
	color: Red;
	font-weight: bolder;
}
.rychle_otazky {
	margin-left: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pozn {
	font-weight: normal;
}
/*------------spodek-------------------*/
#bottom {
	width: 1024px;
	height: 138px;
	margin-bottom: expression('-5px');
	background-image: url(../img_lib/bottom_background.png);
}
#people {
	margin-left: 30px;
}
#wave {
	margin-left: 300px;
}
a.print_btn {
	display: block;
	position: absolute;
	margin-top: 5px;
	margin-left: 12px;
	width: 100px;
	background-color: #6f6f6f;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
	padding: 3px;
}
a.print_btn:hover {
	background-color: #A2A2A2;
}
#partners {
	position: absolute;
	margin-left: 12px;
	margin-top: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bolder;
}
#partners a {
	color: #C6C6C6;
	padding: 0px 2px;
	text-decoration: none;
	font-weight: bolder;
}
#partners a:hover {
	text-decoration: underline;
	font-weight: bolder;
}
/*-------------souborovy system------------*/
a.soubor {
	color: Black;
	text-decoration: none;
	font-weight: bolder;
	margin: 2px 0px 10px 10px;
}
a.soubor:hover {
	text-decoration: underline;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 10px;
	margin-top: 10px;
}
.login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-top: 8px;
}
.login .red_error {
	color: Red;
}
/*-----------------fotogalerie-------------------*/
#obsah_foto {
	display: block;
	width: 900px;
	width: expression('900px');
	height: 400px;
	height: expression('400px');
	padding: 0px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	line-height: 150%;
}
#main_foto {
	width: 600px;
	height: 400px;
	background-color: transparent;
	float: left;
	text-align: center;
}
#main_foto img {
	float: none;
	border: 0px black solid;
}
#main_foto_control {
	margin-left: 20px;
	margin-top: 170px;
	display: block;
	width: 21px;
	height: 70px;
	float: left;
}
#main_foto_control a {
	margin-top: 1px;
	display: block;
}
#main_foto_control a img {
	cursor: pointer;
	cursor: hand;
	float: left;
	display: block;
	float: none;
}
#left_foto {
	display: block;
	float: left;
	height: 370px;
	margin-left: 30px;
	margin-left: expression('30px');
	text-align: center;
}
#left_foto a, #left_foto a img {
	display: block;
	margin: auto;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	border-color: expression('#efefef');
	float: none;
}
#left_foto a:hover img {
	border-style: solid;
	border-width: 2px;
	border-color: Black;
}
/*--------------------tabulka pojisteni------------------------------*/
#pojisteni {
	font-family: Arial;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-bottom-style: none;
	border-right-style: none;
}
#pojisteni td {
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-left-style: none;
	border-top-style: none;
}
#pojisteni .left_gray {
	background-color: Gray;
}
#pojisteni .tr_gary {
	background-color: Gray;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
}
/*-------------------instruktori----------------*/
#obsah_inst, #obsah_inst table {
	min-height: 500px;
	height: expression('500px');
	background-color: #FAFAFA;
	margin-left: 12px;
	margin-right: 12px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: expression('both');
}
.inst_text_block {
	background-color: #F1F1F1;
	margin-top: 13px;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inst_text_block h1 {
	font-size: 25px;
}
.inst_text_block h3 {
	font-size: 22px;
}
a.main_menu_no_active_inst {
	display: block;
	float: left;
	width: 190px;
	margin-right: 5px;
	padding: 3px;
	background-color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}
a.main_menu_no_active_inst:hover {
	background-color: #A6A6A6;
}
a.main_menu_active_inst {
	display: block;
	float: left;
	width: 190px;
	margin-right: 5px;
	padding: 3px;
	background-color: #aace36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}
.error_inst {
	color: White;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.error_inst a {
	color: Red;
}
/*--------------chat page---------------*/
#left_block {
	float: left;
	width: 220px;
	clear: expression('both');
}
#chatrooms {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 180px;
	height: 340px;
	border: solid 1px gray;
	display: block;
	overflow: auto;
}
#online_users {
	margin: 10px;
	margin-top: 0px;
	padding: 10px;
	float: left;
	width: 180px;
	height: 85px;
	border: solid 1px gray;
	display: block;
	overflow: auto;
}
#chat {
	margin-top: 10px;
	padding: 10px;
	float: left;
	float: expression('right');
	width: 747px;
	height: 350px;
	border: solid 1px gray;
	overflow: auto;
	clear: expression('both');
	
}
#new_message {
	float: left;
	float: expression('right');
	margin-top: 10px;
	clear: expression('both');
	
}
a.choose_chatroom {
	color: Black;
	font-weight: bolder;
	text-decoration: none;
	display: block;
}
a.choose_chatroom:hover {
	background-color: #EEF5D6;
	text-decoration: underline;
}
a.choose_chatroom_red {
	color: white;
	background-color: #CE0000;
	font-weight: bolder;
	text-decoration: none;
	display: block;
}
.choose_chatroom_no {
	color: Black;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	padding: 1px;
	padding-left: 5px;
	background-color: #AACE36;
}
.green_bg {
	display: block;
	background-color: #EEF5D6;
	padding: 2px 2px 2px 2px;
}
.white_bg {
	display: block;
	background-color: White;
	padding: 2px 2px 2px 2px;
}
.red_bg {
	display: block;
	background-color: #CE0000;
	padding: 2px 2px 2px 2px;
}
.chat_nadpis {
	font-weight: bolder;
	display: block;
	border-bottom: solid 1px black;
	margin-bottom: 4px;
}