body {
  font-family: Tahoma,Arial;
  font-size: 0.72em;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  padding-left: 3px;
  background: #FFF url(../images/background_nano.gif);
}

a {
  color: #FF9724;
}
a:link {
  color: #FF9724;
}
a:hover {
  color: #FFA835;
}
img {
  border: 0px;  
}

h1 {
  font-size: 150%;
  margin: 0 0 5px 0;
  padding: 0px;
  font-weight: normal;
}

.cara {
  position: relative;
  width: 525px;
  margin: 20px 0px 20px -22px;
  height: 5px;
  color: #FFF;
  background: #FF8600 url(../images/cara.gif);
  overflow: hidden;
}

.clearer {
  clear: both;
}

p.no_margin {
  margin: 0px;
  padding: 0px;
}

p.kontakt {
  width: 210px;
  margin: 0px;
  padding: 0px;
}

#page {
  position: relative;
  margin: 0px auto;
  width: 954px;
  background: url(../images/background_shad.gif) center repeat-y;
  z-index: 0;
}

#left_bubles {
  position: absolute;
  left: 20px;
  top: 550px;
  width: 150px;
  height: 169px;
  background: url(../images/buble_small.gif) no-repeat;
  z-index: 1;
}

#right_bubles {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 150px;
  height: 266px;
  background: url(../images/buble_big.gif) no-repeat;
}

#header {
  position: relative;
  margin: 0px auto;
  width: 940px;
  height: 193px;
  background: #1D8AC3 url(../images/header_bg.gif);
}

  #logo {
    position: absolute;
    display: block;
    margin-top: 80px; 
    width: 210px;
    height: 55px;
    background: url(../images/tiskarna.gif) no-repeat center;    
  }
  
  #header-flash {
  	top: -1px;
	position: absolute;
	display: block;
	margin: 0px;
	margin-left: 209px;
	padding: 0px;
	width: 525px;
	height: 149px;
	text-align: center;
  }
  
      #lang_select {
      position: absolute;
      right: 10px;
      top: 10px;
    }  

#main {
  position: relative;
  margin: 0px auto;
  width: 940px;
  overflow: hidden;
}

  #left {
    position: relative;
    float: left;
    width: 190px;
    padding: 10px;
  /*  background: #057DBC;*/
    overflow: hidden;
  }
  
    #main_menu {
      width: 150px;
      padding: 0 0 0 20px;
    }
  
      #main_menu a, #main_menu .nolink {
        color: #FFF;
        text-transform: lowercase;
        display: block;
        font-family: tahoma;
        font-size: 150%;
        line-height: 35px;
        text-decoration: none;
      }
	  
	  #main_menu a:hover {
	  	color: #ff8600;
		text-decoration: underline;
	  }
        
     /* #main_menu a.menu:hover, #main_menu a.menu_selected:hover {
        color: #999;
      }*/
          
      #main_menu a.menu {

      }
  
      #main_menu a.menu_selected {
        display: block;
        font-family: tahoma;
        font-size: 150%;
        line-height: 35px;
        text-decoration: none;
        color: #DDD;
      }

  #content {
    position: relative;
    float: left;
    width: 485px;
    padding: 15px 20px 20px;
    margin: 0 0 100px 0;
    z-index: 10;
      overflow: hidden;
  }

  #main_min_height {
    position: relative;
    float: left;
    width: 1px;
    height: 600px;
  }

  #right {
    position: relative;
    float: left;
    padding: 10px;
    width: 185px;
      overflow: hidden;
  /*  background: #007CBC;*/
  }
  
  #banner {
    width: 185px;
    height: 400px;
    padding-top: 8px;
  }

#footer {
  position: relative;
  margin: 0px auto;
  width: 954px;
  padding: 5px 0 0 0;
  height: 25px;
  background: url(../images/footer_bg.gif) no-repeat;
  font-size: 100%;
}

  #footer p{
    margin: 0 0 0 20px;
    width: 800px;
    text-align: left;
  }

#kanka {
  position: absolute;
  width: 339px;
  height: 189px;
  bottom: 0px;
  left: 0px;
  background: url(../images/kanka.gif);
}

table.kontakt {
  width: 479px;
  text-align: left;
}

table.kontakt td {
  text-align: left;
  vertical-align: top;
}

.pole {
  margin: 2px;
  padding: 0px;
}

.required {
  font-weight: bold;
  color: #FF9724;
}

/*----------- boxy -----------------*/
#boxes {
	margin: 0px;
	margin-left: -8px;
	margin-right: -10px;
	margin-top: -6px;
	padding: 0px;
}
.box {
	position: relative;
	float: left;
	width: 165px;
	height: 161px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a.box {
	text-decoration: none;
}
.middle {
	margin: 0px 3px 0px 3px;
}
.box-orange {
	background: url('../images/box_orange.gif') no-repeat left top;
	color: #1a4c67;	
}
.box-orange:hover {
	background: url('../images/box_orange.gif') no-repeat right top;
	color: #FFFFFF;
}
.box-blue {
	background: url('../images/box_blue.gif') no-repeat left top;
	color: #1a4c67;	
}
.box-blue:hover {
	background: url('../images/box_blue.gif') no-repeat right top;
	color: #FFFFFF;
}
.title {
	position: absolute;
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0px 0px 15px;	
	text-decoration: none!important;
	font-weight: bold;
	width: 140px;	
}
.desc {
	position: absolute;
	bottom: 50px;
	width: 140px;
	color: #000000;
	font-size: 9px;
	margin: 8px 0px 0px 15px;
	text-decoration: none;
}
.next {
	position: absolute;
	top: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 130px 0px 0px 15px;
}
#cooperation {
	margin-left: 20px;
}

/* forms */
#login_form input {
	background-color: #007cbc;
	border-style: solid;
	border-width: 1px;
	border-color: #01699e;
	color: #FFFFFF;
	margin: 2px;
}