/*
Theme Name: EK-Theme
Theme URI: http://www.emanuel-kluge.de/
Description: Theme fuer emanuel-kluge.de
Version: 0.1
Author: Emanuel Kluge
Author URI: http://www.emanuel-kluge.de/
Tags: emanuel, kluge

	EK-Theme v0.1
	 http://www.emanuel-kluge.de/

	This theme was designed and built by Emanuel Kluge,
	whose site you will find at http://www.emanuel-kluge.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric Meyer's CSS Reset
____________________________________________________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

ins {
	text-decoration: none;
	}
cite {
        font-style: italic;
        }

a:link {
	color: #369;
	text-decoration: none;
}

a:visited {
	color: #369;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #FFF;
	background-color: #369;
	text-decoration: none;
}

a:active {
	color: #FFF;
	background-color: #999;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Helvetica Neue', Helvetica, 'Arial Narrow', Arial, sans-serif }

/* General
____________________________________________________________
*/

body {
	height: 100%;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #333;
	background-color: #FFF;
	text-align: center;
	letter-spacing: -0.1px;
}

/* Header
____________________________________________________________
*/

#header {
	width: 810px;
	height: 90px;
	margin: 20px auto;
}

.logo {
	height: 90px;
	display: block;
	}
	.logo span,
	.logo strong {
		float: left;
		display: inline;
		height: 90px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		}
	.logo span {
		width: 570px;
		margin-right: 10px;
		background: url('images/main_sprite.jpg') 0 0 no-repeat;
		}
	.logo strong {
		width: 230px;
		background: url('images/main_sprite.jpg') -571px 0 no-repeat;
		}
	.link_logo:hover,
	.link_logo:focus {
		background-color: transparent;	
		}
		.link_logo:hover span,
		.link_logo:focus span {
			background: url('images/main_sprite.jpg') 0 -91px no-repeat;
			}

#description {
	width: 230px;
	height: 90px;
	float: left;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/main_sprite.jpg') -571px 0 no-repeat;
}

#navigation {
	width: 810px;
	height: 35px;
	margin: 0 auto;
	background: url('images/main_sprite.jpg') 0 -326px no-repeat;
	clear: left;
	overflow: hidden;
}

#navigation ul {
	width: 411px;
	height: 35px;
	float: left;
	display: inline;
}

#navigation ul li {
	height: 35px;
	margin: 0 1px 0 0;
	float: left;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {
	width: auto;
	height: 35px;
	display: block;
}

#home { width: 66px }
#home a:link, #home a:visited { background: url('images/main_sprite.jpg') 0 -182px no-repeat }
#home a:hover {	background: url('images/main_sprite.jpg') 0 -218px no-repeat }
#home a:active { background: url('images/main_sprite.jpg') 0 -254px no-repeat }
.home_active a:link, .home_active a:visited { background: url('images/main_sprite.jpg') 0 -290px no-repeat !important }
.home_active a:hover { background: url('images/main_sprite.jpg') 0 -218px no-repeat !important }
.home_active a:active { background: url('images/main_sprite.jpg') 0 -254px no-repeat !important }

#leistungen { width: 109px }
#leistungen a:link, #leistungen a:visited { background: url('images/main_sprite.jpg') -67px -182px no-repeat }
#leistungen a:hover { background: url('images/main_sprite.jpg') -67px -218px no-repeat }
#leistungen a:active { background: url('images/main_sprite.jpg') -67px -254px no-repeat }
.leistungen_active a:link, .leistungen_active a:visited { background: url('images/main_sprite.jpg') -67px -290px no-repeat !important }
.leistungen_active a:hover { background: url('images/main_sprite.jpg') -67px -218px no-repeat !important }
.leistungen_active a:active { background: url('images/main_sprite.jpg') -67px -254px no-repeat !important }

#referenzen { width: 110px }
#referenzen a:link, #referenzen a:visited {	background: url('images/main_sprite.jpg') -177px -182px no-repeat }
#referenzen a:hover { background: url('images/main_sprite.jpg') -177px -218px no-repeat }
#referenzen a:active { background: url('images/main_sprite.jpg') -177px -254px no-repeat }
.referenzen_active a:link, .referenzen_active a:visited { background: url('images/main_sprite.jpg') -177px -290px no-repeat !important }
.referenzen_active a:hover { background: url('images/main_sprite.jpg') -177px -218px no-repeat !important }
.referenzen_active a:active { background: url('images/main_sprite.jpg') -177px -254px no-repeat !important }

#blog {	width: 56px }
#blog a:link, #blog a:visited { background: url('images/main_sprite.jpg') -288px -182px no-repeat }
#blog a:hover { background: url('images/main_sprite.jpg') -288px -218px no-repeat }
#blog a:active { background: url('images/main_sprite.jpg') -288px -254px no-repeat }
.blog_active a:link, .blog_active a:visited { background: url('images/main_sprite.jpg') -288px -290px no-repeat !important }
.blog_active a:hover { background: url('images/main_sprite.jpg') -288px -218px no-repeat !important }
.blog_active a:active { background: url('images/main_sprite.jpg') -288px -254px no-repeat !important }

#gueter {	width: 65px }
#gueter a:link, #gueter a:visited { background: url('images/main_sprite.jpg') -345px -182px no-repeat }
#gueter a:hover { background: url('images/main_sprite.jpg') -345px -218px no-repeat }
#gueter a:active { background: url('images/main_sprite.jpg') -345px -254px no-repeat }
.gueter_active a:link, .gueter_active a:visited { background: url('images/main_sprite.jpg') -345px -290px no-repeat !important }
.gueter_active a:hover { background: url('images/main_sprite.jpg') -345px -218px no-repeat !important }
.gueter_active a:active { background: url('images/main_sprite.jpg') -345px -254px no-repeat !important }

#search {
	width: 200px;
	height: 26px;
	margin: 5px 10px 4px 189px;
	float: left;
	display: inline;
}

#s {
	width: 170px;
	height: 23px;
	float: left;
	display: inline;
	padding: 3px 4px 0 4px;
	background: url('images/main_sprite.jpg') -571px -91px no-repeat;
	border: none;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	color: #999;
}

#searchsubmit {
	width: 22px;
	height: 26px;
	float: left;
	display: inline;
	background: url('images/main_sprite.jpg') -750px -91px no-repeat;
	border: none;
}

#searchsubmit:hover { background: url('images/main_sprite.jpg') -773px -91px no-repeat }
#searchsubmit:active { background: url('images/main_sprite.jpg') -796px -91px no-repeat }

#header_content_divider {
	width: 810px;
	height: 10px;
	margin: 0 auto 20px auto;
	border-top: 1px solid #FFF;
	background: url('images/minichess.jpg') 0 0 repeat;
}

#header_content_divider hr {
	display: none;
}

/* Content
____________________________________________________________
*/

#content {
	width: 810px;
	margin: 0 auto 20px auto;
	clear: left;
	overflow: hidden;
	text-align: left;
	line-height: 21px;
}

h1, h2 {
	clear: left;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	margin-bottom: 15px;
}

.frontpage_content {
	width: 480px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

.frontpage_content p {
	margin-bottom: 20px;
}

.puzzle {
	width: 310px;
	height: 163px;
	float: left;
	display: inline;
	background: url('images/minichess.jpg') 0 0 repeat;
}

.frontpage_hr {
	width: 480px;
	height: 4px;
	margin: 40px 330px 30px 0;
	clear: left;
	background-color: #DDD;
}

	.frontpage_hr hr {
		display: none;
	}

.frontpage_meta {
	width: 810px;
	overflow: hidden;
}

.recent_stuff {
	width: 230px;
	float: left;
	display: inline;
	margin-right: 20px;
}

.recent_stuff strong {
	background-color: #FFF;
	color: #000;
	font-weight: normal;
}

.recent_stuff h2,
#flickr_thumbs h2 {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 20px;
}

.recent_stuff ul {
	padding-top: 5px;
	margin-top: 1px;
	border-top: 2px solid #EEE;
}

.recent_stuff li,
.recent_stuff h2,
#flickr_thumbs h2 {
	border-bottom: 1px solid #EEE;
}

.recent_stuff li {
	padding: 2px 0;
}

#flickr_thumbs {
	width: 310px;
	float: left;
	display: inline;
}

	#flickr_thumbs ul {
		width: 320px;
		margin: 1px 0 10px 0;
		border-top: 2px solid #EEE;
		overflow: hidden;
	}

		.flickr_thumb {
			width: 70px;
			height: 70px;
			float: left;
			display: inline;
			margin: 10px 10px 0 0;
			position: relative;
		}
		
			.flickr_thumb span {
				position: absolute;
				display: block;
				width: 70px;
				height: 70px;
				top: 0;
				left: 0;
				background: transparent url('images/flickr_thumb_bg.gif') 0 0 repeat;
			} 

#content_footer_divider {
	width: 810px;
	height: 2px;
	margin: 0 auto;
	border-bottom: 1px solid #FFF;
	background-color: #CCC;
}

#content_footer_divider hr {
	display: none;
}

/* "Leistungen"
____________________________________________________________
*/

.leistungen_content_links,
.leistungen_content {
	width: 390px;
	float: left;
	display: inline;
	overflow: hidden;
}

.leistungen_content_links {
	margin-right: 30px;
}

.leistungen_content_links img,
.leistungen_content img {
	float: left;
	display: inline;
	margin: 5px 15px 5px 0;
}

.content_divider {
	width: 810px;
	height: 5px;
	margin: 20px 0;
	float: left;
	display: inline;
	background: url('images/minichess.jpg') 0 0 repeat;
}

.content_divider hr {
	display: none;
}

/* "Referenzen"
____________________________________________________________
*/

.referenzen {
	width: 290px;
	height: 178px;
	padding: 10px;
	float: left;
	display: inline;
	background: url('images/minichess.jpg') 0 0 repeat;
}

/* "Blog"
____________________________________________________________
*/

/* Posts
==================*/

#posts {
	width: 480px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

.post {
	margin: 0 0 30px 0;
	line-height: 22px;
}

.blog_headline {
	padding-bottom: 5px;
	border-bottom: 1px dotted #EEE;
	color: #369;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	padding: 0 5px;
	margin-bottom: 20px;
	color: #369;
	background: url('images/minichess.jpg') 0 0 repeat;
}

.post p {
	margin-bottom: 20px;
	word-spacing: 2px;
}

abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}

strong {
	font-weight: bold;
	background-color: #FFC;
}

pre {
	display: block;
}

.post em {
	font-style: italic;
}

.post ins {
	display: block;
	padding: 5px;
	border-top: 2px solid #DDD;
	border-bottom: 3px solid #DDD;
	background-color: #F9F9F9;
	}

.post ul,
.post ol {
	margin: 0 0 20px 20px;
	list-style-position: outside;
}

.post ul { list-style-type: square }
.post ol { list-style-type: decimal }

code.block,
code.inline {
	font-family: "Courier New", Courier;
	font-weight: bold;
	word-spacing: 0;
}

pre dfn {
	font: normal 11px Helvetica, Arial, Verdana, sans-serif;
	text-transform: lowercase;
	line-height: 15px;
}

code.block {
	display: block;
	padding: 0 5px;
	border: 1px solid #999;
	background: url('images/code.gif') 0 0 repeat;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	color: #333;
}

code.inline {
	color: #963;
}

blockquote {
	padding: 0 0 0 10px;
	margin: 0 0 15px 5px;
	border-left: 2px solid #DDD;
}

.dedo {
	padding: 9px 5px 5px 5px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD #BBB #BBB #DDD;
	background-color: #F9F9F9;
	line-height: 24px;
	font: normal 18px Helvetica, Arial;
	text-align: center;
}

.lizenz {
	font: normal 10px Helvetica, Arial, Verdana;
}

#ls1, #ls2 { display: none }

.ad_area {
	width: 468px;
	height: 60px;
	padding: 5px;
	margin: 0 0 15px 0;
	border: 1px solid #EEE;
}

.ad_area_bottom { margin: 21px 0 -16px 0 }

#social_dingens {
	height: 20px;
	margin-bottom: 10px;
	clear: left;
	}
	#___plusone_0,
	.twitter-share-button {
		float: left;
		margin-right: 10px;
		cursor: pointer;
		}

.meta {
	padding: 8px 5px 0 5px;
	margin: 0 0 40px 0;
	background: transparent url('images/minichess.jpg') 0 0 repeat;
	border-bottom: 1px dotted #CCC;
	font: normal 11px Helvetica, Arial;
}

.meta p {
	margin-bottom: 5px;
}

#related_posts {
	padding-bottom: 4px;
	margin: 26px 0 0 0;
	border-bottom: 2px solid #EEE;
	font: bold 16px Helvetica, Arial;
}

#related_posts_list {
	margin: 5px 0 0 20px;
}

div.wp-caption img {
	margin-bottom: 3px;
}

/* PAGE_NAVIGATION
==================*/

.page_nav {
	width: 480px;
	height: 20px;
	clear: left;
}

.page_nav_prev,
.page_nav_next {
	width: 240px;
	height: 20px;
	float: left;
	line-height: 20px;
}

.page_nav_next {
	text-align: right;
}

/* Kommentare
==================*/

#comments,
#respond h4 {
	line-height: 16px;
	padding-bottom: 4px;
	margin-bottom: 20px;
	font: bold 16px Helvetica, Arial;
	border-bottom: 2px solid #DDD;
}

.comment div,
.commentlist {
	margin-bottom: 15px;
}

.comment-author {
	position: relative;
	width: 424px;
	height: 16px;
	padding: 26px 0 5px 56px;
	margin-bottom: 10px;
}

.even .comment-author { border-bottom: 1px solid #DDD }
.odd .comment-author { border-bottom: 2px solid #DDD }

.linked_avatar,
.non_linked_avatar {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 1px;
	top: 0;
	left: 0;
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
}

.linked_avatar:link,
.linked_avatar:visited {
	border-color: #AAA;
}

.linked_avatar:hover {
	border-color: #369;
}

.non_linked_avatar {
	border-color: #DDD;
}

.comment-author h4 {
	display: inline;
	font: bold 16px Helvetica, Arial;
	line-height: 16px;
}

.comment-author small {
	font: normal 10px Helvetica, Arial;
	line-height: 16px;
}

.commenttext {
	width: 424px;
	margin-left: 56px;
}

.commenttext p {
	margin-bottom: 15px;
}

.comment_moderation {
	padding: 0 5px;
	margin-top: 10px;
	line-height: 24px;
	text-align: center;
	background-color: #FFC;
	border: 1px solid #993;
	border-right: 1px solid #CC3;
	border-bottom: 1px solid #CC9;
	color: #960;
}

#respond {
	margin-top: 40px;
}

#respond label {
	display: block;
}

#author,
#email,
#url {
	width: 282px;
	height: 21px;
	padding: 8px 4px 0 4px;
	margin: 0 190px 10px 0;
	border: 0;
	line-height: 21px;
	background: url('images/main_sprite.jpg') 0 -595px no-repeat;
	font: normal 16px Helvetica, Arial;
	color: #666;
}

#author:focus,
#email:focus,
#url:focus {
	background: url('images/main_sprite.jpg') -291px -595px no-repeat;
}

#comment {
	width: 342px;
	height: 142px;
	padding: 4px;
	margin: 10px 130px 20px 0;
	border: 0;
	background: url('images/main_sprite.jpg') 0 -444px no-repeat;
	font: normal 16px Helvetica, Arial;
	line-height: 20px;
	color: #666;
	resize: none;
}

#comment:focus {
	background: url('images/main_sprite.jpg') -351px -444px no-repeat;
}

#submit {
	width: 89px;
	height: 29px;
	background: url('images/main_sprite.jpg') 0 -414px no-repeat;
}

#submit:hover {
	background: url('images/main_sprite.jpg') -90px -414px no-repeat;
}

#submit:active {
	background: url('images/main_sprite.jpg') -180px -414px no-repeat;
}

/* Search-Result
==================*/

.search_results {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 2px solid #CCC;
}

/* Sidebar
==================*/

#sidebar {
	width: 289px;
	padding: 0 0 0 20px;
	float: left;
	display: inline;
	border-left: 1px dotted #CCC;
}

#sidebar p {
	margin: 0 0 5px 10px;
}

#iconbar {
	height: 42px;
	clear: left;
	overflow: hidden;
	list-style: none;
	margin-bottom: 20px;
}

#iconbar li {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#iconbar li span {
	display: none;
}

body.js_active #iconbar li span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: #FFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	cursor: pointer;
}

.s1 {
	left: -20px;
	top: -20px;
}

.s2 {
	top: -20px;
	right: -20px;
}

.s3 {
	right: -20px;
	bottom: -20px;
}

.s4 {
	bottom: -20px;
	left: -20px;
}

#iconbar li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('images/main_sprite.jpg');
	background-repeat: no-repeat;
}

#rss_icon {	background-position: -702px -444px }
#facebook_icon { background-position: -702px -362px }
#xing_icon { background-position: -702px -526px }
#twitter_icon { background-position: -702px -485px }
#flickr_icon { background-position: -702px -403px }

.t3n_banner {
	margin-bottom: 20px;
	}
	
#sb_about_content {
	clear: left;
	overflow: hidden;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: url('images/minichess.jpg') 0 0 repeat;
}

.js_active div#sb_about_content {
	display: none;
}

.js_active h5.sb_about_title,
.js_active h5.sb_about_title_active {
	cursor: pointer;
}

#ek_img_wrap {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	margin: 4px 8px 0 0;
	background: url('images/emanuel-kluge-color.jpg') 0 0 no-repeat;
}

#ek_img_wrap img {
	background-color: #FFF;
}

#sb_about_content p {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 10px 0;
}

.sb_about_title,
.js_active .sb_about_title,
.js_active .sb_about_title_active,
.recent_posts_hl,
.kurzmeldungen_hl,
.themen_hl,
.empfehlungen_hl,
.archiv_hl {
	width: 289px;
	height: 26px;
	margin-bottom: 5px;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: 1px solid #EEE;
	clear: left;
}

h5.sb_about_title,
.js_active h5.sb_about_title,
.js_active h5.sb_about_title_active {
	margin-bottom: 0;
}

.kurzmeldungen_hl {
	margin-top: 20px;
}

.sb_about_title { background: #FFF url('images/main_sprite.jpg') -301px -682px no-repeat }
.js_active .sb_about_title { background: #FFF url('images/main_sprite.jpg') -301px -656px no-repeat }
.js_active .sb_about_title_active { background: #FFF url('images/main_sprite.jpg') 0 -682px no-repeat }
.recent_posts_hl { background: #FFF url('images/main_sprite.jpg') 0 -656px no-repeat }
.kurzmeldungen_hl { background: #FFF url('images/main_sprite.jpg') -301px -388px no-repeat }
.themen_hl { background: #FFF url('images/main_sprite.jpg') 0 -362px no-repeat }
.empfehlungen_hl { background: #FFF url('images/main_sprite.jpg') -301px -362px no-repeat }
.archiv_hl { background: #FFF url('images/main_sprite.jpg') 0 -388px no-repeat }

.twitter,
.recent_posts_list,
.empfehlungen_list,
.archiv_list {
	margin: 0 0 12px 10px;
}

.themen_list {
	width: 134px;
	float: left;
	display: inline;
	margin-bottom: 12px;
}

.themen_list.left {
	margin-right: 11px;
	margin-left: 10px;
}

.twitter_list li,
.recent_posts_list li,
.themen_list li,
.empfehlungen_list li,
.archiv_list li {
	line-height: 24px;
	border-bottom: 1px solid #EEE;
}

.twitter_list li:last-child,
.recent_posts_list li:last-child,
.themen_list li:last-child,
.empfehlungen_list li:last-child,
.archiv_list li:last-child {
	border: 0;
}

.twitter_list {
	padding: 8px 0 0 10px;
}

li.twitter-item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 16px;
}

.twitter-timestamp {
	display: block;
	padding: 3px 0 2px 0;
	font: normal 10px Helvetica, Arial, Verdana;
	color: #888;
}

.twitter-timestamp abbr {
	border: 0;
}

.follow_twitter {
	margin: 0 0 8px 10px;
}
.promotejs {
	padding-top: 15px;
	margin: 0 0 15px 10px;
	}
	.imagelink {
		display: block;
		margin-bottom: 5px;
		}
	.imagelink:hover,
	.imagelink:focus {
		text-decoration: none;
		background-color: transparent;
		}

/* Kontaktformular
____________________________________________________________
*/

.contact_form {
	width: 810px;
	margin-top: 20px;
	padding-top: 20px;
	clear: left;
	overflow: hidden;
	border-top: 2px solid #CCC;
}

.contact_form_left {
	width: 290px;
	margin-right: 170px;
}

.contact_form_right {
	width: 350px;
}

.contact_form_left,
.contact_form_right {
	float: left;
	display: inline;
}

#your-name,
#your-email,
#your-subject {
	margin-bottom: 9px;
}

#your-name,
#your-email,
#your-subject {
	width: 282px;
	height: 21px;
	padding: 8px 4px 0 4px;
	border: 0;
	line-height: 21px;
	background: url('images/main_sprite.jpg') 0 -595px no-repeat;
	font: normal 16px Helvetica, Arial;
	color: #666;
}

#your-name:focus,
#your-email:focus,
#your-subject:focus {
	background: url('images/main_sprite.jpg') -291px -595px no-repeat;
}

#your-message {
	width: 342px;
	height: 142px;
	padding: 4px;
	border: 0;
	background: url('images/main_sprite.jpg') 0 -444px no-repeat;
	font: normal 16px Helvetica, Arial;
	line-height: 20px;
	color: #666;
	resize: none;
}

#your-message:focus {
	background: url('images/main_sprite.jpg') -351px -444px no-repeat;
}

#contact-submit {
	width: 89px;
	height: 29px;
	margin-top: 10px;
	border: 0;
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: #DDD url('images/main_sprite.jpg') -270px -414px no-repeat;
}

#contact-submit:hover {
	color: #FFF;
	background: #369 url('images/main_sprite.jpg') -360px -414px no-repeat;
}

#contact-submit:active {
	color: #FFF;
	background: #369 url('images/main_sprite.jpg') -450px -414px no-repeat;
}

/* Footer
____________________________________________________________
*/

#footer {
	width: 810px;
	height: 100px;
	margin: 0 auto 1px auto;
	clear: left;
	overflow: hidden;
}

#kontakt {
	width: 500px;
	height: 100px;
	margin: 0 1px 0 0;
	float: left;
	display: inline;
	background: #EEE url('images/kontakt_div_bg.jpg') 0 100% no-repeat;
}

#kontakt h6 {
	width: 500px;
	height: 30px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/main_sprite.jpg') 0 -625px no-repeat;
}

#hcard-Emanuel-Kluge {
	width: 310px;
	height: 50px;
	margin: 10px 0 10px 190px;
	clear: left;
	overflow: hidden;
}

#address_first {
	width: 145px;
}

#address_second {
	width: 165px;
}

#hcard-Emanuel-Kluge ul {
	height: 50px;
	float: left;
	display: inline;
}

#hcard-Emanuel-Kluge ul li {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

#meta {
	width: 309px;
	height: 100px;
	float: left;
	display: inline;
	background: #DDD url('images/meta_div_bg.jpg') 100% 100% no-repeat;
}

#meta h6 {
	width: 309px;
	height: 30px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/main_sprite.jpg') -501px -625px no-repeat;
}

#meta ul,
#meta li {
	width: auto;
	padding: 0 5px 0 0;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

#wpstats {
	height: 0;
	visibility: hidden;
}

/* Sociable
____________________________________________________________
*/

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: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	background-color: #FFF;
}
.sociable ul li a:hover,
.sociable ul li a:focus {
	background-color: transparent;
}
.sociable ul li a:hover .sociable-hovers,
.sociable ul li a:focus .sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Wordpress-Bilder-Stuff
____________________________________________________________
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 15px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 10px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../../plugins/fancybox/files/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../../plugins/fancybox/files/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../../plugins/fancybox/files/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../plugins/fancybox/files/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../../plugins/fancybox/files/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../plugins/fancybox/files/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../../plugins/fancybox/files/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../../plugins/fancybox/files/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../../plugins/fancybox/files/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../../plugins/fancybox/files/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../../plugins/fancybox/files/fancybox.png') -55px -90px no-repeat;
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/plugins/fancybox/files/fancy_shadow_nw.png', sizingMethod='scale'); }


/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #000 }  /* plain text */

@media screen {
  .str { color: #080 }  /* string content */
  .kwd { color: #008 }  /* a keyword */
  .com { color: #800 }  /* a comment */
  .typ { color: #606 }  /* a type name */
  .lit { color: #066 }  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo { color: #660 }
  .tag { color: #008 }  /* a markup tag name */
  .atn { color: #606 }  /* a markup attribute name */
  .atv { color: #080 }  /* a markup attribute value */
  .dec, .var { color: #606 }  /* a declaration; a variable name */
  .fun { color: red }  /* a function name */
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str { color: #060 }
  .kwd { color: #006; font-weight: bold }
  .com { color: #600; font-style: italic }
  .typ { color: #404; font-weight: bold }
  .lit { color: #044 }
  .pun, .opn, .clo { color: #440 }
  .tag { color: #006; font-weight: bold }
  .atn { color: #404 }
  .atv { color: #060 }
}

/* Put a border around prettyprinted code snippets. */
pre.prettyprint { padding: 1px; margin-bottom: 20px; border: 1px solid #999 }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }
