/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
 * {
   margin: 0;
   padding: 0;
 }

embed, object { 
    display: block; 
}

fieldset {
	border:none;
	margin-top:10px;
}

html, body {
		height: 100%;
	}
	/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 100%;
	}
	/* End IE Hack */
a {
	font-weight:bold;
}

a:link {
	color: #fd0000;
}

a:visited {
	color:#ff9d1f;
}

a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

blockquote {
	margin:0px;
	margin-bottom:40px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;

}

body {
	background-image:url(images/bggb.jpg);
	background-position:top center;
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3 {
	position:relative;
	left:-6px;
	padding-left:4px;
	margin-bottom:10px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom:22px;
}

small {
	font-size:9px;
	color:#ccc;
}

#allcomments {
	width:578px;
	font-size:11px;
	line-height:15px;
}

#allcomments h3 {
	font-size:15px;
}

#allcomments li {
	background-color:#f8f8f8;
	padding:15px;
	font-size:14px;
	line-height:20px;
	margin:5px;
	word-wrap:break-word;
	overflow:hidden;
}

#allcomments li p {
	margin-top:0px;
	margin-bottom:10px;
	font-size:10px;
}

#allcomments ol {
	margin:10px;
}	

#content {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 920px;
	padding: 0px;
	margin-left: -460px;
	background-color: #fff;
	min-height:100%;

}

#credits {
	margin-left: 35px;
	margin-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

#header {
	left: 0px;
	top: 0px;
	width: 920px;
	height: 180px;
	background-image: url(images/head.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	z-index:30;
}

#navlinks {
	text-align:center;
	width:628px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	margin:30px;
}


#toolbar {
	margin: 20px;
	width: 136px;
	font-family: Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	text-indent: 0px;
}

#toolbar img {
	border:#7DDF4C 5px solid;
	margin-top:5px;
}	

#toolbar a {
	line-height: 12px;
}

#toolbar li {
	line-height: 12px;
}

#toolbar .description {
	text-align:justify;
}

#tools {
	position: absolute;
	left: 50%;
	top: 180px;
	width: 136px;
	padding: 0px;
	margin-left: 273px;
	z-index:40;
}

#vertikaltrenner {
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	position:absolute;
	z-index:20;
	width:5px;
	background-image:url(images/verlauf.gif);
	background-position:right top;
	background-repeat:repeat-y;
	left:728px;
/*	margin-left:268px;*/
}

#watermark {
	position:fixed;	
	right:0px; 
	bottom:0px;
	z-index:2000;
}

.archive {
	padding-bottom:30px;
}
	
.date {
	padding-top:30px;
	margin-left:-20px;
	margin-bottom:20px;
}

.fullpost {
	margin-left:10px;
	margin-right:100px;
}

.imgwrapper {
	width:728px;
	background-image:url(images/verlauf.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding-top:15px;
	padding-bottom:15px;	
	margin-top:5px;
	margin-left:-30px;
	margin-right:30px;
	margin-bottom:22px;
	overflow:hidden;
}

.imgwrapper a:hover {
	background-color:transparent;
}

.nohover:hover {
	background-color:transparent;
	border:none;
}

.post {
	margin-left:5px;
	padding-left:20px;
	margin-right:50px;
	width:728px;
	margin-top:-30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;	

}

.postcontent {
	margin-bottom:20px;
	margin-right:5px;
}	

.postcontent blockquote {
    margin:0px;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	line-height:18px;
	padding:5px 50px;
	color:#444;
    margin-bottom:0px;
}

.postcontent img {
	border:#FFFFFF 5px solid;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
	max-width:640px;
}

.postcontent object {
	margin:0 auto;
}

.posttitle {
	margin-top:-15px;
	margin-bottom:15px;
	margin-left:25px;
	width:700px;
	z-index:50;
	background-image:none;
}	

.posttitlebg {
	background-image:url(images/verlauf3.gif);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#ffffff;
	margin-left:-30px;
	width:5px;
}

.posttitleflash {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #42c100;
	font-style: italic;
	font-weight: bold;
	line-height:48px;
}
	
.trenner {
	background-image:url(images/verlauf.gif);
	margin-left:-20px;
	background-repeat:repeat-y;
	margin-bottom:40px;
	margin-top:-10px;

}

.util {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}	
