/***************************************/
/*        Created: 2008-03-19          */
/* Current ver. 0.1 (standupstyle.css) */
/*      www.jsvendsen.dk/standup       */
/*        Modified: 2008-09-23         */
/*           Jakob Svendsen            */
/*      University of Copenhagen       */
/***************************************/


.suCal {	
	position: relative;
	padding-top:0px;
	padding-left: 53%;
}

.suCalFuture {
	position: absolute;
	width: 45%;
	left: 0px;
}

.suCalFuture h2 {
	border-bottom: 1px solid #c1a578;
	letter-spacing: -2px;
	margin-top: 0px;
}

.suCal h2 {
	border-bottom: 1px solid #c1a578;
	letter-spacing: -2px;
}
.suCal h3 {
	font-size: 14px;
	margin-bottom: 1px;
	letter-spacing: -1px;
}

.suCal a {
	text-decoration: underline;
	color: inherit;
}
