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

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


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

.module,
#breadcrumbs,
#footer { margin: 15px; }
.module,
#header{
	margin-top:0px;
	margin-left:10px;}
#content{
	margin-top:10px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:0px;}

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

#footer .module { margin: 0; }

#headerbar { margin-bottom: 0px;
             width: 400px;
             float: left;}
#toolbar{margin-bottom:0px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#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;
}