body {
	margin: 0;
}

#topbar {
	width: 100%;
	height: 20px;
	background: #d0d0d0;
}

#topbar #logo {
	font-family: monospace;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

#logo .logored {
	color: #c00;
}
#logo .logoblack {
	color: black;
}

#topbar #variant {
	background: #00f;
	color: #fff;
	font-family: monospace;
	font-weight: 900;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 2px;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
}

#topbar #swissflag {
	background: url('ch.png');
	height: 20px;
	width: 20px;
	float: right;
	background-size: 100% auto;
	opacity: 0.4;
}


a.btn {
	display: inline-block;
	border: 1px solid #888;
	padding: 8px;
	color: #333;
	background: #ccc;
	text-decoration: none;
}

#main {
	font-family: Arial, sans-serif;
}

.paddedcontent {
	margin: 8px;
}