body {
    padding: 0px;
    margin: 0px;
	font-family: "Trebuchet MS","Verdana","Tahoma","Helvetica","sans-serif";
    font-size: 62.5%;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#content {
  width: 570px;
  float: left;
  font-size: 1.4em;
}

a {
	text-decoration: none;
	color: #0074C1;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #444;
    font-size: 4em;
}

.admin {
	text-align: right;
}

h2 {
    font-weight: normal;
    color: #0074C1;
    padding: 0px;
    margin: 0px;
}

.daygroup {
  border-bottom: 1px dashed #444;
  margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	background-color: #fff;
        color: #444;
	border-bottom: 1px solid #444;

}

h3 a {
	text-decoration: none;
	color: inherit;
}

h3 a:hover {
	color: #0074C1;
	text-decoration: none;
}

h4 {
	font-weight: bold;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

img.face {
	float: right;
	margin-top: -3em;
}

img {
   border: 0px;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.sidebar {
	width: 200px;
    float: left;

	margin-left: 20px;
	margin-right: 0px;
	padding-right: 0px;

	padding-left: 0px;

	font-size: 1.2em;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	padding-left: 5px;
	margin-left: 0px;
}

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}

h3.en {
  background:transparent url(images/en.png) no-repeat scroll left 6px;
  text-indent:20px;
}

h3.de {
  background:transparent url(images/de.png) no-repeat scroll left 6px;
  text-indent:20px;
}
