body {
	color: #84786D;
	font-family: georgia, serif;
	font-size: 12px;
	background: #F7F7F5 url(http://thorsten-konigorski.de/bilder/templates/thorstenII/top.png) repeat-x 0 0;
	width: 828px;
	margin: 0 auto 2em;
	padding: 0;
}

h1 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
         text-align: right;
}
h1 a {
	color:#FFFFFF !important;
	display:block;
	height:25px;
	margin:0 auto 55px;
	padding-top:8px;
	width:600px;
}

a {
	color: #80805C;
	text-decoration: none;
         outline-style:none;
}

a:hover {
	color: #222;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}



div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 20px 10px;
	margin-left: 10px;
	position: relative;
	display: inline; /* FUCKING IE */
}

	div.post img {
		border: 0;
	}

	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 140%;
		font-weight: normal;
		color: #ccc;
	}

	div.postInfo {
		padding: 0.2em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		left: 0;
	}
         div.pageLinks a:link, div.postInfo a:link, div.pageLinks a:visited, div.postInfo a:visited {
         border-bottom: 1px solid #DBD5C5;
	padding-bottom:1px;
         }
         div.pageLinks a:focus, div.postInfo a:focus,div.pageLinks a:active, div.postInfo a:active {
	color: #000;
	}
         div.pageLinks a:hover, div.postInfo a:hover {
          border-bottom:2px solid #DBD5C5;
         }
div#pages {
	margin-top: 1em;
}

	div.pageInfo {
		float: left;
		margin-left: 10px;
		display: inline;
	}
	div.pageLinks {
		float: right;
		margin-right: 10px;
	}


#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -12px 0 0 -12px;
	background: #fff url(http://thorsten-konigorski.de/bilder/templates/thorstenII/loading.gif) no-repeat scroll center center;
	border: 1px solid #eee;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}

#fuss {
clear: both;
font-size: 11px;
padding-top: 20px;
text-align: center;
}
.pp_description a:hover {
color: #fff !important;
}