@import url('../activetools/screen.css');

h1 {
	display: none;
}

#inner {
	background: none;
}

#worldmap {
	background: url('img/worldmap_home.png') top left no-repeat;
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/activetools_home/img/worldmap_home.png',sizingMethod='scale');
}

#at_find1 {
	right: 200;
	*right: 220;
}

#at_forsidebillede {
	position: absolute;
	top: 65;
	left: 35;
	width: 725;
	height: 385;
	overflow: hidden;
	z-index: 0;
}
#at_forsidebillede img {
	position: absolute;
	top: 0;
	left: 0;
}

#at_artikler {
	background: none;
}
#artikler_inner {
	background: none;
}

#at_calendar_bg {
	position: absolute;
	top: 65;
	left: 150;
	width: 220;
	height: 385;
	overflow: hidden;
	background: #fff;
	opacity: 0.7;
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/activetools/img/1x1_fff_70.png',sizingMethod='scale');
	
}
#at_calendar {
	position: absolute;
	top: 85;
	left: 180;
	width: 180;
	height: 360;
	overflow: hidden;
	1border: solid 1px red;
}
#at_calendar .event {
	font-size: 11px;
	line-height: 14px;
}
#at_calendar h3 {
	font-size: 11px;
	color: #000;
}

table.calendar {
	1margin-left: 30;
	*1margin-left: 20;
	margin-bottom: 20;
}
table.calendar caption {
	font-size: 10px;
	padding-bottom: 3;
	border-bottom: solid 1px #888;
}
table.calendar td {
	font-size: 10px;
	text-align: right;
	padding: 3;
}
table.calendar td.today {
	font-weight: bold;
}
table.calendar td.past {
	color: #888;
}
table.calendar td.weekno {
	color: #888;
	font-style: italic;
}
table.calendar td.dayname {
	
}
table.calendar td a {
	padding: 1;
	margin: -1;
	color: #fff;
	background: #888;
}
table.calendar td a:hover {
	background: #555;
}

.hookline {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-right: 20px;
}
.hookline_headline {
	font-size: 12px;
	line-height: 16px;
}