@charset "utf-8";
/* CSS Document */


#kommentarbox {
	border: 1px solid #cab3c3;
	width: 490px;
	margin-bottom: 10px;
	float: left;
	}
	
	#kommentar_headline {
	background-color: #b66668;
	padding-left: 10px;
	height: 22px;
	color: #FFFFFF;
	padding-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F2EAE4;
	}
	
	#kommentar_autor {
	background-color: #f2eae4;
	padding-left: 10px;
	height: 35px;
	color: #006699;
	font-size: 22px;
	padding-top: 30px;
	}
	
	#kommentar_ausgabe {
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	width: 460px;
	}
	
	#kommentar_zitieren {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 470px;
	
	}
	
	.kommentar_link {
		font-size:12px;
		font-weight:bold;
		color:#02669a;
		margin:0px;
		font-family: Arial, Helvetica, sans-serif;
		
	
	}
