/* === RESET === */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* === GENERAL === */
body {
	background: #fff url(../images/bg_front.png) no-repeat top center;
	font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #06395a;
}

a { 
	text-decoration: none; 
	outline: none;
}
	a:hover { 
		text-decoration: underline;
	}
	a img { 
		border: 0;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#contentBg {
	background: #e5d75b url(../images/contentbg.png) repeat-y 0 0;
}

#emocni {
	display: block;
	font-size: 10px;
	padding: 5px;
}
	#emocni a {
		color: #06395a;
	}

/* === HEADER === */
#header {
	background: url(../images/header.jpg) no-repeat 0 0;
	height: 127px;
	position: relative;
	margin-top: 20px;
}

	#header a.logo {
		display: block;
		width: 250px;
		height: 67px;
		text-indent: -9999px;
		position: absolute;
		top: 30px;
		left: 44px;
	}

/* === SIDEBAR === */
#sidebar {
	float: left;
	width: 335px;
}
	
	#sidebar form.login {
		padding: 10px 0 10px 15px;
		background: #fff;
		width: 320px;
	}
		#sidebar form.login div.input {
			background: url(../images/login_input.png) no-repeat 0 0;
			width: 138px;
			height: 16px;
			float: left;
			margin-bottom: 10px;
			padding: 5px 10px;
		}
		#sidebar form.login input {
			font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
			font-size: 10px;
			font-weight: 700;
			border: 0;
			background: transparent;
		}
			#sidebar form.login input.user,
			#sidebar form.login input.pass {
				width: 128px;
				height: 16px;
				color: #0b5b90;
			}
			#sidebar form.login input.submit {
				background: url(../images/login_submit.png) no-repeat 0 0;
				width: 157px;
				height: 29px;
				line-height: 29px;
				color: #626262;
				cursor: pointer;
			}
		#sidebar form.login p.txt {
			width: 135px;
			color: #474747;
			font-size: 10px;
			float: left;
			padding-right: 15px;
		}
		#sidebar form.login a.logout {
			display: block;
			text-align: center;
			background: url(../images/login_submit.png) no-repeat 0 0;
			width: 157px;
			height: 29px;
			line-height: 29px;
			color: #626262;
			font-size: 10px;
			font-weight: 700;
			float: left;
		}
			#sidebar form.login a:hover.logout {
				text-decoration: none;
			}
		
	#sidebar ul.menu {
		list-style: none;
		padding: 25px 0 33px 0;
		background: url(../images/menu_top.png) no-repeat 0 0;
	}
		#sidebar ul.menu ul {
			list-style: none;
		}
		#sidebar ul.menu a {
			display: block;
			background: url(../images/menu_a.png) no-repeat 0 0;
			padding-left: 60px;
			width: 225px;
			height: 34px;
			line-height: 34px;
			font-size: 11px;
			font-weight: 700;
			color: #094872;
			text-transform: uppercase;
		}
			#sidebar ul.menu a.active,
			#sidebar ul.menu a:hover {
				background-position: 0 -34px;
				text-decoration: none;
			}
				#sidebar ul.menu ul a {
					padding-left: 70px;
					width: 215px;
					font-size: 9px;
					background-position: 10px -34px;
				}
					#sidebar ul.menu ul a.active,
					#sidebar ul.menu ul a:hover {
						background-position: 10px 0;
					}

/* === CONTENT === */
#content {
	float: left;
	width: 625px;
}

	#content div.nav {
		background: url(../images/nav.jpg) no-repeat 0 0;
		height: 167px;
		position: relative;
	}
		#content div.nav div.path {
			position: absolute;
			top: 92px;
			left: 30px;
			color: #073d61;
			font-size: 11px;
		}
			#content div.nav div.path a {
				color: #073d61;
			}
				#content div.nav div.path a.big {
					font-size: 13px;
				}
			#content div.nav div.path div.hide {
				background: #fff;
				width: 15px;
				height: 15px;
				position: absolute;
				top: 0;
				left: -20px;
			}
		#content div.nav h2.title {
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			position: absolute;
			top: 140px;
			left: 30px;
		}
				
	#content div.col {
		float: left;
		width: 235px;
		margin: 0 15px 0 30px;
	}
	
	#content div.twoCol {
		margin: 0 15px 0 30px;
		width: 500px;
	}
	
	#content span.phone,
	#content span.fax,
	#content span.email {
		display: block;
		margin-top: 5px;
		padding-left: 25px;
		background: url(../images/content_kontakt.png) no-repeat 0 0;
	}
		#content span.phone {
			background-position: 0 1px;
		}
		#content span.fax {
			background-position: 0 -28px;
		}
		#content span.email {
			background-position: 0 -55px;
		}
	#content span.label {
		display: block;
		text-decoration: underline;
		margin-top: 5px;
	}
	#content span.name {
		display: block;
		margin-top: 5px;
		padding-left: 25px;
		font-weight: 700;
	}
	#content span.company {
		display: block;
		margin-bottom: 15px;
		font-size: 24px;
	}
	#content span.head {
		display: block;
		font-size: 14px;
		font-weight: 700;
	}
	#content span.error {
		display: block;
		color: #ff0000;
		margin: 2px 0 15px 2px;
	}
	
	#content p {
		margin-bottom: 15px;
	}
	
	#content ul {
		list-style: none;
		margin-bottom: 15px;
	}
		#content ul li {
			background: url(../images/content_li.png) no-repeat 0 5px;
			padding-left: 12px;
			margin-bottom: 2px;
		}
			#content ul.download li {
				background: none;
				padding-left: 0;
				background: url(../images/content_li.png) no-repeat 0 12px;
				padding-left: 12px;
				margin-bottom: 10px;
			}
		
	#content a {
		color: #06395a;
	}
		#content a.pdf,
		#content a.doc,
		#content a.default {
			display: block;
			height: 28px;
			line-height: 28px;
			padding-left: 35px;
			background: url(../images/file_icon.png) no-repeat 0 0;
		}
			#content a.pdf {
				background-position: 0 0;
			}
			#content a.doc {
				background-position: 0 -28px;
			}
			#content a.default {
				background-position: 0 -56px;
			}
	
	#content form {
	}
		#content form label {
			display: block;
			font-weight: 700;
			margin: 0 0 2px 2px;
		}
		#content form input {
			display: block;
			width: 238px;
			height: 16px;
			background: transparent;
			border: 0;
			font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
			font-size: 12px;
			color: #06395a;
		}
			#content form input.submit,
			#content form input.login {
				margin-left: 152px;
				margin-bottom: 15px;
				width: 106px;
				height: 29px;
				line-height: 29px;
				text-align: center;
				background: url(../images/content_form_submit.png) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}
				#content form input.login {
					background: url(../images/content_form_login.png) no-repeat 0 0;
				}
		#content form div.input,
		#content form div.inputError {
			background: url(../images/content_form.png) no-repeat 0 0;
			width: 238px;
			height: 16px;
			margin-bottom: 15px;
			padding: 5px 10px;
		}
			#content form div.inputError {
				margin-bottom: 0;
				background-position: -258px 0;
			}
		#content form div.captcha {
		}
			#content form div.captcha img {
				display: block;
				float: left;
				margin-right: 5px;
			}
			#content form div.captcha input {
				width: 80px;
			}
			#content form div.captcha div.input,
			#content form div.captcha div.inputError {
				width: 80px;
				float: left;
				background: url(../images/content_form_captcha.png) no-repeat 0 0;
			}
		#content form textarea {
			display: block;
			width: 238px;
			height: 120px;
			background: transparent;
			border: 0;
			font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
			font-size: 12px;
			color: #06395a;
			overflow: auto;
		}
		#content form div.textarea,
		#content form div.textareaError {
			background: url(../images/content_form.png) no-repeat 0 -26px;
			width: 238px;
			height: 120px;
			padding: 5px 10px;
			margin-bottom: 15px;
		}
			#content form div.textareaError {
				margin-bottom: 0;
				background-position: -258px -26px;
			}

/* === FOOTER === */
#footer {
	background: url(../images/footer.png) no-repeat 0 0;
	height: 85px;
	position: relative;
}

	#footer ul.links {
		list-style: none;
		position: absolute;
		top: 20px;
		left: 604px;
		color: #05263d;
		font-size: 10px;
	}
		#footer ul.links li.col {
			float: left;
			margin-right: 40px;
		}
			#footer ul.links li.col ul {
				list-style: none;
			}
		#footer ul.links a {
			display: block;
			color: #05263d;
			padding-left: 8px;
			background: url(../images/links_arrow.png) no-repeat 0 3px;
		}

/* === MISC === */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix { display: block; }
.clear { clear: both; }