* {
  margin:0;
  padding:0;
}

/* Begin Typography & Colors */
body {
	font-size:12px; 
	font-family:Verdana, Arial, Sans-Serif;
	background:#e3d071;
	color:#333;
	padding:0; 
	margin:0 auto;
	width:912px;
}
#page {
  	position:relative;
	text-align:left;
	padding:0;
	margin-top:35px;
	width:970px;
	border:5px solid #f1ebcc;
	background:url(../images/bg-content.gif) #fff 0 0 repeat-y;
}
#page:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}
#header {
	padding:0;
	height:200px;
	width:100%;
	background:#fff;
}
*+html #header{
	height:256px;
}
#header #logo h1 a{
	position:absolute;
	left:13px;
	top:10px;
	width:156px;
	height:102px;
	background:url(../nav/logo.gif) 0 0 no-repeat;
	text-indent:-19999px;
	overflow:hidden;
}
#logo{
	width:183px;
}
#logo p.adresse{
	padding:15px;
	margin-top:80px;
	line-height:18px;
}

#header h2.description {
	text-indent:-19999px;
}
#topimg{
	position:absolute;
	right:0;
	top:0;
	width:780px;
	height:280px;
	border:solid #f1ebcc;
	border-width:0 0 5px 5px;
}

.content .entry {
	line-height:16px;
}
div.entry{
	margin:15px 0;
}
#footer {
	border:0;
  	padding:0;
	margin:10px auto;
	width:990px;
	clear:both;
}

#footer p {
	margin:0;
	padding:0;
}

small {
	font-size:10px;
	line-height:14px;
}

h1, h2, h3 {
	
}



h2 {

}

h3 {
	padding-top:15px;
}
.content p{
	padding-top:10px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration:none;
	color:#ae0817;
	font-size:15px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#ae0817;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size:11px;
}

.commentlist li ul li {
	font-size:10px;
} 

.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:11px;
}

.commentlist p {
	font-weight:normal;
	line-height:16px;
	text-transform:none;
}

.commentmetadata {
	font-weight:normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color:#777;
}

code {
	font:11px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size:10px;
}

a {
	color:#ae0817;
}

a:hover {
	text-decoration:none;
}
.comments{
	padding:5px;
  height:15px;
  width:112px;
  background-color:#f1ebcc;
  display:block;
  text-align:center;
  font-size:12px;
  color:#ae0817;
}
a.rss, a.trackback, a.comments, span.tags, small.time {
  padding:2px 18px 2px 22px;
  height:16px;
  line-height:16px;
}
small.time {
  padding:5px 10px;
  /*height:15px;
  width:112px;
  text-align:center;
  display:block;*/
  background-color:#f1ebcc;
  font-size:12px;
  color:#ae0817;
}

a.rss {background:url(../nav/rss.gif) left center no-repeat;}
a.trackback {background:url(../nav/trackback.gif) left center no-repeat;}
a.comments {background:url(../nav/comments.gif) left center no-repeat;}
span.tags {background:url(../nav/tags.gif) left center no-repeat;}
/*small.time {background:url(../nav/clock.gif) left center no-repeat;}*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size:9px;
}

#wp-calendar a {
	text-decoration:none;
}

#wp-calendar caption {
	font-weight:bold;
	text-align:center;
}

#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
}

p.kategorie{
	display:none;
}
/* End Typography & Colors */



/* Begin Structure */

.content {
	float:right;
	padding:0 20px;
	margin:90px 0 0 0;
	width:740px;
}

.post {
	margin:0 0 40px;
	text-align:justify;
}
.post h2{
	width:740px;
	height:30px;
	border-bottom:1px solid #f1ebcc;
	text-align:right;
	text-transform:uppercase;
	font-weight:lighter;
	font-size:24px;
}

.post hr {
	display:block;
}

.postmetadata {
	clear:both;
	font-size:11px;
	line-height:15px;
	padding:10px 0;
	border-top: 1px solid #f1ebcc; 
	text-align:right;
	margin-top:17px;
}
.post-teaser{
	text-align:right;
}


.clear {
	clear:both;
}


/* End Structure */


/* 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 {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	border:5px solid #f1ebcc;
	display:inline;
}

img.alignleft {
	border:5px solid #f1ebcc;
	display:inline;
}

.alignright {
	float:right;
	margin:0 0 15px 15px;
}

.alignleft {
	float:left;
	margin:0 15px 5px 0;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
	text-indent: -10px;
}

html>body .entry li {
	margin:7px 0 8px 10px;
}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}*/

.entry ol {
	padding:0 0 0 35px;
	margin:0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
}



/* End Entry Lists */

/* SEARCH */
#searchform {
	position:absolute;
	right:0;
	top:-32px;
}
#searchform #s {
	width:150px;
	padding:2px;
	border:1px solid #f1ebcc;
	margin:0 5px 5px 0;
}
#searchsubmit {
	padding:1px;
}
#searchform label {
	position:absolute;
	right:175px;
	top:5px;
	width:100px;
	font-weight:bold;
}
/* END SEARCH */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width:130px;
}

#commentform {
	margin:5px 10px 0 0;
}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	border:1px solid #e3d071;
}

#commentform textarea {
	width:100%;
	padding:2px;
	border:1px solid #e3d071;
}

#respond:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#commentform #submit {
	margin:0 0 5px auto;
	float:right;
	background-color:#e3d071;
	border:3px #e3d071 outset;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding:0;
	text-align:justify;
}
.commentlist li {
	list-style:none;
	border-bottom:1px solid #999;
	padding-top:10px;
	}
/*.commentlist li {
	margin:15px 0 10px;
	padding:5px 5px 10px 10px;
	list-style:none;
	}
.commentlist li ul li {
	margin-right:-5px;
	margin-left:10px;
}*/

.commentlist p {
	margin:10px 5px 10px 0;
}
.children { 
  padding: 0;
}

#commentform p {
	margin:5px 0;
}

.nocomments {
	text-align:center;
	margin:0;
	padding:0;
}

.commentmetadata{
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding:94px 0 10px 0;
	margin-left:0px;
	width:185px;
}

#sidebar form {
	margin:0;
}

#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
}

#sidebar ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
}

#sidebar ul p, #sidebar ul select {
	margin:5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin:5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style:decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0 0 1px 0; 
	display:block;
	padding:5px 0 5px 15px;
	background-color:#f1ebcc;
}
#sidebar ul ul li a{
	text-decoration:none;
}
#sidebar ul ul li a:hover{
	text-decoration:underline;
}

#sidebar ul ul ul{
	margin:3px 0 0;
	padding:0;
}
#sidebar ul ul ul li{
	font-size:11px;
}
#sidebar ul ul ul li{
	padding:3px 0 3px 12px;
}


#sidebar h2 {
	font-size:13px;
	padding:0 0 0 15px;
	color:#000;
}

#sidebar #lage {
	width:180px;
	height:129px;
	display:block;
	background:url(../images/lage.jpg) no-repeat 0 0;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}

#wp-calendar #next a {
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a {
	padding-left:10px;
	text-align:left;
}

#wp-calendar a {
	display:block;
}

#wp-calendar caption {
	text-align:center;
	width:100%;
}

#wp-calendar td {
	padding:3px 0;
	text-align:center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background:#fff; 
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor:help;
}

acronym, abbr {
	border-bottom:1px solid #999;
}

blockquote {
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}

blockquote cite {
	margin:5px 0 0;
	display:block;
}

.center {
	text-align:center;
}

.hidden {
	display:none;
}

hr {
	display:none;
}

a img {
	border:none;
}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
}
/* End Various Tags & Classes*/



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

.wp-caption {
	border:1px solid #f1ebcc;
	border-bottom:none;
	border-top-width:5px;
	text-align:center;
	background:#f1ebcc;
	padding:0;
}

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

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


#ncm{
	float: right;
	padding: 12px 25px 0 19px;
	width: 97px;
	font-size: 10px;
	line-height:10px;
	text-decoration: none;
	background-color: transparent;
	background: url(/nav/ncmlogo.gif) 0 0 no-repeat;
	color: #978632;
	font-family: Arial,Helvetica,sans-serif;
}
#ncm b{
	display:none;
}
#ncm:hover, a#ncm:focus{
	background-position: 0pt -48px;
	color: #000000;
}

#ncm:hover, a#ncm:focus{
	background-position: 0pt -48px;
	color: #000000;
}

/* #feed{
	position:absolute;
	top:257px;
	left:5px;
	background:url(../nav/feed-abonnieren.gif) 0 0 no-repeat;
	height:22px;
	padding-left:32px;
	overflow:hidden;
}
#facebook{
	position:absolute;
	top:287px;
	left:5px;
	background:url(../nav/facebook-friend.gif) 0 0 no-repeat;
	height:30px;
	padding:5px 0 0 32px;
	overflow:hidden;
} */
#mailabo{
	position:absolute;
	top:237px;
	left:15px;
	background:url(../nav/new-mail.gif) 0 0 no-repeat;
	height:16px;
	padding-left:25px;
	overflow:hidden;
}
#feed{
	position:absolute;
	top:267px;
	left:15px;
	background:url(../nav/feed.gif) 0 0 no-repeat;
	height:16px;
	padding-left:25px;
	overflow:hidden;
}
#facebook{
	position:absolute;
	top:297px;
	left:15px;
	background:url(../nav/facebook.gif) 0 0 no-repeat;
	height:16px;
	padding-left:25px;
	overflow:hidden;
}
#twitter{
	position:absolute;
	top:327px;
	left:15px;
	background:url(../nav/twitter.gif) 0 0 no-repeat;
	height:16px;
	padding-left:25px;
	overflow:hidden;
}

*html #feed{top:237px;}
*html #facebook{top:267px;}
*html #twitter{top:297px;}

#flickr{
	padding-left:12px;
}
#flickr img{
	padding:3px;
}

#gallery img{
	border:5px solid #f1ebcc;
	margin:20px 20px 0 0;
}
