*{
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-family: georgia, verdana, arial, sans-serif;
}
body{
	margin: 0px;
	background-color: #e2c993;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
}

a:link               { text-decoration: none; }
a:visited            { text-decoration: none; }
a:hover              { text-decoration: none; }
a:active             { text-decoration: none; }

p.bodytext a:link    { text-decoration: underline; }
p.bodytext a:visited { text-decoration: underline; }
p.bodytext a:hover   { text-decoration: underline; }
p.bodytext a:active  { text-decoration: underline; }

#nav{
	position: absolute;
	top: 250px;
	left: 20px;
	width: 200px;
	min-height: 100px;
	float: left;
	display: inline;
}
#content {
	position: absolute;
	top: 250px;
	left: 250px;
	width: 600px;
	min-height: 120px;
	
}
#credit{
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.bold{
	font-weight: bold;
}
.post{
	margin-bottom: 15px;
}
.postTitle{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.postDate{
	float: right;
}
.postSubtitle{
	clear: both;
	padding-top: 5px;
}
.postDetailTitle{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
}
.postDetailDate{
	float: right;
	font-size: 18px;
	font-weight: bold;
}
.content{
	clear: both;
}
/* nur fuer den RTE im backend */
.htmlarea-content-body {
	background-color: #FFFFFF;
	background-image: none;
}