/*--------------------------------------------------------------------------
*	edaView, version 1.0
*	Explore the history of synagogues in Germany
*	Authors ordered alphabetical:
*	
*	(c) 2008 Daniel von der Helm
*  	(c) 2008 Dennis Kleine
*
*	Tue Jul 01 23:35:22 CET 2008
*	http://edaview.sourceforge.org/
*
*  	edaView is freely distributable under the terms of an GNU General Public License.
*  	For details, see the edaView Project Home at: http://www.sourceforge.org/projects/edaview/
*
*	The above copyright notice and this permission notice shall be
*	included in all copies or substantial portions of the Web-Application.
*
*	edaView was developed at the university of applied sience Kaiserslautern (Zweibrücken) as a student project
*	during the course Mediaproduction - and conception. This application is distributed without any warranty. 
*	See the GNU General Public License for more details.
*--------------------------------------------------------------------------*/

/** --------------------------------------LEFT INTERFACE------------------------------------- **/
#leftinterface {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	height: 100%;
	background: #F1F1F1;
}

#leftinterface_o {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
	height: 100%;
	background-image: url(images/bg_leftinterface.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 9px 0px 0px 0px;
}

#lifheader {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
	width: 100%;
	height: 50px;
	background-image: url(images/bg_lifheader.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#lifadjust {
	display: block;
	position: absolute;
	top: 13px;
	right: 0px;
	width: 39px;
	height: 22px;
	float: right;
	direction: rtl;
	padding-right: 5px;
	z-index: 10;
}

#lifcontrol {
	display: block;
	position: absolute;
	top: 13px;
	left: 0px;
	width: 46%;
	height: 23px;
	float: left;
	direction: ltr;
	padding-left: 4%;
}

#lifcontrol table { 
	margin:0px;
	border-collapse: collapse;
}

#lifcontrol td {
	width: 34px;
	text-align:left; 
	vertical-align:top;
}

.scaleh {
	cursor: e-resize;
}

#lifbody {
	display: block;
	position: absolute;
	z-index: 5;
	top: 50px;
	bottom: 5px;
	left: 0px;
	right: 0px;
	width: 96%;
	background-image: url(images/bg_leftinterface.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0% 2% 2% 2%;
}

*html #lifbody {
	height: 85%;
	padding-bottom: 60px;
}

*+html #lifbody {
	height: 85%;
	margin-bottom: 15%;
}

#liffooter {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-image: url(images/bg_liffooter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/** --------------------------------------RIGHT INTERFACE------------------------------------- **/

#rightinterface {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	height: 100%;
	background: #F1F1F1;
}

#rightinterface_o {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	height: 100%;
	background-image: url(images/bg_rightinterface.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 4px 0px 6px;
}

#rifheader {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 40px;
	background-image: url(images/bg_rifheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rifbody {
	display: block;
	position: absolute;
	top: 40px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 96%;
	height: 95%;
	background-image: url(images/bg_rightinterface.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0% 2% 5% 2%;
}

*html #rifbody {
	padding-bottom: 50px;
}

#rifadjust {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 46%;
	height: 10px;
	float: left;
	direction: ltr;
	padding-left: 4%;
}

#rifcontrol {
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 46%;
	height: 10px;
	float: right;
	direction: rtl;
	padding-right: 4%;
}

#riffooter {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-image: url(images/bg_riffooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/** --------------------------------------MAP INTERFACE------------------------------------- **/

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
	display: block;
    width: 100%;
	height: 100%;
	background: #ADADAD;
}
