/* Helmut Loder's Adventkalender */
div.title {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:119px;
	background-image: url(img/adventkalender_title.png);
	background-repeat: no-repeat;
}
div.nav {
	position:absolute;
	left:0px;
	top:119px;
	width:800px;
	height:66px;
	background-image: url(img/adventkalender_nav_bar.jpg);
	background-repeat: no-repeat;
}
div.main {
	position:absolute;
	left:0px;
	top:185px;
	width:800px;
	height:350px;
	background-image: url(img/adventkalender_bg_img.jpg);
	background-repeat: no-repeat;
}
#CURRENT {
	position:absolute;
	left:10px;
	top:142px;
	width:190px;
	height:22px;
	z-index:3;
}
#DAYS {
	position:absolute;
	left:200px;
	top:143px;
	width:950px;
	height:22px;
	z-index:3;
}
body {
	background-image: url(img/bg.gif);
	background-repeat:repeat-x;
	background-color: #000000;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 170%;
}
body a:link, body a:visited, body a:active, body a:hover {
	color: #99cc00;
	text-decoration: underline;
}
img { 
	border:0; 
}
h1 { 	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 22px;}
h2 { 	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;}
#BILD {
	position:absolute; left:680px; top:222px; width:300px; height:54px; z-index:0; font-size: 12px;
}
#AUTOR {
	position:absolute; left:35px; top:263px; width:150px; height:54px; z-index:1; font-size: 12px;
}
#TEXT {
	position:absolute; left:200px; top:195px; width:440px; height:54px; z-index:2;
}
.bold {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold-lrge {
	font-weight: bold;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:3px;
	border: 1px solid #553e1b;
}
.bold-lrge:hover {
	font-weight: bold;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:3px;
	border: 1px solid #000000;
	background-color:#a0da2b;
	color:#000000;
}
.copyright {
	font-size: 11px;
	line-height: 16px;
	padding-top: 12px;
	padding-bottom: 25px;
	color: #CCCCCC;
}
.italic {
	font-style: italic;
	
}
.color {
	color: #FFD50E;
}
.ad {
	margin: 35px 0px 0px 0px;
	padding:2px;
	border: 1px solid #232323;
}
