body {
	margin: 0;
	padding: 0;
	background: #212846;
	position: relative;
	text-align: center;
}




#gContainer {text-align: left; margin: 0 auto; width: 730px;}


body, td, th, input, select, textarea {
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
}

/*
 *  Hlavicka
 */

#headder {
	background: url("img/headderBg.jpg") no-repeat;
	height: 120px;
	width: 730px;
	border-bottom: 5px solid #fff;
	position: relative;
}

	h1 {
		position: absolute;
		right: 30px;
		bottom: 17px; 
		_bottom: 12px; 
		margin: 0;
		padding: 0 0 0 10px;
		font-size: 24px;
		color: #fff;
		text-transform: uppercase;
		border-left: 2px solid #fff;
	}
	
	h1 span {
		text-transform: none;
		display: block;
		font-size: 12px;
		font-weight: normal;
	}


/*
 *  Menu
 */


#menu {
	margin: 12px 0 0 0;
	width: 730px;
	border-bottom: 3px solid #6E7489;
}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#menu li {
		display: inline;
		padding: 2px 8px 0 9px;
		background: #DBDCE1 url("img/menuLiBg.gif") left top no-repeat;
		border-bottom: 2px solid #212846;
		margin: 0 0 0 2px;
	}
	
	#menu li a {
		text-decoration: none;
		color: #000;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 22px;
	}
	
	#menu li a:hover {
		color: #6E7489;
	}
	
	#menu li.act {
		background: #6E7489 url("img/menuLiBg.gif") left top no-repeat;
		border-bottom: 2px solid #6E7489;
	}
	
	#menu li.act a, #menu li.act a:hover {
		color: #fff;
	}


/*
 *  Data
 */
 
 
#data {
	width: 730px;
}
	.dItem {
		background: #fff;
		margin: 2px 0 0 0;
		padding: 1em 5px 0 5px;
	}
	
	.dItem h2 {
		margin: 0 0 0.5em 0;
		color: #F7941D;
		font-size: 150%;
		padding: 0 0 0 20px;
		background: url("img/h2Bg.gif") no-repeat 0 50%;
		_height: 10px;
	}

	.dItem h3 {
		margin:  0.5em 0 0.5em 0;
		color: #F7941D;
		font-size: 120%;
		padding: 0 0 0 20px;
		background: url("img/h3Bg.gif") no-repeat 0 50%;
		_height: 10px;
	}
	
	.dItem h4 {
		margin:  0.5em 0 0.5em 0;
		font-size: 100%;
		padding: 0 0 0 20px;
		_height: 10px;
	}
	
	
	.dItem p {
		text-align: justify;
		border-left: 3px solid #6E7489;
		padding: 0 20px 0.5em 20px;
		margin: 0;
		_height: 10px;
	}
	
	.dItem p.links {
		clear: both;
		font-weight: bold;
		color: #F7941D;
		text-align: right;
		margin: 0.5em 0;
		padding: 0 20px;
	}
	
	.dItem p.links a {
		float: left;
		font-weight: bold;	
		margin: 0 2em 0 0; 
	}

	.dItem p.img {
		float: right;
		border: none;
		margin: 0 10px;
	}
	
	.dItem p.imgDetail {
		float: right;
		border: none;
		margin: 0;
	}
	
	.dItem p.imgDetail img {
		display: block;
	}
	
	.dItem table {
		border-collapse: collapse;
	
		margin: 0 20px 0.5em 20px;
	}
	
	.dItem td, .dItem th {
		padding: 1px 10px;
		
		vertical-align: top;
	}
	
	.dItem th {
		text-align: right;
		color: #6E7489;
	}
	
	.dItem dl {
	}

	.dItem dl dd {
		text-align: justify;
		border-left: 3px solid #6E7489;
		padding: 0 20px 0.5em 20px;
		margin: 0;
		_height: 10px;
	}

	.dItem dl dt {
		font-weight: bold;
		margin:  0.5em 0 0.5em 0;
		color: #F7941D;
		padding: 0 0 0 20px;
		border-left: 3px solid #6E7489;
		_height: 10px;
	}

	.dItem ul, 	.dItem ol {
		border-left: 3px solid #6E7489;
		padding: 0 20px 0.5em 20px;
		margin: 0;
		_height: 10px;
	}

	.dItem li {
		padding: 0 0 0 5px;
		margin: 0 0 0 30px;
	}
	
	
	
/*
 *  Formular
 */
	
	
	
	
/*
 *  Paticka
 */
	
#footer {
	width: 730px;
	margin: 2px 0 0 0;
	background: #6E7489;
	color: #fff;
	padding: 5px 0;
}

#footer p {
	margin: 0 15px;
	text-align: right;
	font-size: 80%;
}



/*
 *  Ostatni
 */


	
a {
	color: #6E7489;
}

a:hover {
	color: #6E7489;
	text-decoration: none; 
}

a img {
	border: none;
}
	
.noCSS {
	display: none;
}

.clear {
	visibility: hidden;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 1px;
}