* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('../file/background.jpg') #9EACBB repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif, verdena;
	font-size: 13px;
	text-align: center;
}


/* vsetky odkazy */
a{
	color: #F6F6F6;
	text-decoration: none;
}
/* odkazy - pred "kliknutím"*/
a:hover {
	color: #C3C3C3;
	text-decoration: none;
}
/* aktivne odkazy -- a:active { color: #E4F5F5; text-decoration: none; }*/
/* navstivene odkazy -- a:visited { color: #F7EEFF; text-decoration: none; } */ 

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 17px;
}
p.article:first-letter {
	font-size: 23px;
	font-family: courier;
	font-weight: bold;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding-left: 2px;
	background-color: #E1E1E1;
	border: 2px solid #eff3f7;
	color: #696969;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
}

#container {
	margin: 0px auto;
	width: 768px;
}

/*  */
/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #000;
	background: url('../../file/header_bg.jpg') repeat-x 0px 0px;
}
#page_header {
	width: 766px;
	height: 187px;
	background: url('../file/logo-krtko.gif') no-repeat 10px 10px;
	overflow: hidden;
}


/* Page Header :: K TEBI :: welcome - U - EF - KTEBI */

#header_welcome {
  margin-top: 30px;
	padding-left: 192px;
	float: left;
	text-align: justify;
}
#header_welcome h1 {
	padding: 3px 0px 0px;
	font-size: 14px;
	text-align: left;
	font-variant: small-caps;
}
#header_welcome h2 {
	padding: 3px 0px 0px;
	font-size: 13px;
	text-align: right;
}
#header_welcome h3 {
	padding: 3px 0px 0px;
	font-size: 18px;
	text-align: left;
	font-family: verdena, tahoma, arial, sans-serif;
}
#header_welcome h4 {
	padding: 3px 0px 0px;
	font-size: 9px;
}
#header_welcome p {
	margin-top: 7px;
}
#header_welcome #welcome_text {
	width: 427px;
}

/* Page Header :: Menu */

#header_menu {
	padding-top: 35px;
	padding-right: 29px;
	float: right;
}
#header_menu li {
	margin-bottom: 2px;
	width: 116px;
	border: 1px solid #000;
	text-align: left;
	clear: both;
	float: none;
}
#header_menu li a {
	display: block;
	width: 116px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
	color: #FFFFFF;/*E1E1E1;*/
	background-color: #5A5A5A;
}
#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 15px;
}
#header_menu li a:hover {
	color: #151515;
	background-color: #787878;
}

/*  */
/* Left Sidebar */

#left_sidebar {
	width: 178px;
	float: left;
}
#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #111;
	background-color: #949FAC;
}
/* Left Sidebar :: hlavné menu */

#mains {
	padding: 10px 17px 10px 12px;
	text-align: left;
}
#mains h2 {
	width: 86px;
	height: 19px;
	background: url('../../file/left-main.gif') no-repeat 0px 0px;
}
#mains h3 {
	padding-top: 5px;
	font-size: 13px;	
	font-weight: bold;
}
#mains h4 {
	padding-top: 3px;
	margin-left: 8px;
	font-size: 11px;	
	font-weight: bold;
}

#mains p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}
#mains .linky {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

/* Left Sidebar :: Novinky */

#news {
	padding: 10px 17px 10px 12px;
	text-align: left;
}
#news h2 {
	width: 86px;
	height: 19px;
	background: url('../../file/left-news.gif') no-repeat 0px 0px;
}
#news h4 {
	padding-top: 6px;
	font-size: 13px;	
	font-weight: bold;
}
#news p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}
#news .link-more {
	text-align: right;
	font-weight: bold;
}

/* Left Sidebar :: Linky */

#alllink {
	padding: 10px 17px 10px 12px;
	text-align: left;
}
#alllink h2 {
	width: 86px;
	height: 19px;
	background: url('../../file/left-linky.gif') no-repeat 0px 0px;
}
#alllink h4 {
	padding-top: 6px;
	font-size: 13px;	
	font-weight: bold;
}
#alllink p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}
#alllink .linkk {
	text-align: left;
	font-weight: bold;
}

/* */
/* Main Content */

#maincontent_container {
	border-top : 1px solid #E1E2E4;
	border-left : 1px solid #E1E2E4;
	float: right;
	text-align: left;
}
#maincontent {
	margin: 7px 0px 0px 16px;
	width: 561px;
}
#maincontent_top {
	margin-bottom: 11px;
	width: 561px;
	background: url('../../file/main_vert.gif') repeat-y 560px 5px;
}

/* Started - hlavný text*/

#started_container {
	width: 413px;
	float: left;
	
}
#started {
	padding-top: 2px;
	padding-left: 2px;
	width: 544px;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}
#started h1 {
	width: 500px;
	height: 20px;
	font-size: 18px;
}
#started h2 {
	height: 20px;
	font-size: 16px;
	color: #333333;
}
#started h3 {
	height: 20px;
	font-size: 15px;
	color: #800000;
}
#started h4 {
	height: 19px;
	font-size: 13px;
	color: #585858;
}
#started h5 {
	height: 18px;
	font-size: 12px;
}
#started h6 {
	height: 3px;
}
#started  a {
	color: #605252;
	text-decoration: none;
}
#started  a:hover {
	color: #784242; 
	text-decoration:underline;
}
#started ol li { 
  padding-left: 15px;
  list-style-type: disc; 
  line-height: 20px;
  
  } 
/* Featured - spodok hlav.menu */

#featured_container {
	border: 1px solid #fff;
	background-color: #7F8893;
	float: left;
}
#featured {
	margin: 9px 30px;
	width: 498px;
}
#featured h2 {
	width: 111px;
	height: 20px;
	background: url('../../file/foot-zauj.gif') no-repeat 0px 0px;
}
#featured_products ul {
	padding-bottom: 2px;
	width: 498px;
}
#featured_products li {
	margin: 6px 21px 10px 1px;
	float: left;
}
#featured_products li.end {
	margin-right: 0px;
}
#featured_products li a {
	display: block;
	width: 107px;
	height: 84px;
	background-color: #fff;
	overflow: hidden;
}
#featured_products li a img {
	margin: 1px;
}
#featured_products li h4 {
	padding-top: 3px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.featured_nav {
	padding-left: 3px;
	padding-right: 9px;
	float: left;
	font-weight: bold;
}
.featured_nav a {
	text-decoration: none;
}
#featured .link-more {
	padding-right: 3px;
	font-weight: bold;
	float: right;
}

/* Page Footer */

#page_footer {
	margin: 5px;
	width: 567px;
	float: right;
	text-align: center;
	font-size: 13px;
}
/* */
#ciarka {
	margin-bottom: 11px;
	background: url('../../file/main_hori.gif') repeat-x;
	}
