/* ----------------------------------- reset nastavenia------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- nastavenie templatu ---------------------------------------------------- */
body {
	margin:0;
	color:#3E3E3E;
	font-family:Arial,Tahoma,Verdana,sans-serif,Helvetica;
	font-size:13px;
	background: #FFFFFF;
	line-height: 18px;
}

h1 {
	font-size: 140%; 
	font-weight: bold; 
	margin-bottom: 19px;
}

h1 span {
	font-size: 80%; 
	color: #8A8A8A;
}

#foto h1 {
	width:943px; 
	height: 45px;
	line-height: 45px;
	background:url(../images/h1-foto.jpg) no-repeat; 
	padding-left: 22px;
	margin-bottom: 20px;
}

a:link { color: #0001FC; text-decoration: none;}
a:visited { color: #0001FC; text-decoration: none;}
a:hover {color: #0001FC; text-decoration: underline; }
a:active { color: #0001FC; text-decoration: none;}

/* -------------------------------- wrapper templatu ---------------------------------------------------- */
#main {
	text-align: left; 
	width: 974px; 
	margin: 0px auto; 
	padding: 0px;
}

#header-sk { 
	height:272px;
	background:url("../images/header_sk.jpg") no-repeat;
	margin-top: 35px;
}
#header-uk { 
	height:272px;
	background:url("../images/header_uk.jpg") no-repeat;
	margin-top: 35px;
}
#header-de { 
	height:272px;
	background:url("../images/header_de.jpg") no-repeat;
	margin-top: 35px;
}

#header-space-top { 
	height:38px;
	width: 974px;
}

#header-lang { 
	height:184px;
	padding-right: 8px;
	text-align: right;
	color: #BBBBBB;
}
#header-lang a:link { color: #BBBBBB; text-decoration: none;}
#header-lang a:visited { color: #BBBBBB; text-decoration: none;}
#header-lang a:hover {color: #BBBBBB; text-decoration: underline; }
#header-lang a:active { color: #BBBBBB; text-decoration: none;}

#header-menu { 
	height:49px;
	margin-left: 519px;
}

#content { 
	margin: 25px auto 75px;
	padding: 0 19px;
}

#col1 {
	float: left;
	overflow: hidden;
	width: 437px;
	background: #E8E8E8 url("../images/botton-c.jpg") no-repeat bottom left;
}

#col1 .inner {
	padding: 15px;
}

#kontakt #col1 .inner, #onas #col1 .inner {
	padding: 0px 5px 5px 5px;
}

#col1 ul li, #col2 ul li {
	background: url(../images/ul-li.jpg) no-repeat 18px 5px;
	line-height: 120%;
	padding-left: 30px;
	margin-bottom: 5px;
}


#col2 {
	float: right;
	overflow: hidden;
	width: 437px;
	background: #E8E8E8 url("../images/botton-c.jpg") no-repeat bottom left;
}

#col2 .inner {
	padding: 15px;
}

#home #col2 .inner {
	padding: 50px 0px 13px 17px;
}

#home #col1, #home #col2 {
	height: 200px;
}

.col-top {
	height: 5px;
	background:url("../images/top-c.jpg") no-repeat;
}

#footer { 
	height: 62px; text-align: center; border-top: 1px #BDBDBD solid; color: #8284FF; font-size: 110%; line-height: 60px;
}

/* --- Clearfix --- */
* html .clearfix {
	height: 1%; 
}

.clearfix {
	display: inline-block; 
}

html[xmlns] .clearfix { 
	display: block;  
}

.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




