
body{
	background:#fff;	
	color: #555;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	text-align:center;
}

/*Allgemein*/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:995px;	
}
#content{	
	float:left;
	padding:0px 30px 0px 0px;
	width:500px;	
}
#sidebar{	
	float:right;
	padding-top:0;
	width:420px;
}
#header{
	background: url(./images/header-schlossmal.jpg) no-repeat;
	height: 217px;
	width: 995px;
	margin:50px 0 25px 0;
	overflow: hidden;
}
#header a#logo {
	display: block;
	float: left;
	height: 180px;
	width: 400px;
	margin:0px 0 25px 0;
}
#header a#headweiter{
	display: block;
	height: 20px;
	float: right;
	width: 360px;
	margin: 110px 0 0px 0;
}

#footer{
	background: #fff;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}

h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 0px;
	line-height: 26px;
	margin:0;
}
#header h1{
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color: #E87830;
}
#header h1 a:hover{
	color: #CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size: 20px;
}
.entrytitle h2 a {
	color: #00bfff;
}
.entrytitle h2 a:hover{
	color: #58BBEB;
}
.entrytitle h3{
	font-size:11px;
	color:#6F6F6F;
	letter-spacing: 0;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*Eintraege*/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*Kommentare*/
.commentsblock{
	margin:0;
	padding:0;
	height:1px;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}


/*Bilder*/
.alignleft {
	float: left;
}
.entrymeta {
	clear: left;
}


