/*
	wirres CSS
	noch voller fehler.
	...kräftig geklaut u.a. von daringfireball.com
	
	
	gently inspired by the /print.css file at Daring Fireball: <http://daringfireball.com/>

*/

body
{
	/*     margin-left: 60px; */
	/*     margin-right: 60px; */
	padding: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	color: #333;
	background-color: #fff;
	background-image: none;
	/* dark blue slate thing */
	/* background-color: #BABDBF; */
	border-width: 1px;
	margin: 0 0 0 0px;
}

.box
{
	border-color: #d9d9d9;
	border-width: 4px;
	border-style: none solid solid solid;
	width: 710px;
	height: auto;
	margin: 0px auto 20px auto;
	/* background-color: #F1F1F1; (light gray) */
	/* background-color: transparent; */
	/* background-color: #B2B2B2; */
	/* 70% gray */
	/* background-color: #788088; */
	/* slate type thing */
	padding: 0;
}

#navtop ul
{
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul#navtop
{
	display: table;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

ul#navtop>li
{
	display: table-cell;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#navtop ul li a
{
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/
ul#navtop,
#navtop a
{
	background-color: #d9d9d9;
	background-image: none;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 0px;
}

ul#navtop a:hover
{
	background-color: #d9d9df;
	background-image: none;
	color: #fff;
}

ul#navtop a:active
{
	background-color: #d9d9df;
	background-image: none;
	color: #fff;
}

ul#navtop,
#navtop a,
#navtop ul { /*border: 1px solid #369;*/ }
#navtop a { text-decoration: none; }

p
{
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link
{
	color: #000;
	/* 	color: #E5E5F2; */
	text-decoration: underline;
	/*	line-height: normal;*/
	background-color: transparent;
	background-image: none;
}

a:visited
{
	color: #ddd;
	background-color: transparent;
	background-image: none;
}

a:hover
{
	color: #4A525A;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

#banner
{
	position: fixed;
	font-family: verdana, arial, palatino, georgia, sans-serif;
	color: #333;
	font-size: x-large;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	/*border-top:4px double #666;*/
	margin-left: 0px;
	background-color: #d9d9d9;
	background-image: none;
	width: 710px;
}

#banner img.first
{
	border-width: 0px;
	/*display: block;*/
	/* keeps mozilla from sticking whitespace between img's */
	margin: 0 0 0 10px;
}
#banner img.second
{
	border-width: 0px;
	/*display: block;*/
	/* keeps mozilla from sticking whitespace between img's */
	margin: 0 0 0 0px;
}

#banner a { /*border-width: 0px;
	text-decoration: none;
	color: #fc8900;*/ }
#banner a:hover { /*color: #4d4d4d;
	text-decoration: none;*/ }

#banner .description
{
	position: absolute;
	top: 24px;
	left: 150px;
	width: auto;
	height: auto;
	font-family: Baskerville, Georgia, serif;
	color: #333;
	font-size: 12px;
	text-transform: none;
}

#content
{
	/* 	position: absolute; */
	/* 	top: 170px; */
	padding: 0px;
	border-color: white;
	border-style: solid;
	/* 	width: 440px; */
	margin-left: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	border-width: 150px 0px 0px 0px;
}

.kategorie
{
	background-color: transparent;
	background-image: none;
	margin: 0 150px 12px 0;
	padding: 0px 50px 10px 0px;
	font-size: 10px;
	line-height: 18px;
	border-width: 0;
	color: #333;
}

.kategorie h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: .75em 0px .75em 0px;
	text-transform: uppercase;
}

.article
{
	background-color: transparent;
	background-image: none;
	margin: 0 150px 1px 0;
	padding: 0px 50px 1px 0px;
	font-size: 11px;
	line-height: 14px;
	border-width: 0;
	color: #333;
}

.article p
{
	font-size: 11px;
}

.article a
{
	text-decoration: none;
	color: #fc8900;
}

.article a:hover { color: #4d4d4d; }

.article h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: .75em 0px .15em 0px;
	text-transform: uppercase;
}

.article h1 a
{
	color: #eee;
	text-decoration: none;
	border: 0;
}

.article h1 a:visited { color: #eee; }

.article h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: .15em;
	margin: 10px 0 12px 0;
	text-transform: uppercase;
}

.article h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin: 24px 0 6px 0;
}

.article h4 h5 h6
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.article pre
{
	font-family: Monaco, Courier, monospace;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	background-color: transparent;
	background-image: none;
	/* 	background-color: #4F5861; */
	/*     border: 1px solid #333; */
	padding: 2px;
	margin-left: 20px;
	/*     margin-right: 0px; */
}

.article blockquote
{
	font-size: 10px;
	line-height: 15px;
	padding: 2px;
	margin-left: 20px;
}

.article quote
{
	font-weight: normal;
	font-style: italic;
}

.article hr
{
	color: #aaa;
	background-color: #aaa;
	background-image: none;
	height: 1px;
	margin: 2em 4em 2em 0em;
	border: 0;
}

.article img.thumb
{
	display: inline;
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 0px -140px;
	border-width: 0px;
	float: left;
}

.article img
{
	margin: 0px 0px 0px 0px;
	/* margin: 4px -110px 0px 0px; */
	/* padding: 0px 10px 0xp 10px; */
	float: left;
	/* border-color: #000;
	border-width: 1px;
	border-style: solid; */
	display: inline;
	padding: 5px 5px 5px 0px;
	clear: both;
}

.article cite { text-align: right; }

img.big
{
	/* position: absolute; */
	padding: 10px 10px 10px 0px;
	border-width: 0px;
	border-color: transparent;
	margin: 0px;
}

code
{
	font-family: Monaco, Courier, monospace;
	font-size: 10px;
}

.dateline {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	width: 100%;
	color: #aaa;
	background-color: transparent;
	background-image: none;
	border-width: 0px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.lastline
{
	font-size: 9px;
	color: #AAA;
	margin-top: 1px;
	margin-bottom: 25px;
}

.lastline a {
	color: #aaa;
	text-decoration: none;
	border: 0;
}
.lastline a:visited { color: #aaa; }
.lastline a:hover { color: #4d4d4d; }

#Menu {
	position: fixed;
	top: 142px;
	width: 150px;
	height: auto;
	border-color: #aaa;
	border-width: 0px;
	border-style: dotted;
	margin-left: 535px;
	padding: 0px;
	background-color: transparent;
	background-image: none;
	font-size: 10px;
	color: #000;
	text-align: right;
}

#Menu p {
	padding: 0;
	margin: 0;
	line-height: 1.75em;
}

#Menu h2 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: .25em;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#Menu a {
	color: #000;
	padding: 1px;
	text-decoration: none;
}
#Menu a:link {
	color: #000;
}
#Menu a:visited {
	color: #000;
}
#Menu a:hover {
	color: #d9d9d9;
}

.archive {
	background-color: transparent;
	background-image: none;
	margin: 0 0 12px 0;
	padding: 0px 50px 10px 0px;
	font-size: 11px;
	line-height: 20px;
	border-width: 0;
	color: #333;


}

.archive p {
	margin: 0;
}

.archive a {
	color: #fc8900;
	font-weight: normal;
	text-decoration: none;
}

.archive a:hover { color: #4d4d4d; }

.archive h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: .75em 0px .75em 0px;
}

.archive h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin: 24px 0 0 0;
	text-transform: uppercase;
}

.archive h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin: 24px 0 6px 0;
}

.archive h4 h5 h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 0 0;
	text-transform: uppercase;
}

.basefooter
{
	background-color: transparent;
	background-image: none;
	font-size: 10px;
	border-width: 0;
	color: #AAA;
	text-align: center;
}

.basefooter a {
	color: #aaa;
	text-decoration: none;
	border: 0;
}
.basefooter a:visited { color: #aaa; }
.basefooter a:hover { color: #4d4d4d; }

.footer
{
	background-color: transparent;
	background-image: none;
	font-size: 10px;
	border-width: 0;
	color: #AAA;
}

.footer a {
	color: #aaa;
	text-decoration: none;
	border: 0;
}
.footer a:visited { color: #aaa; }
.footer a:hover { color: #4d4d4d; }

	.blog {
  		padding:15px;
		background:#FFF; 
		}

	.comments-body {
	font-family: Verdana, Geneva, sans-serif;
		color:#666;
	font-size: 11px;
	line-height: 14px;
  		background:#FFF;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
	.trackback-url {
	font-family: Verdana, Geneva, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;		
 		border:1px dotted #999; 					
		}


	.trackback-body {
	font-family: Verdana, Geneva, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
	font-family: Verdana, Geneva, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	

		
	.comments-head	{ 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
	font-weight: normal;
  		background:#FFF;		
	text-transform: uppercase;
		}		

	#banner-commentspop {
	font-family: Verdana, Geneva, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:#d9d9d9;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}

