/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


* Filename: main.css
* Version: 1.0.0 (2009-02-26)
* Website: http://www.naturaldoor.sk
* Author: K-sten Námestovo, www.k-sten.sk
* Description: Css www.rancuedyho.sk main


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* -------------------------------- vseobecne nastavenia */

body {
	background: url(../images/drevo.jpg) left top;
	font-family:  Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #fff;
	text-align: justify;
	font-size: 0.8em;
	font-weight: bold;
}

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

.clearfix {
    	display: inline-block;
}

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

* html .clearfix {
    	height: 1%;
}

*{
	margin: 0;
	padding: 0;
}

a  {
	text-decoration: none; 
  color: #ffffff;
	font-weight: bold;
	outline: 0 none;
}

a:hover {
	text-decoration: underline;
}

img{ border: none; }
.left { float: left;}
.right { float: right; }
.clear { clear: both; }

/* -------------------------------- nastavenia #div */
#wrapper {
  height: 716px;
  width: 1000px;
  margin: 0 auto;
  background: url(../images/u_left.png) no-repeat left top;
}
#wrapper2 {
  height: 716px;
  width: 1000px;
  margin: 0 auto;
  background: url(../images/u_right.png) no-repeat right top;
}
#wrapper3 {
  height: 716px;
  width: 974px;
  margin: 0 auto;
  background: url(../images/uvod.jpg) no-repeat center top;
  position: relative;
}
#bottom {
  width: 1000px;
  margin: 0 auto;
  height: 120px;
  background: url(../images/u_bottom-trans.png) no-repeat center top;
}
#lang {
  position: absolute;
  top: 386px;
  left: 247px;
  width: 452px;
  height: 52px;
}
#lang a { display: block; height: 52px; float: left;}
a#sk { width: 160px; margin-right: 1px; }
a#pl { width: 155px; margin-right: 1px; }
a#en { width: 135px; }
#lang a:hover { background: url(../images/u_lang.jpg) no-repeat left top; }
a#pl:hover { background-position: -161px; }
a#en:hover { background-position: -317px; }
#u_left {
  position: absolute;
  bottom: -5px;
  left: 140px;
}
#u_right {
  position: absolute;
  bottom: -5px;
  right: 140px;
}
#u_right a { color:#fff; }
a#ksten {
  display: block;
  width: 90px;
  height: 34px;
  position: absolute;
  bottom: 9px;
  right: 44px;
}
/* -------------------------------- nastavenia AKCIA */
.akcia {
  position: absolute;
  top: 460px;
  left: 100px;
  width: 700px;
  text-align: left;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.stlpec {
  width: 340px;
  min-height:60px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-top:30px;
  margin-bottom:5px;
}
.modra {
	color:#2982fd;
	font-size:1.9em;
}
.hneda {
	color:#a81f1c;
	font-size:1.6em;
}
.zelena {
	color:#3ca416;
	font-size:1.6em;
	text-align:right;
}
.oranzova {
	color:#ff5b00;
	font-size:1.3em;
	text-align:left;
}
.stred {
	padding-left:150px;
}
.lavo {
	padding-left:90px;
}


