/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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


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

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



#header { 
	background: url("../images/header.png") no-repeat 0 0 ;
	margin-top: 10px; }

#toolbar { margin-bottom: 15px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/
h3 { color: #E40052;}


#logo {
	display: inline-block;
	margin-right: 5px;
	margin-left: 20px;
	float: none;
}

#menubar {
	display: inline-block;
	position: relative;
	top: 65px;
	padding:5px 0px 1px 5px;
	background: #595959;
	border-radius: 10px 0px 0px 10px; 
	float:right;
}

#search { float: left; margin-left: 20px; }

#bottom-a:before,
#bottom-b:before {
	content: "";
	display: block;
	margin: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;	
}

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