/**
* sendeplan.css
*
* @author Sven Schlegelmilch
* @package sendeplan
* @version 1.0.0
* @since 15.06.2008 - 23:08:20
* @copyright (c) 2009 www.slycom.de
*/

#sendeplanbox a {
color:#ffffff;
background:#b3b06c;
font:bold 16px verdana, sans-serif;
text-decoration:none;
width:76px;
display:block;

padding:5px;
border:1px solid black;
}

#sendeplanbox a:hover {
color:black;
background:#ddd8b7;
height:45;
}

#sendeplanbox a span {display:none;}

#sendeplanbox a:hover span {
position:fixed; top:35px; left:30px; 
z-index:3;
width:600px;
display:block;
color:black;
background:#ffffff;
font:normal 16px courier, sans-serif;
border:1px solid black;
padding:10px;
}


