﻿*{
	margin:0px;
	padding:0px;
}

html{
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;	
	height:100%;
}

h1{
	font-size:24px;
	font-weight:normal;
	padding:15px 0px 15px 0px;
}

h2{
	font-size:18px;
	font-weight:normal;
	padding:15px 0px 5px 0px;
	color:#39C;
}

h2 a{
	color:#39C;
	text-decoration:none;
}

h2 a:hover{
	text-decoration:underline;
}

h3{
	font-size:14px;
	font-weight:normal;
}

p{
	14px;
}

div.wrapper{
	margin: 0px auto;	
	width: 800px;
	height:100%;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

div.adbanner{
	margin: 0px auto;
	width: 728px;
	height: 90px;
	margin-left:36px;
}

div.month{
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.month span.week{
	display:block;
	font-size:12px;
}

div.month span.current{
	display:block;
	font-size:12px;
	background-color:#ADF;
}

div.month span.week span{
	display:block;
	float:left;
}
div.month span.week span.kw{
	width: 50px;
	clear:both;
}

div.month span.week span.von{
	width: 70px;
}
div.month span.week span.von strong,
div.month span.week span.bis strong{
	color:#090;
	font-weight:normal;
}

div.month span.week span.bis{
	width: 60px;
}


div.threemonths{
	width:800px;

	clear:both;
}

table.month{
	border-style:none;
	border-collapse:collapse;
}
table.month th{
	font-size:12px;
	background-color:#428DFF;
	color:#FFF;
	padding: 5px;
}
table.month th.kw{

}
table.month tr{
	background-color:#eee;
}
table.month tr.even{
	background-color:#A6FFA6;
}
table.month td{
	font-size:12px;
	padding:5px;
}
table.month td.kw{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background-color:#428DFF;
}
table.month tr.odd td.kw{
	background-color:#999;
}

table.month td.bold{
	font-weight:bold;
}

div.footer{
	clear:both;
	padding:30px 5px 0px 5px;	
}

div.footer p{
	font-size:12px;
	text-align:right;
}

div.footer a{
	color:#666;
}
p.yearchange {
	text-align:center; 
	clear:both;
	padding:10px 0px 10px 0px;
	font-size:12px;
}
