@CHARSET "UTF-8";

* { padding: 0; margin: 0; border: 0; }

.dnone { display: none; }

.fleft { float: left !important; }
.fright { float: right !important; }
.fnone { float: none !important; }
.clear { clear: both !important; }

.mtop { margin-top: 15px !important; }
.mbottom { margin-bottom: 15px !important; }
.mright { margin-right: 15px !important; }
.mleft { margin-left: 15px !important; }
.smleft { margin-left: 11px !important; }
.mtop30 { margin-top: 30px !important; }
.mbottom30 { margin-bottom: 30px !important; }
.mright30 { margin-right: 30px !important; }
.mleft30 { margin-left: 30px !important; }

.ptop { padding-top: 15px !important; }
.pbottom { padding-bottom: 15px !important; }
.pright { padding-right: 15px !important; }
.pleft { padding-left: 15px !important; }

.mtop-none { margin-top: 0px !important; }
.mbottom-none { margin-bottom: 0px !important; }
.mright-none { margin-right: 0px !important; }
.mleft-none { margin-left: 0px !important; }

.tsmall { font-size: 11px !important; }
.tbig { font-size: 14px !important; }
.tleft { text-align: left !important; }
.tright { text-align: right !important; }
.tcenter { text-align: center !important; }

.border-top { border-top: 1px solid #ccc; }
.border-bottom { border-bottom: 1px solid #ccc; }

.block1 { width: 271px; }
.block2 { width: 649px; }
.block21 { width: 423px; }
.block22 { width: 180px; padding-left: 20px; border-left: 1px solid #ccc; }

.w100 { width: 100px; }

.gallery {
	padding: 2px;
	border: 1px solid #dedede;
	margin: 15px 30px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #000;
	background-color: #cdcdcd;
}

#head {
	width: 1000px;
	height: 58px;
	margin: 0 auto;
	background: #fff url('images/shadow_head.gif') top left no-repeat;
}
	#head-in {
		padding: 38px 45px 0 45px;
		line-height: 14px;
	}
	#head .hq, #head .language_cz, #head .language_en {
		float: right;
		display: block;
		padding-left: 20px;
	}
	#head .hq {
		float: left;
		background: url('images/flag_nl.jpg') bottom left no-repeat;
	}
	#head .language_cz {
		background: url('images/flag_cz.jpg') bottom left no-repeat;
	}
	#head .language_en {
		background: url('images/flag_en.jpg') bottom left no-repeat;
	}

#menu {
	background-color: #92853a;
}
	#menu-in {
		width: 1000px;
		height: 221px;
		margin: 0 auto;
		background: #fff url('images/shadow_menu.gif') top left repeat-y;
	}
	#menu-in-in {
		margin: 0 25px;
	}
		#menu-in-in img {
			padding: 0;
			margin: 0;
			float: left;
		}
	#menu .menu-bar {
		float: left;
		height: 41px;
		width: 688px;
		background: #13336e url('images/background_menu.gif') top left repeat-x;
	}
	#menu .menu-bar a {
		display: block;
		float:left;
		margin-top: 5px;
		margin-left: 5px;
		padding: 0 20px;
		font-family: "Trebuchet MS", Verdana, Arial;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		line-height: 36px;
		letter-spacing: -0.03em;
	}
	#menu .menu-bar a:hover {
		color: #dedede;
	}
	#menu .menu-bar a.active {
		background-color: #fff;
		color: #13336e;
	}
	#menu .menu-search {
		float: right;
		height: 41px;
		width: 262px;
		background: #13336e url('images/background_search.gif') top left no-repeat;
	}
	#menu .menu-search-in {
		padding: 6px 0 0 26px;
	}
		#menu .menu-search input {
			border: 1px solid #ccc;
			padding: 2px;
		}
		#menu .menu-search .button {	
			cursor: pointer;
			border: 0;
			color: #fff;
			background-color: #264f9f;
			font-size: 11px;
			font-weight: bold;
		}

#submenu {
	width: 250px;
	padding-bottom: 15px;
	background: #d6ebf1 url('images/background_submenu_bottom.jpg') bottom left no-repeat;
}
	ul.submenu {
		color: #333;
		padding: 15px 0 5px 28px;
		background: #d6ebf1 url('images/background_submenu_top.jpg') top left no-repeat;
		line-height: 28px;
	}
	ul.submenu li {
		border-bottom: 1px solid #999;
		color: #c30000;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: square;
		margin-left: 13px;
		width:195px;
	}
		ul.submenu li a {
			color: #333;
			text-decoration: none;
		}
		ul.submenu li a:hover {
			color: #264f9f;
		}
	ul.submenu li.active, 
	ul.submenu li.active a, 
	ul.submenu li.active a:hover {
		color: #13336e;
		font-weight: bold;
	}

#news {
	width: 250px;
	padding-bottom: 15px;
	background: #f1f1f1 url('images/background_news_bottom.jpg') bottom left no-repeat;
}
	ul.news {
		color: #333;
		padding: 15px 0 5px 28px;
		background: #f1f1f1 url('images/background_news_top.jpg') top left no-repeat;
	}
	ul.news li, ul.news li.empty {
		margin-bottom: 5px;
		color: #666;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:square;
		margin-left: 13px;
		width:195px;
	}
	ul.news li.empty {
		list-style-type:none;
		border-bottom: 1px solid #666;
	}
		ul.news li a {
			color: #264f9f;
			text-decoration: none;
		}
		ul.news li a:hover {
			color: #000;
		}

#content {
	width: 1000px;
	min-height: 500px;
	margin: 0 auto;
	background: #fff url('images/shadow_content.gif') left repeat-y;
}
	#content-in {
		margin: 0 25px;
		padding: 30px 0;
	}

#foot {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: #fff url('images/shadow_foot.gif') top left no-repeat;
}
	#foot-in {
		margin: 0 25px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
		color: #999;
	}
	#foot p {
			text-align: center;
			margin-bottom: 0;
	}
	#foot a { color: #999; }
	#foot a:hover { color: #333; }
	#foot a.active { color: #333; }


p, pre {
	margin-bottom: 15px;
	text-align: left;
}

h1, h1 a {
	 font-family: "Trebuchet MS", arial, verdana, sans-serif;
	 font-size: 18pt;
	 font-weight: bold;
	 letter-spacing: -1px;
	 text-align: left;
	 color: #264f9f;
	 margin-bottom: 9px;
	 text-transform: uppercase;
}

h2, h2 a {
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #264f9f;
	margin-bottom: 7px;
}
h2.search, h2.search a {
    font-family: Verdana;
    font-size: 13pt;
    font-weight: normal;
}

h3, h3 a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #333;
	margin-bottom: 5px;
}

a {
	color: #006485;
}

a:hover {
	color: #000;		
}

ol
{
	margin: 0 0 15px 5px;
	padding: 0 0 0 17px;
}

ul
{
	padding: 0 0 0 17px;
	list-style-type: square;
}



table {
	width: 100%;
	border-collapse: collapse;
}

table.table-box {
	
}
	table.table-box tr {
		border: 1px solid #ccc;
	}
	table.table-box td {
		vertical-align: top;
		padding: 10px;
	}
	table.table-box th {
		vertical-align: top;
		padding: 10px;
		background-color: #ccc;
		text-align: left;
	}