/* for Explorer/Win 5+6 */ 
html {
font-size: 87.5%; 
}

/* for cool browsers */
html>body {
font-size: 14px;
line-height: 1.643em;
}


body {
	background:#222020 url(images/France.gif) repeat-y left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
div,ul,li, h2,h3 {
	margin:0;
	padding:0;
}
hr {
	display:none;
}
#wrapper {
  width:900px;
  margin:20px auto;
}
#header {
	background:url(images/header.jpg) top no-repeat #fff;
  margin-bottom:10px;
	font: normal 20px georgia, palatino, "Times New Roman", serif;
	text-align:center;
	height:160px;
	border-bottom:10px solid #fff;
}
#header h1,#header span {
	margin:40px 5px;
	background:#fff;
	display:inline;
}
#header a {
	color:#000;
}
#sidebar {
	width:200px;
	color:#fff;
	margin:0;
	padding:0;
	background:#0C1C8C;
	float:left;
	text-align:center;
}
#sidebar a {
	color:#fff;
}
#sidebar img {
	background:#fff;
	padding:5px;
	margin-top:10px;
}
#sidebar p {
	text-align:left;
	padding:10px;
}
#sidebar ul {
	
	padding-top:10px;
	border:10px solid #fff;

}
#sidebar ul ul {
	
	border:none;

}
#sidebar h2{
}

img.rechts {
	float:right;
	margin-left:0.5em;
	margin-bottom:0.5em;
 padding:4px;
	background:#ccc;
}
#content {
	background:#fff;
	color:#000;
	width:700px;
	float:left;

}
.entry {
  padding:1em;
}
#content a {
	color:#000;
	background:url(images/star_h1.gif) no-repeat left center;
	padding-left:20px;
}
#content h2, #content h3, #seite h2, #seite h3 {
	text-align:center;
	font: normal 2.3em/1.1em georgia, palatino, "Times New Roman", serif;
	margin: 1em 0 0.4em 0;
	letter-spacing: -0.02em;
}
#content .post {
	margin-bottom:40px;
	text-align:left;
	padding:10px 20px 50px 20px;
	background:url(images/m1-14.gif) no-repeat center bottom;
}
#content .postmetadata {
	font-weight:bold;
	text-align:center;
}
#seite {
	background:#fff;
	color:#000;
	width:700px;
	float:left;
	text-align:left;

}
#seite img {
	border:none;
	padding:5px;
}
#seite li {
	display:inline;
}
#commentform {
	width:60%;
	text-align:left;
	padding:20px;
	margin:0 auto;
}
#commentform textarea {
	width:80%;
}
.alt {
	background:#efefef;
}
ol {
  list-style-type:none;
}
.commentlist li{
	text-align:left;
	padding:1em;
	margin:2em;
}
#footer, #footer a {
	clear:both;
	color:#333;
	font-size:9px;
	padding-top:1em;
	text-align:right;
}
