/*======================================================================*\
|| #################################################################### ||
|| # Adventskalender												  # ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2006 Chris	(http://www.wait-till-i.com)		  # ||
|| # ---------------------------------------------------------------- # ||
|| #################################################################### ||
\*======================================================================*/

#calendar
{
	background: url(../../images/advent/background.jpg) top left no-repeat #369;
	width: 830px;
	height: 637px;
	margin: auto;
	list-style: none;
	position: relative;
	padding: 0;
}

#pic
{
	/*background: url(../../images/advent/washout.jpg) top left no-repeat #369;*/
	width: 830px;
	height: 617px;
	margin: auto;
	list-style: none;
	position: relative;
	padding-top: 20px;
}

#pic #border {
	background: url(../../images/advent/border.jpg) no-repeat;
	width: 395px;
	height: 500px;
	margin: auto;
}

#pic a img
{
	display: block;
	margin: 0 auto;
	/*border: 5px solid #fff;*/
	border: none;
}


#calendar li
{
	list-style: none;
}

#calendar li a
{
	border: 2px solid #fff;
	display: block;	
	width: 50px;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	text-decoration: none;
	font-family: "trebuchet ms",Verdana,sans-serif;
	padding: 60px 10px 10px 10px;	
	position: absolute;	
}

#calendar li a.done
{
	border: 2px solid #369;
	color: #fff;
}

#calendar li a:hover
{
	background: #fff;
	color: #000;
	filter: alpha(opacity=50);
	-moz-opacity:  0.5;
	opacity:  0.5;
	-khtml-opacity:  0.5; 
}

/*  =daylinks */

#l1
{
	left: 450px;
	top: 30px;
}

#l2
{
	left: 60px;
	top: 420px;
}

#l3
{
	left: 500px;
	top: 220px;
}

#l4
{
	right:40px;
	top: 40px;
}

#l5
{
	right: 150px;
	top: 150px;
}

#l6
{
	left: 120px;
	top: 160px;
}

#l7
{
	left: 300px;
	top: 300px;
}

#l8
{
	right: 40px;
	top: 250px;
}

#l9
{
	left: 20px;
	top: 170px;
}

#l10
{
	right: 175px;
	top: 350px;
}

#l11
{
	right: 40px;
	top: 400px;
}

#l12
{
	left: 280px;
	top: 30px;
}

#l13
{
	left: 100px;
	top: 300px;
}

#l14
{
	left: 375px;
	top: 175px;
}

#l15
{
	left: 200px;
	top: 320px;
}

#l16
{
	left: 30px;
	top: 20px;
}

#l17
{
	left: 500px;
	top: 420px;
}

#l18
{
	right: 150px;
	top: 510px;
}

#l19
{
	left: 400px;
	top: 400px;
}

#l20
{
	left: 275px;
	top: 160px;
}

#l21
{
	left: 175px;
	top: 475px;
}

#l22
{
	left: 150px;
	top: 45px;
}

#l23
{
	right: 175px;
	top: 20px;
}

#l24
{
	left: 290px;
	top: 475px;
}

/*======================================================================*\
|| #################################################################### ||
|| # Created: 09:29, Wed Nov 1st 2006								  # ||
|| #################################################################### ||
\*======================================================================*/