/**
 * Main stylesheet.
 * Jan Javorek, 1/2008 (http://www.javorek.net)
 */



/* general settings */

.hidden, hr { /* hidden elements */
	position: absolute; left: -3800px;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

img { display: block; }
address { font-style: normal; }
a img { border: none; }
a, a span, .button { cursor: pointer; }
acronym, abbr { cursor: help; }
table { color: #000; }

a:link, a:visited { color: #F55322; text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }



/* clearing */

menu:after, form:after { /* modern browsers */
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
menu, form { display: inline-block; }
/* Hides from IE-mac \*/
* html menu, * html form { height: 1%; }
* menu, * form { display: block; }
/* End hide from IE-mac */

.cleaner {
	clear: both;
}



/* basic layout */

html, body {
	margin: 0; padding: 0;
	width: 100%;
    font-family: sans-serif;
    cursor: default;
    text-align: center;
    background: #DCDDDE;
}

body {
	background: url('/templates/css/img/bg.png') top center repeat-x;
}

#document {
    position: relative;
    margin: 0 auto; padding: 5px 0 30px 0;
    width: 958px;
    text-align: left;
	color: #000;
	background: url('/templates/css/img/document.png') top center no-repeat;
    font-size: 0.72em;
}

#main-wrapper {
	margin: 0 8px;
	width: 940px; _width: 100%;
	background: #fff url('/templates/css/img/menu-bottom.png') bottom left no-repeat;
	border: 1px solid #929497; border-bottom: 2px solid #929497;
}



/* layout */

#logo  a {
	display: block;
	width: 263px; height: 239px;
	position: relative;
	overflow: hidden;
	float: left;
}

#logo span {
	display: block;
	width: 263px; height: 239px;
	position: absolute; top: 0; left: 0;
	background: url('/templates/css/img/logo.png');
}

#logo_sk  a {
	display: block;
	width: 263px; height: 239px;
	position: relative;
	overflow: hidden;
	float: left;
}


#logo_sk span {
	display: block;
	width: 263px; height: 239px;
	position: absolute; top: 0; left: 0;
	background: url('/templates/css/img/logo_sk.png');
}





#search {
    width: 263px; height: 83px;
	float: left;
	margin-top: -121px;
	position: relative;
	background: url('/templates/css/img/search.png');
	overflow: hidden;
}

#header {
    width: 677px; height: 360px;
    position: relative;
    float: left;
    overflow: hidden;
}

#header span {
	display: block;
	width: 677px; height: 360px;
	position: absolute; top: 0; left: 0;
	background: url('/templates/css/img/header.jpg');
}
/*
#page {
	background: url('/templates/css/img/menu-bottom.png') bottom left no-repeat;
}
*/
#products {
	width: 262px; _width: 259px;
	float: left;
	margin-top: -38px;
	padding-left: 1px;
	
}

#content {
    background: #fff url('/templates/css/img/shadow.png') left -10px no-repeat;
	float: right;
	width: 677px;
	min-height:800px;
	_height: 800px;
}

.wrapper {
	border-left: 1px solid #A7A5A6;
	padding: 10px 0px 30px 30px;
	width: 630px;
	_width: 660px;
}


/* search */

#search .textfield {
	border: 0;
	width: 153px;
	position: absolute; top: 10px; left: 10px;
}

#search .button {
	position: absolute; top: 0px; right: 23px; _right: 22px; border: none;
}



/* menu */

menu, menu li {
	margin: 0; padding: 0;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

#menu menu {
	position: absolute; top: 27px; right: 8px;
	width: 650px;
	color: #fff;
}

#menu li {
	width: 16.5%; height: 44px;
	background: #e24111 url('/templates/css/img/menu-button.png') top right no-repeat;
	margin-right: 1px;
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	width: 90%; height: 38px; _height: 44px;
	margin: auto; padding-top: 6px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
}

#products {
	_width: 263px;
}

#products li {
	width: 100%; 
	background: #fff url('/templates/css/img/menu-item.png') bottom left no-repeat;
	padding: 0 0 2px 0;
}

#products menu a {
	display: block;
	height: 30px; _height: 38px;
	color: #656565;
	padding: 3px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 95%;
    font-weight: bold;
   /*
    background: #fff url('/templates/css/img/menu-item.png') bottom left no-repeat;
    */
}

#products menu a:hover, #products menu a:focus, #products menu .active a, #products menu .active .active a, #products menu .active li a:hover {
    background-color: #F1F2F2;
}
/*
#products .active menu
  {
  background: #fff url('/templates/css/img/menu-item.png') bottom left no-repeat;
  padding-bottom:3px;
  
  }
*/
#products menu .active menu li {
	padding: 0;
	background:none;
}

#products .active menu a {
	_width: 100%;
	font-weight: normal;
	height: auto;
	margin: 0; padding-left: 40px;
	border-top: 1px solid #eaeaea;
	text-transform: none;
	background: none;
}


/* languages */

#language {
	position: absolute; top: 8px; right: 8px;
	z-index: 5;
	color: #F55322;
}

#language p {
	margin: 0; padding: 0 0.5em;
}

#language a {
	font-weight: bold;
    text-decoration: none;
}



/* content */

h1 {
	margin: 0;
}

#content h1 {
	font-size: 150%;
	font-weight: bold;
	color: #F55322;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#content h1 em {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #8A8C8E;
	font-size: 90%;
    text-transform: none;
}



/* footer */

#footer {
	background: #D0D0D1 url('/templates/css/img/footer.png');
	padding-left: 307px; _width: 100%;
}

#footer address {
	float: left;
	padding: 10px 0;
	width: 284px;
	color: #F55322;
	font-size: 80%;
}

#footer strong {
	color: #636466;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	margin:5px;
	}

td
	{
	
	padding:3px 5px;
	}
	
input, select {
	border: 1px solid #656565;
}

#flash
	{
	position:absolute;
	z-index:100;
	top:82px;
	right:9px;
	}
	
#mapa-stranek {
	position:absolute;
	right: 15px;
	bottom: 105px;
}

#news {
	 
	 margin:20px 10px 90px 10px;
	 text-align: justify;
	 
}

#news  h3 {
	font-size:100%;
}



#news h3 a{
	color: black;
	text-decoration: none;
	font-size: 100%;
}

#news h3 a:hover{
	color: #F55322;
	text-decoration: underline;
}

#news h1 {
	color: #F55322;
	font-size: 140%;
	background: #FFFFFF url(/templates/css/img/menu-item.png) no-repeat scroll left bottom;
}
