body {
	color: #eee;
	background: #333;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0; padding: 1em 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 3em;      /* standardkonforme horizontale Zentrierung */
	padding: 0;
	background: #444;
	border: 2px ridge silver;
	overflow: auto; /* falls menü länger als inhalt ist, wird inhalt gestreckt */
}

h1#titel {
	font-size: 1.5em;
	margin: 0; padding: 0.3em;
	text-align: center;
	background: #444;
	border-bottom: 1px solid silver;
	font-family: serif;
}

ul#Navigation {
	font-size: 0.9em;
	float: left;
	width: 14em;
	margin: 0 0 0em; 
	padding: 0em;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-family: serif;
}
ul#Navigation li {
	list-style: none;
	margin: 1em;
	padding: 0.2em;
	background: #222;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-moz-border-radius:0.6em;
	border: 1px #000 solid;
	text-align: center;
}
  ul#Navigation li:hover, ul#Navigation li:active {
	background: #333;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
}
  ul#Navigation a {
	display: block;
	padding: 0em;
	text-decoration: none;
	font-variant: small-caps;
}
ul#Navigation a:link {
	color: #fff;
}
ul#Navigation a:visited {
	color: #fff;
}
ul#Navigation a:hover {
	color: #fff;
}
ul#Navigation a:active {
	color: #fff;
}
ul#Navigation span a {
	font-style: italic;
}

div#rechts {
	float: right;
	width: 12em;
	font-size: 0.9em;
	margin: 0 0 0em; 
	padding: 1em;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}
div#rechts h2 {
	font-size: 1.2em;
	color: #ccc;
	margin: 0.1em 0;
	font-family: serif;
}

div#Inhalt {
	margin: 0 13em 1em 13em;
	padding: 0 1em;
}
* html div#Inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: 0;
}
div#Inhalt h2 {
	font-size: 1.2em;
	margin: 1em 0 0.2em 0;
	color: #ccc;
	font-family: serif;
}
div#Inhalt p {
	font-size: 1em;
	margin: 1em 0;
}

p#Fusszeile {
	clear: both;
	font-size: 0.83em;
	margin: 0; padding: 0.1em;
	text-align: center;
	background-color: #444;
	border-top: 1px solid silver;
}

a:link, a:visited, a:hover, a:active {
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	font-family: serif;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}

#inhalt div h1 {
	margin-top: 0;
	padding-top: 0.4em;
	text-indent: 1em;
}
#inhalt p.bodytext {
	margin-bottom: 0;
	padding-bottom: 0.4em;
}

.alignleft {
	float: left;
	width: 33%;
	margin-bottom: 1em;
}
.alignright {
	text-align: right;
	margin-bottom: 1em;
}

.post h2 a {
	font-size: large;
}
.post {
	border: 1px solid #666;
	margin-bottom: 1em;
	padding: 0.25em;
/*	clear: both;*/
}
.post h2 {
	border-bottom: 1px solid #666;
	margin: 0;
}
.post h3 {
	font-size: medium;
}
p.postmetadata {
	margin-bottom: 0;
}

p.tx-guestbook-comment {
	border-left: 1em solid #666;
	padding-right: 2em;
	padding-left: 0.5em;
}

input, textarea {
	background-color: #666;
	border-color: #000;
}

img.tx-srfreecap-pi2-image, .news-single-img a img {
	border: 1px solid #000;
}
span.tx-srfreecap-pi2-cant-read {
	color: #fff;
}
span#captcha {
	float: left;
	width: 33%;
}

/* Layout der Extension wec_map */
.tx-wecmap-pi1, .tx-wecmap-pi1 a {
	color: #000;
	font-size: small;
}
.tx-wecmap-pi1 input {
	background-color: #bbb;
}

/* Bildunterschriften */
.csc-textpic-caption, div#Inhalt p.news-single-imgcaption {
	font-size: small;
}

td#today {
	border: 1px solid #eee;
}

