/* General styles */

body {
  background:#ffcc9a url('/media/images/bg-body.jpg') repeat-x top left;
  margin:0 auto;
}

body, div, table td {
  color:#633;
  font-family:Arial;
  font-size:11px;
}

.clear {
  clear:both;
}

img {
  border:none;
}

/* Layout */

#wrap {
  margin:0 auto;
  width:850px;
}

#header {
  background:url('/media/images/header.jpg') no-repeat top center;
  height:115px;
  width:850px;
}

.content#uvodna {
  background:url('/media/images/bg-uvodna.jpg') no-repeat top center;
  height:748px;
}

.content#podjetje {
  background:#fff url('/media/images/bg-podjetje.jpg') no-repeat top center;
  min-height:748px;
  overflow:auto;
}

.content#okoljuprijazno {
  background:#fff url('/media/images/bg-okoljuprijazno.jpg') no-repeat top center;
  height:748px !important;
  min-height:748px;
  overflow:auto;
}

.content#izdelki {
  background:#fff url('/media/images/bg-izdelki.jpg') no-repeat top center;
  min-height:748px;
  overflow:auto;
}

.content#nacrti, .content#nacrti2 {
  background:#fff url('/media/images/bg-nacrti.jpg') no-repeat top center;
  min-height:748px;
  overflow:auto;
}

.content#galerija {
  background:#fff url('/media/images/bg-galerija.jpg') no-repeat top center;
  min-height:748px;
  overflow:auto;
}

.content#kontakt {
  background:#fff url('/media/images/bg-kontakt.jpg') no-repeat top center;
  height:748px;
}

/* Content */

h2 {
  font-size:15px;
  margin:0 0 20px 0;
  padding:0;
}

a {
  font-weight:bold;
  color:#633;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

#header a {
  display:block;
  float:right;
  font-size:14px;
  padding:5px 40px 0 0;
}

.content .mainblock {
  width:850px;
}

.content .textblock {
  float:left;
  width:300px;
  line-height:140%;
  margin:30px 0 0 40px;
}

.content .textblock#wider {
  width:320px;
}

.content .textblock p {
  margin:0 0 15px 0;
  padding:0;
}

.content .images {
  float:left;
  margin:60px 0 0 50px;
  width:300px;
}

.content .stili {
  float:left;
  margin:60px 0 0 40px;
  width:550px;
}

.content .vrste {
  float:left;
  margin:30px 0 0 40px;
  width:550px;
}

.content .galerija {
  float:left;
  line-height:140%;
  margin:30px 0 0 40px;
}

a.lightbox {
  margin-right:40px;
}

