
body, p, span, div, h3 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}


body {
	margin: 0px;
	background-image: url('/media/bg.png');

	line-height: 18px;
}

#md {
	position: fixed;
	
	bottom: -60px;
	left: -40px;

	width: 522px;
	height: 756px;
	
	background-image: url('/media/md.png');
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	top: 10px;
	left: 550px;

	width: 300px;
}

#right {
	position: absolute;
	top: 10px;
	left: 900px;
	
	width: 300px;
}

p.headline {
	padding-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0099CC;
	color: #0099CC;
	text-align: right;
}

p.mail {
	padding-top: 20px;
	margin-bottom: 5px;
	color: #000000;
	text-align: right;
}

span.date {
	margin-right: 10px;
	color: #0099CC;
	
}

span.tracklabel {
	color: #444444;
}

h3.toggler {
	color: #333333;
	font-weight: normal;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
}

span.label {
	color: #AAAAAA;
}

.element {
	background-color: #EEEEEE;
	padding: 4px;
	padding-bottom: 10px;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	background-color: #CCCCCC;
}


