@CHARSET "UTF-8";
/** Struktura webu */
*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
}

body{
	background-color: #2b5f93;
	background-image: url('../images/back-bar.gif');
	background-repeat: repeat-x;
	text-align: center;
}
#container{
	width: 944px;
	margin: auto;
	text-align: left;
}
#top-bar{
	background-image: url('../images/top.png');
	height: 198px;
	width: 100%;
	position: relative;
}
#logo a{
	background-image: url('../images/logo.gif');
	width: 394px;
	height: 119px;
	display: block;
}
#logo span{
	display: none;
}
#tips{
	position: absolute;
	top: 0;
	left: 615px;
	width: 328px;
	height: 119px;
	display: block;
}
#tips p{
	margin: 10px 10px 7px 10px;
	text-align: justify;
	line-height: 120%;
	height: 72px;
	color: #3c77b2;
	overflow: hidden;
}
#tips a{
	display: block;
	float: left;
	width: 150px;
	height: 25px;
	margin-left: 9px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#tips a:hover{
	text-decoration: underline;
}
#tips-detail{
	background-image: url('../images/tips-detail.png');
}
#tips-next{
	background-image: url('../images/tips-next.png');
}
#main-menu{
	list-style: none;
	margin-top: 30px;
	margin-left: 54px;
}
#main-menu li{
	display: block;
	float: left;
	width: 130px;
}
#main-menu a{
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#main-menu a:hover{
	text-decoration: underline;
}
#main-menu1{
	margin-left: 0;
}
#main-menu2{
	margin-left: 40px;
}
#main-menu3{
	margin-left: 24px;
}
#main-menu4{
	margin-left: 28px;
}
#main-menu5{
	margin-left: 0;
}
#main-menu6{
	margin-left: 0;
}
#content{
	background-color: #fff;
	background-image: url('../images/round-bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#left-col{
	width: 150px;
	float: left;
	margin-left: 8px;
}
.l-menu-h{
	width: 232px;
	height: 59px;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	text-indent: 10px;
	font-family: Tahoma;
	letter-spacing: .07em;
	margin: 0;
} 
	
.orange{
	background-image: url('../images/l-menu-h-orange.png');
}
.grey{
	background-image: url('../images/l-menu-h-grey.png');
}
.orange-ul{
	background-color: #ffebe0;
	background-image: url('../images/ul-orange-bottom.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 232px;
	margin-bottom: 8px;
}
.orange-ul li{
	margin-left: 30px;
	list-style-image: url('../images/li-orange.png');
	line-height: 27px;
}
.orange-ul li a{
	color: #ff6600;
	font-size: 14px;
	letter-spacing: .07em;
}
.orange-ul li a:hover{
	color: #dd4400;
}
.grey-ul{
	background-color: #f1f1f1;
	background-image: url('../images/ul-grey-bottom.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 232px;
}
.grey-ul li{
	margin-left: 30px;
	list-style-image: url('../images/li-blue.png');
	line-height: 23px;
}
.grey-ul li a{
	color: #6799cb;
	font-size: 14px;
	letter-spacing: .07em;
}
.grey-ul li a:hover{
	color: #5789bb;
}
.grey-ul li span{
	color: #6d737b;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
#right-col{
	width: 688px;
	float: right;
	margin-right: 8px;
}
#content-bottom{
	clear: both;
	width: 100%;
}
#tail{
	clear: both;
	margin-left: 20px;
	color: #fff;
	line-height: 180%;
}
#tail a{
	color: #fff;
	padding: 0 5px;
}
/** Styly nadpisu */
.h2-top{
	font-size: 12px;
	display: block;
	width: 688px;
	height: 55px;
	color: #17416b;
	font-size: 16px;
	font-weight: normal;
	/*line-height: 290px;*/
	padding-top: 130px;
	text-indent: 20px;
	vertical-align: bottom;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}
.h2-top .alfax{
	font-size: 25px;
	color: #6799cb;
	font-weight: bold;
}
.h2-top .net{
	font-size: 14px;
	color: #fe6600;
	font-weight: bold;
}
.h2-top-f1{
	background-image: url('../images/foto1.jpg');
}
h3{
	color: #17416b;
	font-size: 14px;
	margin-top: 15px;
}
/** Styly pisma */
.fontGrey{
	color: #ccc !important;
}
.fontAqua{
	color: #6cb6ff;
}
.fontRed{
	color: #bd1a1a;
}
.fontGreen{
	color: #8ba637;
}
.tucne{
	font-weight: bold;
}
.size16{
	font-size: 16px;
}
/** Styly odstavcu */
p{
	line-height: 1.6em;
	color: #333;
	font-family: Arial, Tahoma, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
.pGrey{
	background-color: #f1f1f1;
	padding: 10px;
}
a{
	color: #17416b;
}
a img { border:0;}
form label{
	width: 200px;
	display: block;
	float: left;
	line-height: 22px;
}
form input, form select, form textarea{
	margin: 4px 0;
	background-color: #f1f1f1;
	border: 1px solid #c2c2c2;
	color: #333;
}
form .btn{
	background-color: #d0deec;
	border: 1px solid #d0d0d0;
	color: #17416b;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 0 15px 0;
	padding: 3px 7px;
	font-weight: bold;
}

ol, dir{ margin: 7px 0 10px 40px;}
ol li, dir li{line-height: 22px}
dir li {list-style-type: square;}

table *{border:0; font-size: 12px;}
table{ width: 650px; margin-left: 20px;}
table th, table td{ padding: 3px 6px; font-weight: normal; background-color: #FBFCFE;}
table .first th {background-color: #f1f1f1; font-weight: bold;}

/* uvodni stranka */
#index h3{margin-top: 5px; background-image: url(../images/nadpis.gif); background-repeat: no-repeat; color: #fff; font-weight: normal; font-size: 17px; line-height: 50px; padding-left: 50px;}
#index img { border:0;}
#index h4{ color: #17416b; font-size: 14px; margin: 10px 0 5px 10px;}
#index p { margin: 10px;}
#index div{ width: 247px; background-color: #f1f1f1; border-bottom: 1px solid #c2c2c2; float: left; height: 250px;margin: 7px 4px 0 0;}
