/* Calendar */
#imero {
	float: left;
	width: 370px;
	margin: 9px 0px 0px 20px;
}
#imero p {
		padding: 0 0 5px 0;
}


/* Gruppen Kommentare */
#kommentare {
	position: relative;
	float: right;
	width: 345px;
	margin: 8px 24px 0 0;
	border: 1px solid #DFEBF9; /* #E5F0FB */
	background: #EAF2FB;
}
#kommentare p {
	padding: 0 0 5px 0;
}
#kommentare p#addlink {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 10px; left: 300px;		
}
hr {
	border: 0;
	color: #A9D4EF;
	background-color: #A9D4EF;
	width: 310px;
	height: 1px;
	text-align:center; 
}
#kommentarescroll {
	height:551px; overflow:auto;
}

p.updown {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 9px; right: 20px;		
}

/* Kommentare abgeben schreiben*/
#kommentarabgeben {
	float: left;
	width: 350px;
	margin: 20px 0px 25px 30px;
	border: 1px solid #DFEBF9; /* #E5F0FB */
	background: #EAF2FB;
}
#kommentarabgeben p {
	padding: 0 0 5px 0;
}
.kommentarform {
	background-color: transparent;
	border: none;	
	margin: 0;
	padding: 5px 0 5px 0;	
	width: 180px;	
}
.kommentarform textarea {
	width:250px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB; 
	height:100px;
	display:block;
	color:#777;
}