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

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


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

.module { margin: 10px; }


#content { margin: 30px; }

#block-header + * #breadcrumbs { margin: 0 10px 20px 10px; }

#footer .module { margin: 0; }

#sidebar-b {margin-top: 50px;}
#sidebar-a {margin-top: 10px;}

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

/* top-a menu */

#block-header{ 
	background: url(../images/menubar.jpg) 0 0 repeat-x;
}


/*#block-header { background: #F3F4F8; }*/

#bottom-b {padding: 5px 0;}

.wrapper.max-width65 { max-width: 65%; }
.wrapper.max-width80 { max-width: 80%; }
.wrapper.max-width100 { max-width: 100%; }

.bg-color2 { background: #f7f7f7 url(../images/grey-background.jpg) 0 0 repeat-x; }

#block-bottom-b.bg-color2 { background: #676C72 url(../images/grey-background.jpg) 0 0 repeat-x; }

.body-dark,
.bg-dark { background: #F3F4F8; }


.bg-colored a {
	color: #F7F7F7;
}

/*.bg-white + .bg-white { margin-top: -40px; }*/
.bg-white { background: #F7F7F7; }

.bg-dark a:hover { 
	color: #B0B6BB;
	color: rgba(255,255,255,0.65);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25); 
}

/* Header */
#header { padding: 0 10px; }

/*#logo { height: 72px; }
#logo > img {
	width: auto;
	max-height: 100%;
}*/



/* Footer */
#footer {
	padding: 10px;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
}

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 1;
	width: 34px;
	height: 34px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
	opacity: 0.7
}

#totop-scroller:hover { 
	opacity: 1;
	background-position: 0 -40px; 
}

