@charset "UTF-8";
project {
}
body {
	margin:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
    background-image: url(kalender_2026_72.png); 
    background-repeat: no-repeat; background-size: cover; background-position:top center
	}
h1	{
	font-size:66px;
	font-style:normal;
	font-weight:normal;
    color:#ff0000
}
h2	{
	font-size:13px;
	font-style:normal;
	font-weight:normal;
}
#navfix {
	display:flex;
	position:fixed;
	top:0px;
	max-width:520px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:12px;
	margin-right:5%;
	margin-left:2%;
}
#navfix a {
	color:#000;
	padding-right:15px;
}
#box {
	margin-top:170px;
	margin-left:8px;
	margin-right:6%;
}
.floater {
	float:left; 
	width:100%;
	max-width:520px;
	margin-left:2%;
	margin-right:1%;
	margin-bottom:4%;
}
.floater a {
	text-decoration:none;
	color:#333;
}
.floater a:hover {
	text-decoration:underline;
	color:#000;
}
footer {
	position:fixed;
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	top:47%;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:6px;
	margin-left:-60px;
	font-size:11px;
}

