body {
	font-size: 0.8em;
	font-family: "Trebuchet MS";
}



/************* image borders *****************/
#header img, #socialMedia img {
	border: 0px;
}

/*************** topThema ***************/
#topThema, #topThema a {
	color: #591D08;
}

#topThema h2 {
	font-style: italic;
	font-size: 150%;
}

/************ Content ****************/

#content {
	line-height: 20px;
}

#sidebar a img {
	border: 0px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content p {
	padding: 10px 0px;
}
#contentRight a, #contentRight {
	color: #082459;
}
.more-link {
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-style: italic;
}
.datum {
	font-size: 90%;
	font-style: italic;
}
#contentRight h2 {
	font-style: italic;
	line-height: 30px;
	font-size: 150%;
}
.singelLine {
	padding-bottom: 400px !important;
}
.abstand400 {
	height: 400px !important;
}
#leftArchiv, #rightArchiv {
	line-height: 22px;
}

/*************** sidebar ***************/

#sidebar #comments {
	list-style: none;
  	padding: 0;
  	margin: 0;
  	width: 270px;
  	position: relative;
  	background: transparent url(../images/commentsBack.png) repeat-y;
  	color: white;
  	padding-left: 10px;
  	

}
#comments a {
	color: white;
}
.commentTop {
	background: transparent url(../images/commentsTop.png) no-repeat;
	margin: 0px !important;
	padding: 0px !important;
	height: 52px;
	width: 270px;
	text-indent: -900%;
}

#comments li {
	list-style-type: square;
  	line-height: 20px;
  	padding: 5px;
	list-style-position: inside;
	font-weight: normal !important;
}
.commentFooter {
	background: transparent url(../images/commentsFooter.png) no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 270px;
  /*height: 314px;*/
  position: relative;
}

#links a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#links a:hover {
  background-position: left bottom !important;
}

#links .butKontakt {
  width: 300px;
  height: 50px;
  background: url(../images/butKontakt.png) no-repeat;
  top: 30px;
}
#links .butBackHomepage {
  	width: 300px;
  	height: 50px;
  	background: url(../images/butBackHomepage.png) no-repeat;
	top: 110px;
}





/* *************  Menü *************/

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 314px;
  position: relative;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover, .active, .current_page_ancestor {
  background-position: left bottom !important;
}

#menu .aktuelles {
  width: 300px;
  height: 59px;
  background: url(../images/naviAktuelles.gif) no-repeat;
  top: 0px;
}
#menu .archiv {
  	width: 300px;
  	height: 51px;
  	background: url(../images/naviArchiv.gif) no-repeat;
	top: 59px;
}
#menu .videos {
  width: 300px;
  height: 51px;
  background: url(../images/naviVideos.gif) no-repeat;
  top: 110px;
}
#menu .fotos {
  width: 300px;
  height: 51px;
  background: url(../images/naviFotos.gif) no-repeat;
  top: 161px;
}
#menu .gaeste {
  width: 300px;
  height: 51px;
  background: url(../images/naviGast.gif) no-repeat;
  top: 212px;
}
#menu .twitter {
  width: 300px;
  height: 51px;
  background: url(../images/naviTwitter.gif) no-repeat;
  top: 263px;
}

/* 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 {
	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;
	}
	
	
.entry img {
	border: 1px solid #082459 !important;
	padding: 4px !important;
}
.entry img:hover {
	background-color: #082459 !important;
}

/************** Sociable *************/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }

.sociable img {
	float: none;
	width: 50px;
	height: 50px;
	border: 0 !important;
	margin: 0;
	padding: 0 !important;
}
.sociable img:hover {
	background-color: #f3ecd6 !important;
}


/* 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 */



/************** Kommentare *************/
.boxComment {
	font-size: 100% !important;
}
.kommentare {
	margin: 0px 0px;
	font-size: 100% !important;
}
ol.commentlist, ol.pinglist {  
    margin:0;  
    padding:0;  
    }  
  
.commentlist li {  
    list-style:none;  
    margin-bottom:14px;  
    } 
.pinglist li {
	list-style-type: none;
    margin-bottom:14px;
}

.comment-author {
	width: 120px;
	float: left;
	text-align: center;
}
.authorName {
	margin-top: 5px;
	text-align: center;
	font-size: 80%;
	display: block;
	width: 120px;
}
.commentContent {
	float: left;
	width: 430px;
	padding: 5px 0px 0px 10px;
}

#respond #comment {
	width: 560px;
}
.singleComment {
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 10px 0px;
	background-color: #FAF7EE;
}
.pings {
	float: none;
}
.pingName {
	text-align: left;
	font-size: 100%;
}
.singlePing {
	margin: 20px 0px 20px 0px;
	padding: 20px 20px 10px 20px;
	background-color: #FAF7EE;
}
