/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/
.chronoform a:link,
.chronoform a:visited,
.chronoform a:hover {
color:#FFFFFF;
} 




.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#header { margin-top: 15px; }

#toolbar { margin-bottom: 15px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#logo {
  display: inline-block;
  margin-right: 30px;
  float: none;
}

#menubar {
  display: inline-block;
  position: relative;
  margin-left:20px;
  bottom: 10px; 
   
}

#search { float: left; }

#top-a:before,
#bottom-a:before,
#bottom-b:after{
  content: "";
  display: block;
  margin: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: red;  
}

#footer { font-size: 13px; }

#totop-scroller {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-image: url(../images/totop_scroller.png);
  background-position: 0 0; 
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  text-decoration: none;
  border-radius: 4px;
}

#totop-scroller:hover { background-position: 0 -50px; }
