﻿@page {
       size: landscape;
       margin-top:1cm;
       margin-bottom:1.4cm;
       margin-left:2cm;
       margin-right:2cm;	
}



H1 {
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
}


* {
	   FONT-SIZE: 12px;
}



body {
    FONT-FAMILY: verdana, arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #000000;
	LINE-HEIGHT: 130%;
	FONT-SIZE: 12px;

}

.noprint {
    display:none;

}


#container {
	BORDER: 0 none;
	WIDTH: 812px;
	POSITION: relative;
	TOP: 0px;
}


#page_content {
	background-position: bottom;
	border-right: 0 none;
	PADDING-RIGHT: 0;
	BORDER-TOP: 0;
	PADDING-LEFT: 0 ;
	PADDING-BOTTOM: 0;
	/*MIN-HEIGHT: 550px;*/
	MARGIN-LEFT: 0;
	BORDER-LEFT: 0 none;
	WIDTH: 812px;
	PADDING-TOP: 0;
	BORDER-BOTTOM: 0 none;
	BACKGROUND-COLOR: transparent;
	background-image: none;
	background-repeat: no-repeat;
}

#page_content_header {
	CLEAR: none;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 4px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	POSITION: relative;
	TOP: auto;
	/*min-height: 260px;*/
}



A,A:visited,A:link,A:hover {
    text-decoration:none;
	color: #000;
}




/* Jahreszahl */

#jahr_h1 {
	font-size: 16px;
	font-weight: bold;
	/*padding-top: 20px;*/
	padding-bottom: 10px;
}


/*Kalender Box */
#cal_box {
	border: 1px solid #CCC;
	/* color: #333333; */
	width: 120px;
	height: 100px;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	/* background-color: transparent; */
	margin-bottom: 15px;
}

/*  KalenderWochenNR */	
#cal_box1 {
	text-align: center;
}

/*  Frei oder Belegt */	
.cal_box2 {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
}
	
/* Datum */	
#cal_box3 {
	text-align: left;
	padding-left: 28px;
	font-weight: normal;
	margin-top: 2px;
}


/* Name */	
#cal_box4 {
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	/*height: 20px; */
	margin-left: 10px;
	font-size: 12px;
}	
/*
	/* Keien Saison */
	.noname {
		border-bottom: 1px #222 solid;
		margin-right: 10px;
		padding-top: 10px;
	}	
*/

/* Keine Saison */
.nosaison {
	/* background-color: #d6d6d6; */
}	


.table_bo {
	/* border: 0px; */
	width: 780px;	
}


.pagebreakafter {
	page-break-after:always;
}

.pagebreakbefore {
	page-break-before:always;
}

