
/* ################## Text ################## */

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin: 0 0 0.25em 0;
}

h1 { font-size: 200% }                        /* 24px */
h2 { font-size: 166.67% }                     /* 20px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33%; color:#000000; }     /* 16px */
h5 { font-size: 100.01%; color:#000000; }     /* 14px */
h6 { font-size: 116.67%; font-style:italic }  /* 14px */

p {
	line-height:1.3em;
	margin: 0 0 0 0;
	font-weight:normal;
}

.paginierung {
	display:none;
}

/* ################## Links ################## */

a:link {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

/* ################## Tabellen ################## */

td.kalender_top {
	width:45px;
	height:5px;
	background-color:#dddddd;
}

td.kalender_tag {
	width:45px;
	height:20px;
	background-color:#dddddd;
	text-align:center;
}

td.kalender_mon {
	width:45px;
	height:20px;
	background-color:#000000;
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}

td.kalender_hdr {
	padding-left:15px;
}

td.mokko {
	display:none;
}

/* ################## Bilder ################## */

img.linke_spalte {
	width:100%;
	height:100%;
}

img.bild_rechts {
	margin-bottom:10px;
	margin-left:10px;
}

img.hr {
	visibility:hidden;
	margin-top:15px;
	margin-bottom:15px;
}

img.header {
	margin-bottom:20px;
}