*
	{
	box-sizing:border-box;
	}
body
	{
	font-family:verdana;
	background-color:#eee;
	}
h1
	{
	text-align:center;
	font-size:1.7em;
	color:#333;
	}
.kopf
	{
	text-align:center;
	margin-bottom:15px;
	}
.logo
	{
	height:300px;
	}
.menue
	{
	text-align:center;
	margin-bottom:15px;
	}
.suche
	{
	text-align:center;
	margin-bottom:20px;
	}
.beitrag
	{
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#fff;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:15px;
	}
.kategorie
	{
	background-color:#333;
	color:#fff;
	display:inline-block;
	padding:3px 8px;
	font-size:0.8em;
	}
.beitrag img
	{
	width:100%;
	}
.bearbeiten
	{
	color:#185FA5;
	margin-right:10px;
	}
.loeschen
	{
	color:red;
	}
.container
	{
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#fff;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	}
.zeile
	{
	border-top:1px solid #ccc;
	overflow:hidden;
	padding:5px;
	}
.merkmal, .wert
	{
	width:50%;
	float:left;
	}
.eingabefeld
	{
	width:100%;
	}
@media screen and (max-width:400px)
	{
	.merkmal, .wert
		{
		width:100%;
		}
	h1
		{
		font-size:1.2em;
		}
	}