<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Theme Name: Elbja
Theme URI: http://elliotjaystocks.com
Description: Based on the totally nude Wordpress theme Starker by Elliot Jay Stocks. Phwoar!
Version: 1.0
Author: Elby Martin
Author URI: http://www.elbyundninja.de
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 12px;
}
.printheader,
.printfooter {
	display: none;
}

.header {
	height: 100px;
	text-align: right;
	font-size: 1.25em;
	margin-bottom: 10px;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.header ul {
	list-style-type: none;
	padding: 10px;
	margin: 0px;
	float: right;
}
.header li {
	float: left;
	margin-right: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #448CCB;
	padding-left: 10px;
}
.header a {
	text-decoration: none;
	color: #000;
}
.header h1 {
	float: left;
}
.header img {
	float: left;
}
.box {
	margin-left: 2em;
	width: auto;
	height: auto;
}
.footer .wpinfo {
	color: #CCCCCC;
	text-align: right;
	font-size: 11px;
	margin-top: 1em;
}
.footer .wpinfo a {
	color: #666;
	text-decoration: none;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #AFCDE9;
}
.post {
	line-height: 1.5em;
	text-align: justify;
	margin-bottom:3em;
	padding-bottom:1em;
	border-bottom: 1px solid #ccc;
}
.post p {
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.content {
	line-height: 1.5em;
	text-align: justify;
	margin-left: 140px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-top: 2em;
	padding-right: 33px;
	padding-bottom: 6em;
	padding-left: 33px;
	height: auto;
	width: auto;
	overflow: auto;
	position: relative;
}
.content a, .post a {
	font-weight: bold;
	color: #448CCB;
	text-decoration: none;
}
.content p {
	margin-bottom: 1em;	
}
.content h1,h2,h3 {
}
.content h1 {
	font-size: 3em;
	text-align:left;
	line-height: 2em;
}
.content h2, .post h2 {
	font-size: 1.5em;
	line-height: 2em;
}
.content h3, post h3 {
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.content ul {
	list-style-type: disc!important;
	text-align: left;
}
.content ul li{
	margin-bottom: 0.25em;
	padding: 5px;
	/*background-color:#eee;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;*/
	width: 24em;
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}
/*.content li:nth-child(even) {
  background:#ccc;
}
.content li:nth-child(odd) {
  background:#eee;
}
.content li:first-child{
	font-weight: bold;
	color: #FF0000;
}*/
.content img {
	margin-bottom: 2em;
	margin-left: 2em;
	border: 1px inset #666;
}
.navigation {
	clear:both;
	height:1.5em;
}
.navigation .next {
	float:left;
}
.navigation .prev {
	float:right;
}
.infoimg {
	float: right;
	width: 50%;
	height: 300px;
	overflow: hidden;
}
.infoimg img {
	border: none;
}
.menu {
	/*
	overflow: hidden;
	border-left: 10px solid #fff;
	border-right: 1px solid #eee;
	left: auto;
	right: auto;*/
	float: left;
	display: block;
	padding-right: 10px;
	width: 110px;
	font-size: 1.5em;
}
.menu h2 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	line-height: 2em;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	
}
.menu li {
	margin-bottom: 1em;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #AFCDE9;
	display: block;
}
.menu li:hover {
	border-left-color: #448CCB;
}
.menu a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.menu a:hover {
	color: #000;
}
.menu ul li ul {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #eee;
}

.menu ul li ul li {
	border-left-color: #448CCB;
	border-left-style: none;
	margin-top: 5px;
}
.menu ul li ul li a{
	font-weight: normal;
}

.menu ul li ul li:hover {
	border-left-color: #AFCDE9;
}
.boxheader {
	font-size: 2em;
	height: 2em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
	width: auto;
}
.boxheader ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxheader li {
	float: left;
	border-left: 2px solid #448CCB;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.boxheader a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.boxfooter {
	height: 120px;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: none;
}
.gangarten {
	/*height: 120px;*/
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.footer{
	font-size: 11px;
	height: 50px;
	width: auto;
	clear: none;
	color: #999999;
	text-align: right;
	margin: 1em;
	padding: 1em;
}
.footer a {
	color: #666;
	text-decoration: none;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #AFCDE9;
}
.blaufett {
	font-weight: bold;
	color: #0000FF;
}
.rotfett {
	font-weight: bold;
	color: #FF0000;
}
.grünkursivfett {
	font-style: italic;
	font-weight: bold;
	color: #009933;
}
#s {
	font-size: 11px;
	width: 120px;
}
#searchsubmit {
	font-size: 10px!important;
}
.date {
	float:right;
	color: #666;
/*	display: block;
*/	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
/*	margin-left: 1em;
*/	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2em;
	text-align: center;
}
.date .year {
	color:#ccc;
	font-style: normal;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
	display: none;
}

.content .postmetadata_alt, .postmetadata {
	font-size: 11px;
	color: #666;
	margin-top: 2em;
	line-height:2em;
	display: none;
}
.content .postmetadata a:before{
	content:none;
}
#commentform p {
	margin-bottom: 1em;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*End captions */
.categories {
	display:none!important;}</pre></body></html>