@charset "UTF-8";

@media screen, projection
{
  .page_margins { 
	background:url(images/page_background_zweispaltig.png) repeat-y top left transparent;
  }
  
  #col1 { float: right; width: 699px; margin: 0 9px 0 -485px; }
  #col2 { display:none; }
  
  .kalendar th {
  	width:89px;
	padding:10px 5px 10px 5px;
	text-align:center;
  }
  
  .kalendar td {
  	width:89px;
	padding:10px 5px 10px 5px;
	height:50px;
	text-align:center;
	border:1px solid #a63005;
  }
  
  .kalendar td#today {
  	background:#eee;
  }
  
  .kalendar td span,
  .kalendar td a { 
  	display:block;
  }
  
  .cal { 
  	display:inline-block;
	margin:10px 0 20px 0;
  }
  
  .cal .next,
  .cal .last {
  	width:349px;
	display:inline-block;
	float:left;
  }
  
  .cal .next { text-align:right; }
  
}
