body {
	/*font-size: 62.5%;*/
	 /* Resets 1em to 10px */
	font-family: Helvetica,Arial,  Sans-Serif;
	background: #fff;
	color: #000;
	text-align: center;
	}

bildlink {
text-decoration:underline;
}

textlink {
font-style:italic;
text-decoration:underline;
}

#page {
	position:absolute;
	padding-left:0px;
	margin-left:25%;
	background-color: #fff;
	text-align: left;
	}

#header {
	height: 175px;
	padding-left:0px;
	}

#headerimg {
	position:fixed;
	height: 175px;
	width: 900px;
	padding-left:0%;
	z-index:200;
	}

#content {
	position:absolute;
	margin-top:-40px;
	margin-left:0px;
	margin-right:auto;
	font-size: 1.2em;
		}
#sidebar {
	margin-left:505px;
	margin-top: 45px;
	width: 350px;
	font: 10px Helvetica, Verdana, Arial, Sans-Serif;
}

.entry {
	margin-top: 100px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	/* Lauftext*/
	font-family:  Helvetica, Arial, Sans-Serif;
	font-size:12px;
	line-height: 1.5em;

	}

#footer {
	background: #fff;
	border: none;
	}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*Seitentitel, Website-Titel*/
h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;


	}
h2 {
	width: 485px;
	margin-top: -37px;
	position:fixed;
	background: #fff;
	font-size:20px;
}

/*TITEL DER SITE*/
#headerimg h1 {
	font-size: 36px;
	background: #fff;
	}

/*UNTERTITEL DER SITE*/
#headerimg .description {
	font-size: 12px;
	background:#fff;
	height:75px;
	}

h1, h2 {
	color: #000000;
	}



h2.pagetitle {
	font-size: 18px;
	color: #000000;
	}


/*Titel Navigation*/
#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #000000;
	}

h3 {
	font-size: 1.3em;
	color: #000000;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000000;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #000000;
	}

#sidebar h2 {
	color: #000000;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #000000;
	}

.entry p a:visited {
	color: #000000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.4em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

pre {
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

a {

	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;

	margin: 0;

	
/* Breite des Seitentextes (default) width: 450px */
position: relative;
	width: 485px;
	}

.widecolumn {
	/* width: 450px; */
	width: 550px;
	}

.post {
	padding:0 0 0 0;
text-align: justify;
	}


.post hr {
	display: block;
	}


.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0 0 0 45px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 100px;
	margin: 0;
	}


#sidebar h2 {
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	line-height: 1em;
	}


.entry ul li:before, #sidebar ul ul li:before {
	/*Sidebar Listen-Zeichen (>>)*/
	content: "\00BB \0020";
	font-family:Helvetica, Verdana, Geneva, sans-serif;
 }
.entry ol {
	margin: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	/*ABSTAND zwischen  Sidebartitel und deren Eintr�gen*/
	margin: 3px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
/*ABSTAND zwischen  den Eintr�gen innerhalb der Sidebar*/
	margin: 1px 0 2px 0;
	padding: 0;
	}

ul ul li {
	margin-left: 0px;
	padding-left: 10px;
	text-indent: -10px;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
 	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
 	cursor: pointer;
	}

input, textarea, select
 {
 	border: #ddd 1px solid;
 	background-color: #ffffff;
	font-family: Helvetica, Arial, Sans-Serif;
 	font-size:1em;
 	font-weight: normal;
 }


#page-wrap {
  width: 600px;
  margin: 15px auto;
  position: relative;
}

/* Captions */


/* wpSpoiler */
a.spoiler_link_show,
a.spoiler_link_hide {

}
a.spoiler_link_show {
}
a.spoiler_link_hide {
}
div.spoiler_div {
}


/* Begin Images */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p img {
	padding: 0;
	margin:0px;
	max-width: 100%;
	}

img.centered {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	
}

img.alignright {
	padding: 0px;
	display: inline;
	float: right;
	}

img.alignleft {
	float: left;
	display: inline;
}

/*Thumbnails*/
.wp-caption img {
	width:90px;
	height:90px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #000;
	margin:6px -30px 0 0;
	padding:0px;
	
}

/*Bildlegenden Thumbnails*/
.wp-caption p.wp-caption-text {
	width:80px;
	background-color: #fff;
	font-size: 11px;
	line-height: 17px;
	padding: 3px 5px 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 0px;

	border-right: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
}

.alignnone{
	float:left;
	margin-right:-12px;
	padding-right:0px;
	}
hr#contentlinie {
	color:#FFF;
	height: 115px;
	visibility:hidden;
}	
hr#contentlinie2 {
	color:#FFF;
	height: 1px;
	visibility:hidden;
}	
.alignlast{
	float:none;
	margin-right:-12px;
	padding-right:0px;
	/*margin-top:5px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:5px;*/
	}	
/*///// rechts ausgerichtete Bilder*/
.alignright {
	padding-top:0px;
	float: right;
	margin-left:0px;
	margin-right:-18px;
	margin-bottom:10px;
	}

.alignright2 {
	float: right;
	margin-left:0px;
	margin-right:-18px;
	margin-top:-10px;
	margin-bottom:10px;
	}

.alignleft {
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
	float: right;
	margin-left:0px;
	margin-right:0px;
		
	}



.aligncenter {
	padding-top:5px;
	float: left;
	margin-right:10px;
	margin-bottom:-2px;
	padding-left:5px;
}

/* End Images */