/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/layout.css);
/* Spacing
----------------------------------------------------------------------------------------------------*/

.module, #header, #content, #footer { margin: 15px; }
#menu .module { margin: 10px 5px; }
#footer .module { margin: 0; }
#toolbar, #headerbar { margin-bottom: 15px; }
#breadcrumbs { margin: 0px 15px; }
/* Layout
----------------------------------------------------------------------------------------------------*/
.wrapper {
	max-width: 972px !important;
	margin-top:47px;
	background:#EEEEEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#notruf {
	background-image: url("../images/notruf.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -11px;
	height: 41px;
}
#toolbar { margin-top:-20px; }
#toolbar .float-right { margin-top:-10px; }
#header-bg {
	min-height:250px;
	background-image:url("../images/header_bg.jpg");
	background-repeat:no-repeat scroll;;
	background-position:center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}

#logo {
    font-family: "Arial";
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0 20px;
}

#menubar {
	min-height:45px;
	margin-top:5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url("../images/bg_top_menu.png");
	background-repeat: repeat-x;
	background-position: left center;
}
#footer-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	max-width: 972px !important;
	color:#666;
}
#footer-block a { color: #B70000; }
#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;
}
