﻿@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #6CF;
	margin: 0;
	color: #000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.container {
	width: 95%;
	max-width: 600px;
	min-width: 300px;
	background-color: #6CF;
	margin: 0 auto;
}
.content {
	padding: 5px 0;
	text-align: center;
	font-size: 100%;
}
#timespan {
	font-size: 120%;
	color: #009;
	font-weight: bold;
}
#geburtstag {
	font-size: 120%;
	color: #009;
	font-weight: bold;
}
#btn {
	border-bottom-style: none;
	color: #666;
	background-color: #6CF;
	cursor: hand;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a {
	font-size: small;
}
