﻿/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
}

body a img{
	border: none;
}

.titel strong{
	position: relative;
	top: -2px;
	margin: 0 0 0 5px;
	font-size: 11px;
}