html {
  margin: 0;
  padding: 0;
}

body {
    background: none repeat scroll 0 0 #ADB2B2;
    color: #434343;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 81.3%;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#page {
  width: 1000px;
  margin: 0 auto;
  text-align: left;  
  position: relative;
}


a {
  text-decoration: none; 
  color: #000000;
  font-weight: 400;
  text-decoration: none; 
}

p {
    line-height: 1.538em;
    margin: 0 0 1em;
}

h2 {
  font-size:15px;
  font-weight:700;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.cleaner {
  clear: both;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;         
}  

.w100 {
  width: 100%;
}

#page-header {
    background-image: url("../content/design/bg-top.png");
    background-repeat: no-repeat;
    height: 78px;
}
#page-menu {
    background-image: url("../content/design/bg-menu.png");
    padding: 0;
    min-height: 40px;           
}

#page-menu ul {
  line-height: 1.538em;
  margin: 0;
  padding: 0;              
}

#page-menu ul li {
  display: inline-block;
}

ul.menu li a {
  background-image: url("../content/design/bg-menu-sep.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.menu a {
  color: #ffffff;
  font-size: 1.077em;
  text-decoration: none;
  padding: 0 20px;
  display: inline-block;
  line-height: 40px; 
  text-transform: uppercase;
}

#page-menu ul li a.selected, #page-menu ul li a:hover {
  color: #ffffff;                   
}

#page-content {
  padding: 15px 8px 0 0;
  overflow: hidden;
/*  background: url("../content/design/bg-body.png");*/
  background-position: center;
  background-color: #FB0015;
  background-repeat: repeat;
  min-height: 352px;              
}

#page-footer {
  background-image: url("../content/design/bg-footer.png");
  background-repeat: repeat-x;
  color: #999999; 
  height: 40px;
  margin-bottom: 40px;
  padding: 0 10px;            
}

#page-footer > p { 
  line-height: 40px;
}

div.flexslider {
  width: 940px;
  margin: 0 auto;
}
div.flexslider .slides {
  margin: 0;
  padding: 0;                       
}

.list-4 {
  position: relative;
  margin-top: 20px;
}                    

.list-4 .item {
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
  background: url("../content/design/bg-box.png") no-repeat;
}

.list-4 .item.box1 {
  background: url("../content/design/bg-box1.png") no-repeat;
}

.list-4 .item.box2 {
  background: url("../content/design/bg-box2.png") no-repeat;
}

.list-4 .item.box3 {
  background: url("../content/design/bg-box3.png") no-repeat;
}

.list-4 .item.box4 {
  background: url("../content/design/bg-box4.png") no-repeat;
}

.list-4 .item .inner {
  padding: 10px;
  text-align: center;
}

.one-column {
    margin-left: 15px;
    margin-right: 7px
}

.with-shadow {
    padding-bottom: 20px;
}
.one-column.with-shadow {
    background: url("../content/design/bg-full-content-bottom.png") no-repeat bottom center;
}

.columns-2 .with-shadow {
  background: url("../content/design/bg-content-bottom.png") no-repeat bottom center;  
}

.columns-2 {
  padding: 0 10px 0 0;
}

.columns-2 > .column-2.w-80 {
    margin-left: 20%
}

div.with-bg > .inner-bg { 
  background-color: #FFFFFF; 
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.column-2 div.no-bg, .column-2 div.with-bg  {  
  min-height: 352px;
}


.column .item {
  padding: 15px;
                
}

.left {
  float: left;
} 

.min-width {
  width: 1%;
}

.nowrap {
  white-space: nowrap;
}

.w-20 {
  width: 20%;      
}

.w-30 {
  width: 30%;      
}

.w-70  {
  width: 70%;      
}       

.w-80  {
  width: 80%;      
}
/* LEFT MENU */

.left .menu .item {
    background-image: url("../content/design/bg-sub-menu-2.png");
    background-repeat: repeat-x;
    background-color: #6e6e6e;
    padding: 0;
    margin: 0 0 1px 0;
}

.left .menu .item a {
    line-height: initial;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail.custom {
    position: relative;
    clear: both;
    left: -15px;
}

.detail.custom p {
    line-height: 1em;
    margin: 0.3em 0;
}
/* FOTOGALERIE */
.galleryImage {
  display: inline;
} 

.galleryImage img, img.thumb {
    border: 2px solid black;
    border-radius: 5px;
    padding: 2px;
    max-width: 100px;
    max-height: 66px;
}