body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
	font-family: "Times New Roman", serif;
}

p {
	margin: 0 0 1em 0;
}

blockquote {
	font-size: 90%;
}



a:link {
	color: #00f;
	text-decoration: none;
	background: url(img/a-link.gif) bottom right repeat-x;
}

a:visited {
	color: #f3c;
	text-decoration: none;
	background: url(img/a-visited.gif) bottom right repeat-x;
}

a:hover, a:active {
	color: #f00;
	text-decoration: none;
	background: url(img/a-hover.gif) bottom right repeat-x;
}



.comments {
	margin-top: 1em;
}

	#comment {
		width: 80%;
	}


del, strike {
	background: url(img/strike.gif) repeat-x left top;
	text-decoration: none;
}


#header {
	margin-bottom: 1em;
}

	#header h1 {
		width: 339px;
		height: 52px;
		background: url(img/headline-2.gif) no-repeat;
		text-indent: -9999px;
		margin: 0;

	}

		#header h1 a,
		#header h1 span {
			text-decoration: none;
			color: black !important;
		}

	#subhead {
		font-size: 80%;
		font-weight: bold;
		line-height: 1.5em;
		margin-top: 0.2em;

	}




#Wrapper {
	clear: both;
	width: 36em;
	margin: 0 auto;
	text-align: left;
}






.post
	{
	clear: both;
	margin-bottom: 2em;
	padding-bottom: 1em;
	background: url(img/line.gif) left bottom repeat-x;
	}

	h2 {
		margin: 0 !important;

	}

	h2 a {
		color: black !important;
		background: none !important;

	}

	h3 {
		font-size: 100%;
		margin: 0;
	}

	.entry {
		margin-top: 0.5em;
		margin-bottom: 1em;
	}

	div.postmetadata {
		font-size: 80%;
		line-height: 1.5em;
		margin-bottom: 0.5em;
		letter-spacing: 0px;
	}

	p.postmetadata, div.others {
		margin-top: 1em;
		padding-top: 1em;
		background: url(img/hr.gif) left top repeat-x;
		font-size: 80%;
		line-height: 1.5em;
		margin-bottom: 1em;
		letter-spacing: 0px;
	}

	div.others {
		background: url(img/hr.gif) right top repeat-x;
	}


		div.others .previous {
			text-align: left;
			float: left;
			width: 30%;
		}

		div.others .next {
			text-align: right;
			float: right;
			width: 30%;
		}



#footer {
	line-height: 1.5em;
	clear: both;
}




blockquote {
	width: 70%;
	text-align: justify;
	line-height: 1.2em;

}

a img {
	border: 0;
}

hr {
	padding-top: 9px;
	overflow: hidden;
	height: 0px;
	border: 0;
	background: url(img/hr.gif) no-repeat
}

ol.commentlist p,
#comment {
	font-family: "Courier New", monospace;
	font-size: 90%;
}





		/* Navigaton */

		ul#Navigation {
			margin: 0 0 1em 0;
			padding: 0 0 0 8px;
			background: transparent url(img/tabs.gif) repeat scroll -632px 100%;
			height: 0.1%; /* Für den doofen Internet-Explorer! */
		}

			ul#Navigation:after,
			div.others:after {
			   content: ".";
    			display: block;
    			height: 0;
    			clear: both;
    			visibility: hidden;
			}

			/* TABS */

			ul#Navigation li {
				float: left;
				padding: 0 0 0 8px;
				background: url(img/tabs.gif) 0 -200px no-repeat;
				margin: 0 1em 0 0;
				font-weight: bold;
				list-style: none;

			}

				ul#Navigation li a {
					display: block;
					padding: 4px 8px 2px 0;
					background: url(img/tabs.gif) right -200px no-repeat;
					color: #fff;
					text-decoration: none !important;
				}

			ul#Navigation li#active,
			ul#Navigation li:hover {
				background: url(img/tabs.gif) top left no-repeat scroll;

			}

				ul#Navigation li#active a,
				ul#Navigation li:hover a,
				ul#Navigation li#active span {
					display: block;
					padding: 4px 8px 2px 0;
					background: url(img/tabs.gif) right 0 no-repeat;
					color: #000;
				}






