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

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

----------------------------------------------------------------------------------------------------*/

.module {
	margin: 15px;
}
#header, #top-a, #top-b, #bottom-a, #bottom-b, #innertop, #breadcrumbs, #footer {
	margin: 20px;
}
#innerbottom {
	margin: 0 25px;
}
#header {
	margin-top: 15px;
}
#innertop, #breadcrumbs {
	margin-top: 0;
}
#innerbottom {
	margin-bottom: 0;
}
#content {
	margin: 0 100px 0 10px;
	min-height: 250px;
}
#top-a > div, #top-b > div, #bottom-a > div, #bottom-b > div, #innertop > div, #innerbottom > div {
	margin: 0 -20px;
}
#header, #top-a, #top-b, #innertop {
/*	padding-bottom: 20px;*/
}
#header {
	background: url(../images/bg.jpg) center repeat-y;
	width: 980px;
	margin: 0px;
}
#bottom-a, #bottom-b {
	margin: 0 -20px;
	padding-left: 100px;
	padding-top: 40px;
	padding-bottom: 20px;
	background: url(../images/bottom.jpg) no-repeat center top;
}
#innerbottom {
}
#footer .module {
	margin: 0;
}
#headerbar {
	margin: 0;
	background: url(../images/bg-header.jpg) no-repeat 59px top;
	height: 215px;
}
/* System Output Disabled */

#header + #bottom-a, #header + #bottom-b, #top-a + #bottom-a, #top-a + #bottom-b, #top-b + #bottom-a, #top-b + #bottom-b {
	padding-top: 0;
	border-top: none;
}
/* Layout

----------------------------------------------------------------------------------------------------*/



/* Sidebar Backgrounds */

#sidebar-a, #sidebar-b {
	position: relative;
}
.sidebar-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-style: solid;
	border-color: #DDD;
}
.sidebar-a-right #sidebar-a .sidebar-bg, .sidebar-b-right #sidebar-b .sidebar-bg {
	border-width: 0 0 0 1px;
}
.sidebar-a-left #sidebar-a .sidebar-bg, .sidebar-b-left #sidebar-b .sidebar-bg {
}
/* ToTop Scroller */

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 21px;
	height: 21px;
	border: 1px solid #ddd;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
#totop-scroller:hover {
	background-color: #EEE;
}
/* WEBUNIVERSE */

#main {
	background: url(../images/bg.jpg) center repeat-y;
}
#menubar {
	background: url(../images/navi.jpg) top repeat-x;
	height: 43px;
}
#logo p {
	padding-left: 70px;
}
#sidebar-a {
	background: #d4f3f9 url(../images/bgleft.jpg) top repeat-x;
	width: 225px !important;
	margin-left: 75px;
}
.style-kontakt {
	padding-top: 15px;
}
#maininner {
	background:url(../images/bgcontent.jpg) left bottom no-repeat;
}
