* {
	padding:0px;
	margin:0px;
}


body {
	font-family:Arial, "Trebuchet MS", "_sans";
	font-size:0.8em;
	font-style:normal;
	background-color:#ffffff;
}

img {
	margin:5px;
	border-width:1px;
	border-style:solid;
	border-color:#ebebeb;
}

.sendung {
	margin-bottom:50px;
	width:80%;
	margin-left:20px;
	background-color:#ebebeb;
	border-width:1px;
	border-style:solid;
	border-color:#c6c6c6;
}

#comment {
	margin-bottom:50px;
	width:40%;
	margin-left:20px;
	background-color:#ebebeb;
	border-width:1px;
	border-style:solid;
	border-color:#c6c6c6;
}

#sticker {
	margin-bottom:50px;
	width:86%;
	margin-left:20px;
	background-color:#ebebeb;
	border-width:1px;
	border-style:solid;
	border-color:#c6c6c6;
}

h1 {
	font-size:3em;
	margin-bottom:10px;
	margin-left:30px;
	margin-top:20px;
}
h2 {
	margin-left:30px;
	margin-top:50px;
	font-size:2em;
	clear:both;
}

.sticker {
	margin:20px;
	float:left;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden
}

ul {
	list-style-type:none;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:30px;
}


a:link { text-decoration:none; color:#5c5c5c; text-decoration:none; }
a:visited { text-decoration:none; color:#5c5c5c; text-decoration:none; }
a:hover { text-decoration:none; color:#000000; text-decoration:underline; }
a:active { text-decoration:none; color:#5c5c5c; text-decoration:none; }
a:focus { text-decoration:none; color:#5c5c5c; text-decoration:none; }

a:hover img {
	border-width:1px;
	border-style:solid;
	border-color:#5c5c5c;
}
