@charset "utf-8";

body {
font-family:"roboto";overflow-y: scroll;margin: 0;
}







.eintrag {
	background-color: #eee;
	padding: 15px;
	border: thin solid #ccc;
	border:none;
	width: 95%;
	margin-bottom:10px;		border-radius: 10px;
}
.name {
	width:45%;
	float:left;
}
.datum {
	width:55%;
	float:right;
	text-align:right;
	
}
.kommentar {
	width:100%;
	clear:both;
	border-top:1px solid #ccc;
	padding-top:10px;
}
label {
	width:100px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.admin {
	width:100%;
	background-color:#f00;
	color:white;
}
.admin a{
	color:white;
	text-decoration:none;
}

html body p a.link{
	color: #f00;
	text-decoration:none;
}
html body p a.link:hover {
	color: #f33;
	text-decoration:none;
}
