/* 
========================

	NFD Titulka
	http://www.nfd.sk/
  
	Grid settings:
	columns: 3
	column width: 300px
	column margin: 15px
	container margin: 25px
    
=========================
*/

* { /* quick reset */
	margin: 0;	
}

body {
	background:#f0f0f0 url("../images/bg.png") repeat-y top center;
	font-family:Arial,Tahoma,Verdana;
/*	color:#5F6670;*/
	color:#3F4650;
	border-top:8px solid #3C5173;
	font-size:12px;
	line-height:20px;
	margin: 0;
	padding: 0;
	text-align: center;
	word-spacing:0.05em;
	height: 100%;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

.inner-wrapper {
	background: url(../images/inner_bg.png) repeat-y 0 0;
	clear: both;
	display: inline;
	float: left;
	padding: 0 25px 0 25px;
	position: relative;
	width: 930px;
	padding-top:10px;
}

.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;	
}

.one-col, .two-col, .three-col {
	clear: none;
	display: inline;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	position: relative;
height:195px;
}

.one-col {
	width: 300px;
}

.two-col {
	width: 615px;
}

.three-col {
	width: 930px;
	margin-right: 0;
}

.prefix-one {
	margin-left: 315px;
}

.prefix-two {
	margin-left: 630px;
}

.suffix-one {
	margin-right: 330px;
}

.suffix-two {
	margin-right: 645px;
}

.clear { 
	clear: both;
}
.last-col {
	margin-right: 0;
}

p {
	margin-bottom:5px;
}

#logobar h1 {
	float:right;
	margin:0;
	position:static;
}

#logobar h1 a {
	display:block;
	height:70px;
	text-indent:-9999px;
}

#logobar h1 {
	background:url("../images/logo.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	height:90px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:180px;
}

#headerbar {
	color:#546580;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding:0 20px;
	position:relative;
	width:340px;
	text-transform:uppercase;
	font-size:10px;
	float:left;
}

#headerbar a {
/*	color:#546580;*/
	color:#8793a1;
}

#headerbar .active_link {
/*	color:#8793a1;*/
	color:#c7d3e1;
}

#headerbar a:hover {
	color:#d3aa61;
}

#logobar {
	background:url("../images/logobar_bg.png") repeat-x 0 0;
	color:#A7B3C1;
	font-weight:normal;
	height:70px;
	line-height:70px;
	padding:0;
	position:relative;
	width:980px;
	text-transform:uppercase;
	font-size:10px;
}

.active_link {
/*	color:#546580;*/
	color:#c7d3e1;
}

a {
/*	color:#97a3b1;*/
	color:#678391;
	text-decoration:none;
}

a:hover {
	color:#d30;
	text-decoration:underline;
}

#content {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;	
}

#footer {
/*	color:#999;*/
	color:#777;
	font-weight:normal;
	line-height:20px;
	height:90px;
	margin-top:10px;
	padding:0 20px;
	position:relative;
	width:940px;
	text-transform:uppercase;
	font-size:9px;
	text-align:right;
}

img {
	border:0;
	border:2px solid #ccc;
	position: relative;
	width: 100%; /* for IE 6 */
}

img:hover {
	border:2px solid #D9AF67;
	color:red;
}

h2 {
	margin-top:-31px;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	position:absolute;
	text-align:center;
	width:100%;
}

h2 span {
	color:#fff;
	font-size:14px;
}

h2 a {
	color:#fff;
	text-decoration:none;
}

h2 a:hover {
	color: #ddd;
	text-decoration:none;
}
#box1 a, #box3 a {
color:#425171;
text-decoration:underline;
}
#box1 a:hover, #box3 a:hover {
color:#d30;
text-decoration:underline;
}