body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
	min-width: 44em;
	font-family: sans-serif;
	/* font-size: smaller; */
}

p, ul {
	font-size: small;
}

a {
	color: #656;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: black;
	text-decoration: none;
	font-size: small;
}
a:visited {
	text-decoration: none;
	font-size: small;
}

.teaserdate .teaserlink .teasertext .teaserplace {
	font-size: medium;
}

/* Posts */
.post_title { border-bottom: 1px solid #DDDDDD; }
.post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: normal; color: #656; }
.post_date { text-align: right; font-weight: bold; font-size: small; }
.post_short { text-align: justify; padding-bottom: 5px; padding-top: 5px;}

a.post_title {
	color: #81609e;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
a.post_title:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
a.post_title:visited {
	color: #81609e;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}


#header {
	background: url(header_background.gif) repeat-x top right;
	min-height: 40px;
	margin: 52px 100px 0px 0px;
	padding: 4px 10px 2px 100px;
	color: #bab;
	font: normal bold large;
}
#header a {text-decoration: none;}
#header #pink {
	/* the pink cross upper right */
	position: absolute;
	top: 35px;
	right: 0px;
	float: right;
}
#header #church{
	position: absolute;
	top: 0px;
	left: 5px;
}

#content {
	background: url(content_background.gif) repeat-y right;
	float: right;
	width: 36em;
	margin-right: 75px;
	/* next line is only valid for the crazy IE */
	_margin-right: 38px;
	padding-right: 30px;
}
#content h1 {
	color: #656;
}

#navigation {
	padding: 3% 0px;
	font-size: medium;
	float: left;
	width: 11em;
	font-family: sans-serif;
	font-weight: 100;
}
#navigation h3 {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px 20px;
}
#navigation a {
	display: block;
	background-color: #dcd;
	color: #434;
	text-decoration: none;
	margin: 5px 0px;
	padding: 4px 5px 1px 5px;
	font-size: medium;
}
#navigation a:hover {
	background-color: #ede;
	color: #656;
	font-size: medium;
}

#footer {
	text-align: center;
	float: left;
	width: 90%;
	margin: 5px 5%;
	font-size: 0.8em;
	font-family: sans-serif;
}

.definition {
	/* end all floating before */
	clear: both;
	padding: 4px 7px;
	margin: 10px 11% 6px 11%;
	font-size: 0.8em;
	background-color: #dcd;
}
.hidden {
	display: none;
}
div.pagenumber {
	clear: both;
	margin: 10px auto;
}
div.thumb {
	display: inline;
}
div.thumb img {
	vertical-align: middle;
	margin: 5px;
}
.marginlevel {
	margin-left: 20px;
}
#search_box {
	margin: 10px;
}

