body {
	background-color:#ffffff;
	color:brown;
	font-family:Palatino, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:18px;
	color:grey;
}

* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
p {
	margin:18px 0px;
}	

#navigation .innen,
#banner,
#wrapper,
#footer div{
   text-align:left;
   width:950px;
   margin:0px auto;
}

#sidebar,
#main {
	width:475px;
}

#main{
	float:left;
}

#sidebar{
	float:right;
	margin-riht:20px;
	}

#footer{
	clear:both;
}

h1 {
	font-size:45px;
	font-weight:bold;
	color:grey;
	
}
h2 {
	font-size:24px;
	font-weight:bold;
	color:grey;
}
h3 {
	font-size:18px;
	font-weight:bold;
	color:grey;
}
h4 {
	font-size:15px;
	font-weight:bold;
	color:grey;
}
a {
	color:grey;
}
a:hover {
	color:red;
	text-decoration:none;
}
*{
   margin:0px;
   padding:0px;
}
hr {
	color:grey;
}

post{
	clear:both;
	margin-bottom:24px;
	border-bottom:1px solid black;
}

post h2{
   font-size:14px;
   font-weight:normal;
   border-bottom:1px solid green;
}
post h2 a{
   text-decoration:none;
}

postinfo{
   font-weight:bold;
   margin:5px 0px;
}
