/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/
#menu {
  bottom: -18px;
  position: relative;
}


#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}

#kopf {
	background: url("../images/header-field.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	height:190px;
}
#mitte {
  background: url("../images/main-bg.jpg") repeat scroll center top rgba(0, 0, 0, 0);
  min-height: 500px;
  padding-bottom: 24px;
}
#fuss {
	color:#726A60;
}
body {
	background-color:#261C13;
}
hr {
  border-top-color: #A59079;
}

.searchbox input {

  margin-left: -10px !important;
 
}

.mod-box {
  border:none !important;
}

.mod-box {
  padding: 0px !important;
}
a.button-white {
  background: -moz-linear-gradient(center top , #FFFFFF 0%, #EDEDED 74%, #EDEDED 99%, #FFFFFF 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #ffffff, #ededed); 
  border-color: #B0B0B0 #B0B0B0 #9A9A9A;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 4px #C1C1C1;
  color: #1A1A1A;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 24px;
  margin-bottom: 9px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  text-decoration: none;
} 
#main {
  margin-top: 24px;
}
.searchbox {
  background-color: #8ECD4A !important;
  height: 30px;
  padding: 0 25px;
  width: 86px;
}

#sidebar-b .grid-box {
  color: #FFFFFF;
}
.galleryhead {
  font-size: 21px;
}


