* {
	border: none;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: #f58220;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

body {
	background: #000f55;
	color: #d5d4d4;
	font: 0.78125em/1.32em "arial narrow", arial, sans-serif;
}

dt,
span {color: #f58220;}

dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {margin-bottom: 10px;}

form,
p {overflow: hidden;}

h1,
h2 {
	color: #f58220;
	font-size: 1.32em;
	font-weight: normal;
}
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

hr {
	margin:18px 0 10px;
	border-bottom: 1px dotted #345dae;
	clear: both;
	height: 0;
	text-align: left;
	width:100%;
	
}

input,
select,
textarea {font: 1em/1em "arial narrow", arial, sans-serif;}
input[type="submit"] {
	color: #d5d4d4;
	cursor: pointer;
	background: #29271f;
	padding: 2px 7px;
	margin-right: 10px;
}
input[type="text"],
input[type="password"],
select,
textarea {
	color: #29271f;
	display: block;
	background: #d5d4d4;
	border: 1px solid #29271f;
	margin-bottom: 7px;
	padding: 1px;
}

legend {display: none;}

ol,
ul {list-style: none;}

textarea {
	height: 104px;
	overflow: hidden;
}

.last-column {
	margin-right: 0 !important;
	padding-bottom: 0 !important;
}
.last-row {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#container {
	background: url('../images/bg_header.jpg') no-repeat center top;
	min-width: 980px;
}

#header {
	height: 342px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	width: 980px;
	z-index: 1;
}
	#header form {
		background: #406490;
		float: left;
		left: 37px;
		padding: 1px;
		position: absolute;
		top: 119px;
	}
	#header input {
		float: left;
		margin: 0;
	}
	#header input[type="submit"] {
		background: #ebebeb url('../images/icon_search.gif') no-repeat;
		font-size: 0;
		height: 18px;
		width: 18px;
	}
	#header input[type="text"] {
		background: #a3cdfb;
		border: none;
		margin-right: 1px;
		width: 150px;
	}
	#header label {display: none;}

#language {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 1;
}
	#language a {border: 1px solid #0f406d;}
	#language li {
		float: left;
		margin-left: 3px;
	}
	#language li:first-child {margin-left: 0;}

#navigation {
	font-family: arial, sans-serif;
	left: 283px;
	position: absolute;
	top: 114px;
	z-index: 1;
}
	#navigation a {
		color: #fff;
		display: block;
		line-height: 1.84em;
		padding: 0 20px;
		text-decoration: none;
	}
	#navigation a.active {
		text-decoration:underline;
	}
	
	#navigation > li {
		background: url('../images/shape_line_vertical_double_black_grey.gif') repeat-y;
		float: left;
		padding-left: 2px;
	}
		#navigation > li > a {font-size: 1.216em;}
	#navigation > li:first-child {
		background: none;
		padding-left: 0;
	}
	#navigation ul {
		background: #2d5871;
		border: 1px solid #000;
		display: none;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: auto;
		width: auto;
		z-index: 999;
	}
		#navigation ul a {
			margin: 0;
			position: relative;
			width: 140px;
		}
		#navigation ul li {
			float: none;
			position: relative;
		}
		#navigation ul li:hover {background: #1d2d35;}
		#navigation ul ul {
			left: 100%;
			margin-top: -1px;
			top: 0;
		}
	#navigation ul,
		#navigation li:hover ul,
			#navigation li:hover ul ul {display: none;}
		#navigation li:hover ul,
			#navigation ul li:hover ul,
				#navigation ul ul li:hover ul {display: block;}

#sub-navigation {
	position: absolute;
	right: -24px;
	top: 12px;
}

#intro {
	bottom: 8px;
	overflow: hidden;
	position: absolute;
	width: 980px;
}
	#intro div {
		height: 191px;
		overflow: hidden;
	}

#intro #main-intro {
	background: url('../images/bg_main_intro_content.jpg') no-repeat;
	float: right;
	width: 735px;
}
	#intro #main-intro div {background: url('../images/bg_main_intro-trans.png') no-repeat;}
		#intro #main-intro div * {display: none;}

#intro #sub-intro {
	background: url('../images/bg_sub_intro-trans.png') no-repeat;
	float: left;
	height: 151px;
	padding: 20px;
	width: 201px;
}

#content-container {
	background: #000 url('../images/bg_content.jpg') no-repeat center 48px;
	border: solid #0e4966;
	border-width: 2px 0;
	min-height: 280px;
	padding: 12px 0 62px;
}

#content,
#footer {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 12px 0 20px;
	width: 948px;
}
	#content > div:first-child {
		float: right;
		width: 705px;
	}
	#content img {
		/*border: 5px solid #29271f;*/
		display: block;
		margin: 0 auto;
	}
	#content ol,
	#content ul {list-style-position: inside;}
	#content ol {list-style-type: decimal;}
	#content ul {list-style-type: square;}


#content .gallery {
	list-style: none outside;
	overflow: hidden;
}
	#content .gallery li {margin-bottom: 0px;}

#content .image-align-left {
	float: left;
	margin-right: 10px;
}
#content .image-align-right {
	float: right;
	margin-left: 10px;
}

#content .section {
	margin-bottom: 5px;
	overflow: hidden;
}

#main-content {
	float: left;
	overflow: hidden;
	width: 529px;
}
	#main-content img {max-width: 519px;}
	#main-content input[type="text"],#main-content input[type="password"] {width: 296px;}
	#main-content select {width: 196px;}
	#main-content textarea {width: 525px;}

	#main-content .gallery li {
		display: inline-block;
		margin: 0 20px 0px 0;
		vertical-align: top;
	}

#sub-content {
	float: right;
	overflow: hidden;
	width: 156px;
}
	#sub-content img {width: 146px;}
	#sub-content input[type="text"],
	#sub-content textarea {width: 152px;}
	#sub-content select {width: 156px;}

#extra-content {
	float: left;
	overflow: hidden;
	width: 199px;
}
	#extra-content img {width: 189px;}
	#extra-content input[type="text"],
	#extra-content textarea {width: 195px;}
	#extra-content select {width: 199px;}

#footer {
	color: #fdfdfd;
	padding: 8px 0 32px;
}
	#footer a {color: #fdfdfd;}
	#footer ul {float: right;}
		#footer ul li {
			border-left: 1px solid #fdfdfd;
			float: left;
			margin-left: 10px;
			padding-left: 10px;
		}
		#footer ul li:first-child {
			border-left: none;
			margin-left: 0;
		}

/* ##### Korekta 10-02-2010 ##### */

		#content table img {
			border: none;
			width: auto;
		}

#main-content .gallery {
	position: relative;
	width: 530px;
	padding-bottom:0px;
	margin:0;
}
	#main-content .gallery img {width: 99px;}
	#main-content .gallery li {width: 109px;}

