@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
}

#behaelter {
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	height:125px;
         background:url(http://192.168.0.132/apache2-default/typoN9/fileadmin/img/leftnav/behaelter.jpg) no-repeat top #C5DAEE;
}

#gitterbox {
	position:relative;
	left:0px;

	width:200px;
	height:125px;
         background:url(http://192.168.0.132/apache2-default/typoN9/fileadmin/img/leftnav/gitterbox.jpg) repeat-y top #C5DAEE;
}

#gestelle {
	position:relative;
	left:0px;

	width:200px;
	height:125px;
         background:url(http://192.168.0.132/apache2-default/typoN9/fileadmin/img/leftnav/gestelle.jpg) repeat-y top #C5DAEE;
}


#paletten {
	position:relative;
	left:0px;

	width:200px;
	height:122px;
         background:url(http://192.168.0.132/apache2-default/typoN9/fileadmin/img/leftnav/paletten.jpg) repeat-y top #C5DAEE;
}

#button a {
	position:relative;
	left:5em;
	top:6em;
         width:65%;
         color:#fff;
         padding:8px;
         background-color:#000066;
	color: #fff;
	font-weight:bold;
         font-size:1.1em;
         border: 1px #fff solid;
         text-decoration:none:
}


#button a:hover {
	position:relative;
	left:5em;
	top:6em;
         width:65%;
         color:#000066;
         padding:8px;
         background-color:transparent;
	color: #000066;
	font-weight:bold;
         font-size:1.1em;
         border: 1px #fff solid;
         text-decoration:none:
}