/*
Print Style Sheet v.0.1
*/


/* Head
***************************************************************************** */

#head .logotext {
	font-size: 3.2em;
	font-weight: bold;
	padding: 32px 30px 0 30px;
	letter-spacing: -.05em;
}

#head .slogan {
	font-size: 1.4em;
	padding: 5px 30px 0 30px;
}

#head .logoimg {
	padding: 19px 0 0 20px;
}


/* Wrap -> Contaniner -> Content, pagenavigator, entry...
***************************************************************************** */

.content-header {
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	overflow: hidden;
	clear: both;
	}
	.content-header h2 {
		margin: .4em 0 40px;
		color: #999;
		border-bottom: 1px solid #cdd;
	}

.post {
	overflow: visible;
	clear: both;
	margin-left: 1px;
	padding: 0 0 40px 50px;
	background: #fff url(img/post-label.gif) 0px 0px no-repeat;
	}
	.post hr {
		display: block;
	}

.postmetadata {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	line-height:1.6em;
	color: #888;
	}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 0 0 0 20px;
	}
	.postmetadata .date           { background: url(img/icons-normal.png) 0 0 no-repeat; }
	.postmetadata .date:hover     { background: url(img/icons-hover.png) 0 0 no-repeat;	}

	.postmetadata .author         { background: url(img/icons-normal.png) 0 -16px no-repeat; }
	.postmetadata .author:hover   { background: url(img/icons-hover.png) 0 -16px no-repeat;	}

	.postmetadata .comment        { background: url(img/icons-normal.png) 0 -32px no-repeat; }
	.postmetadata .comment:hover  { background: url(img/icons-hover.png) 0 -32px no-repeat;	}

	.postmetadata .category       { background: url(img/icons-normal.png) 0 -48px no-repeat; }
	.postmetadata .category:hover { background: url(img/icons-hover.png) 0 -48px no-repeat;	}

	.postmetadata .tag            { background: url(img/icons-normal.png) 0 -64px no-repeat; }
	.postmetadata .tag:hover      { background: urlimg/icons-hover.png) 0 -64px no-repeat;	}

	.postmetadata .edit           { background: url(img/icons-normal.png) 0 -80px no-repeat; }
	.postmetadata .edit:hover     { background: url(img/icons-hover.png) 0 -80px no-repeat;	}

#pagenavigator {
	clear: both;
	margin: 0 0 20px 50px;
	width: 590px;
	height: 22px;
	font-size: 1.0em;
	border: 1px solid #dee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f9f9;
	}
	#pagenavigator a,
	#pagenavigator span.current { margin: 0 .75em 0 0; padding: 3px .25em; }
	#pagenavigator a.page       {}
	#pagenavigator span.current { color: #be261e; font-weight: bold; }
	#pagenavigator a.first      {}
	#pagenavigator a.last       {}
	#pagenavigator span.extend  {}
	#pagenavigator span.pages   {}

.entry {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 20px 0 0;
	}
	.entry blockquote {
		font-size: .9em;
	}
	.entry blockquote blockquote {
		font-size: .9em;
	}
	.entry fieldset {
		padding: 1em 1em 1em 2em;
		margin-bottom: 1em;
		border: 1px dashed #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.entry fieldset legend {
		font-weight: bold;
		text-transform: uppercase;
		margin: -.25em 0 -.25em -3em;
		padding: .25em 1em .25em 1em;
		background-color: white;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.entry table {
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #ccc;
		font-size: 0.9em;
	}
	.entry table tr td {
		padding: 5px 10px;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
	
	}
	.entry table tr th {
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
		padding: 5px 10px;
		background: #f4f4f4;
		color: #666;
		font-weight: bold;
		text-align: center;
	}
	.entry ol { list-style-type: decimal; }
	.entry ol ol {	list-style-type: lower-alpha; }
	.entry ol ol ol {	list-style-type: lower-roman; }

	.entry ul.links {
		list-style: none;
		margin-left: 0;
		}
		.entry ul.links li {
			padding: 0 0 1em;
		}

.notice {
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 2em 1em 1em 0;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #fff9f9;
	}
	.notice div#icon {
		float: left;
		margin-left: 20px;
		width: 48px;
		height: 48px;
		background: url(img/notice.png) 0 0 no-repeat;
	}
	.notice div#box {
		float: right;
		width: 500px;
		}
		.notice div#box form {
			margin-bottom: 1em;
		}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.page_item, a.page_item {
          font-size: 1em;
}

/* Bottom -> Footer
***************************************************************************** */

#footer span {
	color: #888;
	text-align: center;
	font-size: .7em;
	}
#footer .copyright {
		color: #666;
		font-size: 0.9em;
	}


/* Template. Auxiliary
***************************************************************************** */

.clear, .clearfix {
	clear: both;
	height: 0;
}

.alignright, .alignleft {
	padding: 0;
	margin: 6px 20px 10px 20px;
	display: inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

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

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.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;
}

.gegensteuern {
!background-color: #7a7b7d:
padding-right: 50px;
height: 42px;
}

.gegenimg {
height: 30px;
width: 214px;
float: right;
margin-right:42px;
}

.kfoto {
width: 300px;
height: 300px;
border: 0;
margin: 0 0px 10px 25px;
float: right;
vertical-align:text-top
}

.kslide {
width: 300px;
height: 300px;
}

.kcv {
width: 200px;
height: 400px;
float:left;
margin: 0 25px 10px 0;
}

#sidebar  {
	display: none;
}

#menubar {
display: none;
}

