/*--------------------------------------------------------------------------
*	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.
*--------------------------------------------------------------------------*/
#toolbox
{
	position: absolute;
	z-index: 222;
	width: 103px;
	background-image: url(images/toolbox2.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#toolboxOptions
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 103px;
	height: 21px;
	overflow: hidden;
}

#toolboxSmall
{
	position: absolute;
	top: 3px;
	left: 61px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

#toolboxBig
{
	position: absolute;
	top: 3px;
	left: 78px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

#mapNorm
{
	position: absolute;
	top: 22px;
	left: 1px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	/*background-image: url(images/normaleKarte.png);
	background-repeat: no-repeat;
	/*background:#ff0000;*/
}

#mapNorm:hover
{
	background-image: url(images/normaleKarte_hover.png);
	background-repeat: no-repeat;
}

#mapSat
{
	position: absolute;
	top: 22px;
	left: 52px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/hybridKarte.png);
	background-repeat: no-repeat;
}

#mapSat:hover
{
	background-image: url(images/hybridKarte_hover.png);
	background-repeat: no-repeat;
}

#zoomIn
{
	position: absolute;
	top: 61px;
	left: 1px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/einzoomen.png);
	background-repeat: no-repeat;
}

#zoomIn:hover
{
	background-image: url(images/einzoomen_hover.png);
	background-repeat: no-repeat;
}

#zoomOut
{
	position: absolute;
	top: 61px;
	left: 52px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/auszoomen.png);
	background-repeat: no-repeat;
}

#zoomOut:hover
{
	background-image: url(images/auszoomen_hover.png);
	background-repeat: no-repeat;
}

#myGzoom
{
	position: absolute;
	top: 100px;
	left: 1px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/auswahlrechteck.png);
	background-repeat: no-repeat;
}

#myGzoom:hover
{
	background-image: url(images/auswahlrechteck_hover.png);
	background-repeat: no-repeat;
}

#start
{
	position: absolute;
	top: 100px;
	left: 52px;
	width: 50px;
	height: 38px;
	float: left;
	overflow: hidden;
	background-image: url(images/start.png);
	background-repeat: no-repeat;
}

#start:hover
{
	background-image: url(images/start_hover.png);
	background-repeat: no-repeat;
}

#expert
{
	position: absolute;
	top: 139px;
	left: 1px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/expert.png);
	background-repeat: no-repeat;
}

#expert:hover
{
	background-image: url(images/expert_hover.png);
	background-repeat: no-repeat;
}

#newObject
{
	position: absolute;
	top: 139px;
	left: 52px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/neuesObjekt.png);
	background-repeat: no-repeat;
	/*background:#00ffff;*/
}

#newObject:hover
{
	background-image: url(images/neuesObjekt_hover.png);
	background-repeat: no-repeat;
}

#newObjectDeactivated
{
	position: absolute;
	top: 139px;
	left: 52px;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/neuesObjektDeaktiviert.png);
	background-repeat: no-repeat;
	/*background:#00ffff;*/
}

#filForm 
{
	position: absolute;
	top: 0px;
	left: 103px;
	width: 313px;
	height: 313px;
	overflow: hidden;
	background-color: white;
}

#pointForm 
{
	position: absolute;
	top: 0px;
	left: 103px;
	width: 313px;
	height: 313px;
	overflow: hidden;
	background-color: #ABABAB;
}
