/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);



/* =============== LAYOUT - HEADER AREA =============== */
#jsn-header {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}


#jsn-logo-left { 
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	height: 99px;
    width: 98px;
	float: left;
	margin-bottom: 10px; 
	margin-top: 10px;
	margin-left: 10%;
}
#jsn-headertext {
	 text-align:center;
    width: 80%;
    font-size: 200%;
    line-height: 1.5;
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#jsn-logo-right { 
	background-image: url("../images/uco_mini.png");
	background-repeat: no-repeat;
	height: 99px;
    width: 191px;
	float: right; 
	margin-bottom: 10px; 
	margin-top: 10px;
	margin-right: 10%;
	margin-left: 10px;
}






/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* 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;
}
