/* 

Marienkalender 
CSS 

*/

#mbody {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:600px;
}

#marienkalender-title {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:119px;
}

#marienkalender-spacer {
	position:absolute;
	left:0px;
	top:119px;
	width:200px;
	height:34px;
}

#marienkalender-2002 {
	position:absolute;
	left:200px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2003 {
	position:absolute;
	left:260px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2004 {
	position:absolute;
	left:320px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2005 {
	position:absolute;
	left:380px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2006 {
	position:absolute;
	left:440px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2007 {
	position:absolute;
	left:500px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2008 {
	position:absolute;
	left:560px;
	top:119px;
	width:60px;
	height:34px;
}

#marienkalender-2006-line {
	position:absolute;
	left:0px;
	top:153px;
	width:800px;
	height:32px;
}

body {
	background-image: url(images/mbg3.jpg);
	background-repeat:	no-repeat;
	background-color:#000000;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}

img {
	border: 0px;
}

body a:link, body a:visited, body a:active, body a:hover {
	color: #d449d4;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5f255f;
}

body a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5f255f;
}

#BILD {
	position:absolute; left:500px; top:300px; width:300px; height:54px; z-index:0; font-size: 10px;
}

#AUTOR {
	position:absolute; left:35px; top:263px; width:150px; height:54px; z-index:1; font-size: 10px;
}

#TEXT {
	position:absolute; left:200px; top:195px; width:280px; height:54px; z-index:2;
}

h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.copyright {
	font-size: 10px;
	line-height: 14px;
	padding-top: 12px;
	padding-bottom: 25px;
	color: #CCCCCC;
}
.italic {
	font-style: italic;
	
}
.color {
	color: #dba1db;
}
.ad {
	margin: 35px 0px 0px 0px;
	padding:2px;
	border: 1px solid #232323;
}

blockquote {
	border: 1px solid #333333;
	padding: 4px;
}

