/*
  ##### STYLEDEFINITION TEMPLATE #####
*/

body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:17px;
}


/* DEFINITION IMAGES */
img {
	border: 0;
}

/* Allgemeine Definition */

a {
    color: #FF0000;
	text-decoration: none;
}

a:hover {
    color: #FF0000;
	text-decoration: underline;	
}

hr {
	height: 1px;
	color: #AEAE93;
	background-color: #AEAE93;
	border: 0px;
}

.post ul {
	color: #5f5f5f;
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: 110%;
}
ol, .catlist ul {
	color: #7f7f7f;
	font-weight: bold;
	font-size: 11px;
	line-height: 110%;
}
	
h1, h1 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 23px;
	line-height: 25px;
	font-weight: normal;
	color: #5B5B5C !important;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 4px;
	text-align: left;
}

h1 a:hover {
	color: #000000 !important;
}
	
h1.pagetitle {
	margin-top: 0px;
	padding-top: 2px;
	text-align: left;
	font-size: 25px;
}

h2, h2 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	/*color: #5B5B5C !important;*/
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

h2 a:hover {
	color: #000000 !important;
}
	
h2.pagetitle {
	margin-top: 0px;
	padding-top: 2px;
	text-align: left;
	font-size: 20px;
}

h3, h3 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	/*color: #5B5B5C !important;*/
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

h3 a:hover {
	color: #000000 !important;
}
	
h3.pagetitle {
	margin-top: 0px;
	padding-top: 2px;
	text-align: left;
	font-size: 17px;
}

h4, h4 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #5B5B5C !important;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 4px;
}

h4 a:hover {
	color: #000000 !important;
}
	
h4.pagetitle {
	margin-top: 0px;
	padding-top: 2px;
	text-align: left;
	font-size: 15px;
}

h5.headline {
	color: #82898F;
	background-image: url(images/headline_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 8px;
}

p{
	margin: 0;
	padding-bottom: 5px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0px, 0px, 5px, 0px;

}

fieldset legend {
	color: #000000;
	text-align: left;
}

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

#sidebar ul ul.blogroll li {
	color:#ff0000;
}
	
small {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

blockquote {
	border-left: 5px solid #DDDDDD;
	border-right: 5px solid #DDDDDD;
	margin: 15px 0px 0 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}

.commentlist {
	text-align: left;
	line-height: 17px;
}

/* GESAMTER CONTENTBEREICH */
#page {
	background-color: #FFFFFF;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

/* LOGO */
#Logo{
	margin-top: 25px;
	margin-left: 29px;
	width: 136px;
	height: 141px;
	overflow: hidden;
	float: left;
}

/* Navigation - Seiten */

.pagenav {
	float: left;
	width: 671px;
	margin-left: 161px;
	margin-top: 13px;
	list-style: none;
}

.pagenav ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.pagenav li {
	float: left;
	list-style: none;
	padding-left: 5px;
	margin-bottom: 13px;
}

.pagenav li a {
	color: #4d4d4d;
	display: block;
	text-indent: -9999em;
	height: 25px;
}

.page-item-8 a, .page-item-12 a {
	width: 219px;	
}

.page-item-2 a, .page-item-10 a {
	width: 268px;	
}

.page-item-4 a, .page-item-6 a {
	width: 80px;	
}

.page-item-2 a {
	background: url(images/2.gif) no-repeat 0 0;
}
.page-item-4 a {
	background: url(images/4.gif) no-repeat 0 0;
}
.page-item-6 a {
	background: url(images/6.gif) no-repeat 0 0;
}
.page-item-8 a {
	background: url(images/8.gif) no-repeat 0 0;
}
.page-item-10 a {
	background: url(images/10.gif) no-repeat 0 0;
}
.page-item-12 a {
	background: url(images/12.gif) no-repeat 0 0;
}


/* SIDEBAR UND SUB */

#sidebar {
	vertical-align: middle;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 16px;
	width: 225px;
	margin-left: 32px;
}

#sidebar h2 {
	margin: 5px 0 0 0px !important;
	padding: 0;
	color: #FF0000 !important;
}

#sidebar h2.widgettitle {
	margin: 10px 0 0 0px !important;
	padding: 0;
	color: #5B5B5C !important;
	font-size: 14px;
	font-weight: bold;
}

.widget {
	color: #000000;
	font-weight: normal;	
}
	
#sidebar ul.catlist li:hover, #sidebar ul.catlist li.active, 
#sidebar ul.catlist li.current-cat {
	background-image: url("images/h2_arrow.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
	margin: 5px 0 0 -20px !important;
	color: #FF0000;
	list-style: none;
}

a.current_cat_ancestor,
#sidebar ul.catlist li.current-cat-parent {
	background-image: url("images/h2_arrow.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px !important;
	margin: 5px 0 0 -20px !important;	
}
	
#sidebar ul.catlist li {
	padding: 0 0 0 20px;
	margin: 5px 0 0 -20px !important;
	list-style: none;
	font-weight: bold;
}

#sidebar #searchform #s {
	border:1px solid #AFAD94;
	color:#AFAF95;
	float:left;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:9px;
	height:10px;
	margin-top:4px;
}

#searchform #s {
	border:1px solid #AFAD94;
	color:#AFAF95;
	float:left;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:9px;
	height:10px;
	margin-top:6px;
}

#sidebar #searchsubmit {
	padding: 0px 2px 2px 2px;
	vertical-align: top;
}

#searchsubmit {
	padding: 1px 2px 2px 2px;
	vertical-align: top;
}

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

#sidebar .categories ul {
	list-style: none;
}
#sidebar ul.catlist li ol.children {
	list-style: none;
}

#sidebar ol.children li, #sidebar ol.children,
#sidebar ul.children li, #sidebar ul.children {
	list-style: none;
	margin-left: 0px;
	font-weight: normal;
}

#sidebar ol.children li ol.children,
#sidebar ul.children li ul.children {
	list-style: none;
	margin-left: 10px;
	font-weight: normal;
}

#Sub {
	clear: both;
	width: 257px;
	overflow: hidden;
	font-weight: bold;
	color: #ff0000;
	background-repeat: no-repeat;
	float: left;
}

/* ALLGEMEINE LINKDEFINITION SUBMENUE */
#Sub a:link, #Sub a:active, #Sub a:hover, #Sub a:focus, #Sub a:visited {
	text-decoration:none;
	padding-left: 0px;
}

/* SIDEBAR UND SUB ENDE */


/* CONTENTBEREICH */

#content {
 font-size: 12px;
}

.narrowcolumn {
	float:left;
	margin:0 0 0 74px;
	padding:0 0 20px 0px;
	width: 645px;
}

.widecolumn {
	margin: 0 0 0 74px;
	padding: 0px 0 20px 0;
	width: 619px;
	float: left;
}

.post {
	margin: 0;
	width: 619px;
	text-align: left;
	line-height: 1.65em;
}

.narrowcolumn hr {
	margin-bottom: 20px;
}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	text-align: left;
	margin-bottom: 48px;
	padding-top: 11px;
}

.narrowcolumn .entry-home {
	margin-top: 20px;
}

.widecolumn .entry, .entry-archive, .entry-home {
	clear: left;
}

.entry-home img {
	float: left;
	margin-right: 25px;
	width: 40%;
	height: 40%;
}

.entry-home p, .entry-archive p, .entry p {
	padding-right: 15px;
}

.entry-home a {
	color: #000000;
	font-weight: bold;
	/*background-image: url("images/weiterlesen_arrow.gif");
		background-repeat: no-repeat;
		background-position: top right;*/
	/*padding-right: 25px;*/
	border: 0;
}

.entry-archive img {
	float: left;
	margin-right: 25px;
}

.post .entry p {
	font-size: 13px;	
	padding-bottom: 10px;
}

.entry p img {
	margin-top: 22px;
	margin-bottom: 8px;
	margin-right: 8px;
}

.post small {
	margin-bottom: 0px;
	float: left;
}

.entry-archive a {
	color: #000000;
	font-weight: bold;
	background-image: url("images/weiterlesen_arrow.gif");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 25px;
	border: 0;
}

a.more {
	color: #ff0000;
	font-weight: normal;
	background-image: none;
	padding: 0;
	margin: 0;	
}
a.more-link {
	color: #ff0000;
	font-weight: normal;
	background-image: none;
	padding: 8px 0 0;
	margin: 0;	
	display: block;
	
}
.frontpage-image {
	width: 260px;
	float: left;
}
/* Autorbox */

.box{
	font-weight: normal;
	padding: 12px 0px 12px 0px;
	position:relative;
	margin-bottom:8px;
	margin-top: 17px;
	float: left;
}

.box p.headline, p.headline  {
	background-image: url(images/p_headline_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 26px;
	padding-top: 7px;
	margin-top: 9px;
	color: #AFAF95;
	font-size: 11px;
	padding-bottom: 9px;
}

.author-pic {
	width: 222px;
	float: left;
}

.author-desc {
	width: 370px;
	float: left;
}

.box a {
/*	background-image: url(images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 26px;
	padding-top: 17px;
*/	color: #AFAF95;
	bottom: 0;
	left: 222px;
	position: absolute;

}

/* Autorenbox Ende */

.kommentar, .related-posts {
	float: left;
	margin: 0;
/*	margin: 5px 0 0 150px !important; */
	width: 619px;
}

/* Kalender */

#wp-calendar {
	empty-cells:show;
	margin: 10px 0 0 0;
	width: 155px;
	color: #AFAF95;
}

#wp-calendar a {
	color: #AFAF95;	
	font-weight: bold;
}

#wp-calendar table td {
	font-weight: normal;
}

#wp-calendar table.nav td {
	font-weight: bold;
}

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

#wp-calendar caption  {
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

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

/* Kalender Ende */

/* Related Posts */

.related_post_title {
	height: 18px;
	background: url(images/aehnliche_beitraege.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}
.related_post {
	list-style: none;
	padding-left: 0;
}

/* Related Posts Ende */

/* Letzte Beiträge Widget */

#recentcomments {
	margin-top: 7px !important;
}

#recentcomments p.recent-comments, #recentcomments p a  {
	color: #000000;
	margin-bottom: 0px !important;  
	margin-top: 0px !important;  
	font-weight: normal;
}

#recentcomments p{
	color: #000000;
	margin-bottom: 28px !important;
	margin-top: 5px !important;  
}

#recentcomments p a.url { 
	font-weight: bold;
}

.recent-comments {
	font-style: italic;
	padding-bottom: 0px;
}

.recent-comments a:hover {
	text-decoration: underline !important;
}

/* Letzte Beiträge Widget Ende */

#searchform {
 text-align: left;
}

/* Kommentare */

.commentlist {
	margin:0;
}

.commentlist li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0 10px 0;
	padding: 5px 5px 10px 0px;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

.comment-author a {
	color: #000000;
}

.even, .alt {
	border-left: 0px;
}

.depth-1 {
	border: 0px;
}

.thread-alt {
	background-color: #ffffff;
}

/* Kommentare Ende */

/* Extended Blog */

.headline-img {
	padding: 0 0 17px 0;	
}

.column_left_b, .column_center_b, .column_right_b {
	width: 194px;
	float: left;
}

.column_left_b {
	margin-right: 30px;
}

.column_center_b {
	margin-right: 32px;
}

.column_left_b p, .column_center_b p, .column_right_b p {
	padding: 0 0 0 8px;
	margin-top: -23px;
	font-size: 12px;
}

.column_left_b a, .column_center_b a, .column_right_b a{
	color: #000000;
}

.top-row {
	height: 159px;
}

.column_main {
	float: left;
}
/* Extended Blog Ende */

/* CONTENTBEREICH ENDE*/

/* FUSSZEILE */
#bottom {
	clear: both;
	margin: 5px 0 0 332px;
	padding: 10px 0 20px 0;
	width: 619px;
	overflow: hidden;
	font-size: 11px;
	line-height: 17px;
	color: #AFAF95;
	padding-bottom: 10px;
}

#bottom a {
	color: #AFAF95;
}
