/*-----------------------------------------------------*/
/*-------div-id's fuer den Inhalt der Website----------*/
/*--------Sprich Content-Bereich und Blog-Bereich------*/
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*------------------Content-Bereich--------------------*/
/*------Mittig da wo der gesamte Seiteninhalt steht----*/
/*-----------------------------------------------------*/

#content1
  {
    font-size: 13px;
    width:600px;
	
	/* 
	Mindesthohe festlegen und IE6-Hack nutzen
	Der IE6 kann naemlich eigentlich kein CSS 2.0
	und somit auch kein min-height interpretieren
	*/
	min-height: 650px;
	height: auto !important;
	height: 650px;
	
	float: left;
	margin-left: 15px;
    padding:5px 5px 5px 5px;
	border: 0px solid #0000FF;
  }
  
/*-----------------------------------------------------*/
/*--------------------News-Bereich---------------------*/
/*-----------------Rechts oben am Rand-----------------*/
/*-----------------------------------------------------*/
#news
  {
    font-size: 12px;
	/*color: #FFFFFF; alte Version*/
	color: #000000; /* für den Test mit google Kalendar*/
	font-weight: bold;
	text-align: center;
	margin-left: -20px;
    
	width: 140px;
	height: 280px;
	overflow: none; 
	
	
	border: 1px solid #FFFFFF;
  }
  
#kalender
  {
    font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	
	margin-top: 10px;
	margin-left: -20px;
        width:140px;
	height: 215px; 
	
	border: 1px solid #FFFFFF;
  }