* {
  margin:0;
  padding:0;
}

/* Begin Typography & Colors */
body {
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Sans-Serif;
	background:#fff;
	color:#333;
	text-align:center;
	margin:0 0 20px 0;
	padding:0; 
}

#page {
	position:relative;
	background:url(/blog/nav/gray_bg.gif) 0 0 repeat-y;
	text-align:left;
	margin:0 auto;
	padding:0;
	width:969px;
}
#page:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}
#header {
	height:229px;
	width:100%;
	background:url(/blog/nav/header_bg.jpg);
}
#logo{
	position:absolute;
	top:25px;
	left:20px;
	padding:0;
}
#logo a{
	display:block;
	text-indent:-19999px;
	width:174px;
	height:38px;
	overflow:hidden;
	background:url(/blog/nav/logo.gif) 0 0 no-repeat;
}
.content .entry {
	line-height:16px;
}

#footer {
	background:url(/blog/nav/gray_bg_end.gif) 0 0 no-repeat;
	border:0;
	padding:0;
	margin:0 auto;
	width:969px;
	clear:both;
	font-size:10px;
}

#footer p {
	margin:0;
	padding:20px 0;
	text-align:left;
}
#footer a{
	color:#000;
}

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

h1, h2, h3 {
	font-weight: bold;
}

.content p {
	margin-bottom:12px;
}

h1 {
	font-size:18px;
	text-align:center;
	padding-top:55px;
}

h2.description {
	position:absolute;
	top:120px;
	left:230px;
	text-indent:-19999px;
	height:12px;
	width:345px;
	background:url(/blog/nav/description.gif) no-repeat;
}

h2 {
	font-size:16px;
	height:45px;
	line-height:45px;
}

h3 {
	font-size:13px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration:none;
	color:#fff;
}

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

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

.navigation {
	text-align:center;
}

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:#999999;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.content a {
	color:#bd0926;
}

a.rss, a.trackback, a.comments, small.time {
  padding:2px 18px 2px 22px;
  height:16px;
  line-height:16px;
}
a.trackback {background:url(/blog/nav/trackback.gif) left center no-repeat;}
a.comments {background:url(/blog/nav/comments.gif) left center no-repeat;}
small.time {
	background:url(/blog/nav/pfeili.gif) left center no-repeat #f4f3f3; 
	width:498px;
	display:block;
	border-bottom:1px solid #ccc;
	text-align:right;
}
#rss{position:absolute;top:0px;right:10px;}
#rss a{
	display:block;
	text-indent:-19999px;
	width:185px;
	height:82px;
	overflow:hidden;
	background:url(/blog/nav/rss.gif) 0 -82px no-repeat;
}
#rss a:hover{
	background-position:0 0;
}
#suche{
	position:absolute;
	top:76px;
	right:10px;
	width:190px;
}
#suchen{
	display:block;
	text-indent:-19999px;
	width:143px;
	height:38px;
	overflow:hidden;
	background:url(/blog/nav/suchen.gif);
	float:right;
	margin-bottom:8px;
}
#searchsubmit{
	border:0;
	background:url(/blog/nav/suchen_b.gif) 0 0 no-repeat;
	height:23px;
	width:22px;
	overflow:hidden;
	padding-top:23px;
	cursor:pointer;
	position:absolute;
	top:45px;
	right:10px;
}
input#s{
	width:136px;
	position:absolute;
	top:46px;
	right:35px;
}
#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;
}
/* End Typography & Colors */



/* Begin Structure */

.content {
	position:relative;
	float:left;
	padding:0 0 20px 0;
	margin-left:5px;
	width:538px;
	z-index:20;
}
.content h2, .content h2  a{
	font-family:Trebuchet MS;
	font-size:20px;
	color:#fff;
}
.post h2, .post h2  a{
	font-family:Trebuchet MS;
	font-size:20px;
	color:#666;
}
.post {
	z-index:25;
	width:536px;
	overflow:hidden;
	position:relative;
	margin:0 0 40px 0;
	text-align:justify;
	background:#fff;
	border:1px solid #cccccc;
}
.post h2, .post p{
	padding:0 10px;
}
.post hr {
	display:block;
}

.postmetadata {
	margin-top:10px;
	background:#f4f3f3;
	border-top:1px solid #ccc;
	clear:both;
	text-align:left;
}

.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 {
	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
}
/* 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;
}

#sidebar .pxDivWrapper {
	float:left;
	margin:3px;
	padding:0;
}

#sidebar .picasa {
	width:180px;
	padding:5px 0 0 10px; 
	margin-bottom:-10px;
}

#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 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin:5px 0 0 10px;
}
/*
#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:3px 0 0 0;
	padding:0;
}

#sidebar h2 {
	font-size:14px;
	margin:5px 0 0 0;
	padding:0;
}

#sidebar #lage {
	width:165px;
	height:144px;
	display:block;
	border:1px solid #666;
	background:url(/blog/images/lage.jpg) no-repeat 0 0;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0 auto;
	padding:5px 3px;
	text-align:center;
}

#sidebar #searchform #s {
	width:95px;
	padding:2px;
}

#sidebar #searchsubmit {
	padding:1px;
}

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

#commentform textarea {
	width:98%;
	padding:2px;
}

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

#commentform #submit {
	margin:0 0 5px auto;
	float:right;
}
/* End Form Elements */



/* Begin Comments*/
.comment, #respond{
	background:#fff;
	padding:5px;
	width:528px;
}
.commentlist {
	padding:0;
	text-align:justify;
}

.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 {
	position:relative;
	z-index:100;
	padding:20px 4px 10px 0;
	float:right;
	width:200px;
	font-size:11px;
}
#sidebar ul ul li{
	text-align:right;
	padding-right:10px;
}
#sidebar ul.children{
	padding-right:0;
}
#sidebar2 {
	float:left;
	padding:20px 15px 10px 15px;
	width:182px;
	font-size:11px;
	color:#fff;
}
#kontakt, #follow, #hl_email{
	text-indent:-19999px;
	display:block;
	background:url(/blog/nav/kontakt.gif) no-repeat;
}
#follow{
	margin-top:35px;
	background:url(/blog/nav/follow.gif) no-repeat;
}
#hl_email{
	margin-top:35px;
	background:url(/blog/nav/hl_email.gif) no-repeat;
}
a#skype, a#twitter, a#xing, a#facebook{
	background:url(/blog/nav/follow_logos.gif) -136px 0 no-repeat;
	display:block;
	text-indent:-19999px;
	width:136px;
	height:57px;
	overflow:hidden;
}
a#twitter{
	height:42px;
	background-position:-136px -57px;
}
a#xing{
	height:52px;
	background-position:-136px -99px;
}
a#facebook{
	height:50px;
	background-position:-136px -151px;
}

a#skype:hover{background-position:0 0;}
a#twitter:hover{background-position:0 -57px;}
a#xing:hover{background-position:0 -99px;}
a#facebook:hover{background-position:0 -151px;}

#sidebar form {
	margin:0;
}

ul.tagcloud a {
	text-decoration:none;
}
ul.tagcloud a:hover {
	text-decoration:underline;
}

input.email {
	width:180px;
	border:1px solid #cecece;
	font-size:11px;
	padding:2px;
	color:#1a1a1a;
}
input.emailbutton {
	width:186px;
	border:1px solid #cecece;
	background:#aaaaaa;
	margin-top:8px;
	color:#000;
	font-size:11px;
}

/* End Sidebar */



/* 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:1px solid #666;
	margin:0 5px 5px 0;
}

/* End Various Tags & Classes*/



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

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

.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 */
#hose{
	background:url(/blog/nav/flos_hose.gif) 0 0 no-repeat;
	width:188px;
	height:54px;
	position:absolute;
	top:229px;
	left:595px;
	z-index:10;
}
/*left hl*/
#sidebar h2, h2#archiv, h2#tagcloud, h2#flickr, h2#location{
	padding:0;
	height:21px;
	text-indent:-19999px;
	display:block;
	overflow:hidden;
	background:url(/blog/nav/left_hl/kategorien.gif) 5px 2px no-repeat;
	background-color:#a9a9a9;
}
h2#archiv{
	background-image:url(/blog/nav/left_hl/archiv.gif);
}
h2#tagcloud{
	background-image:url(/blog/nav/left_hl/tagc.gif);
}
h2#flickr{
	background-image:url(/blog/nav/left_hl/bilder.gif);
}
h2#location{
	background-image:url(/blog/nav/left_hl/lage.gif);
	margin-top:-15px;
}
/*twitter*/
#twitter_div{
	border:1px solid #fff;
	border-bottom:0;
	overflow:hidden;
	width:180px;
}
.twitter_hl{
	text-indent:-19999px;
	display:block;
	overflow:hidden;
	background:url(/blog/nav/twitter_updates.gif) 8px 5px no-repeat #33ccff;
	width:100%;
	height:30px;
	border-bottom:1px solid #fff;
}
#twitter_update_list li{
	border-bottom:1px solid #fff;
	list-style:none;
	padding:5px;
}
#nolink{
	text-decoration:none;
	cursor:text;
}
input.button{background:#afafaf;color:#000;margin-top:10px;border:none;cursor:pointer; width:170px;}
input.button:hover{
	background:#f4f3f3;
}

/**** PHOTO XHIBIT ****/
#px2, #px2, #px3, #px4, #px5, #px6, #px7, #px8, #px9, #px10, #px11, #px12, #px13, #px14, #px15, #px16, #px17, #px18, #px19, #px20, #px21, #px22, #px23, #px24, #px25, #px26, #px27, #px28, #px29 {
	margin-left:40px;
}
*+html #px2, *+html #px3, *+html #px4, *+html #px5, *+html #px6, *+html #px7, *+html #px8, *+html #px9, *+html #px10, *+html #px11, *+html #px12, *+html #px13, *+html #px14, *+html #px15, *+html #px16, *+html #px17, *+html #px18, *+html #px19, *+html #px20, *+html #px21, *+html #px22, *+html #px23, *+html #px24, *+html #px25, *+html #px26, *+html #px27, *+html #px28, *+html #px29{
	margin-left:30px;
}
*+html #px2 a, *+html #px3 a, *+html #px4 a, *+html #px5 a, *+html #px6 a, *+html #px7 a, *+html #px8 a, *+html #px9 a, *+html #px10 a, *+html #px11 a, *+html #px12 a, *+html #px13 a, *+html #px14 a, *+html #px15 a, *+html #px16 a, *+html #px17 a, *+html #px18 a, *+html #px19 a, *+html #px20 a, *+html #px21 a, *+html #px22 a, *+html #px23 a, *+html #px24 a, *+html #px25 a, *+html #px26 a, *+html #px27 a, *+html #px28 a, *+html #px29 a{
	float:left;
}
/**/
p.facebook a.fb {
  background:url(/images/nav/facebook.png) 0 -1px no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:15px;
}

a.rss_content {
  background:url(/images/nav/rss_content.gif) 0 -2px no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:17px;
  margin-left:25px;
}
a.mail_content {
  background:url(/images/nav/mail_content.gif) 0 0 no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:26px;
  margin-left:27px;
}
a.read_more {
  background:#f0f0f0;
  text-decoration:none;
  padding:3px 12px;
  border:1px solid #e5e5e5;
}

p.facebook {
  clear:both;
  display:block;
  text-decoration:none;
 /* margin:-31px 0 0 100px;*/
  margin:0;
  width:480px;
  text-align:left;
}
a.tt, p.facebook a {
  text-decoration:none;
}
a.tt:hover, p.facebook a:hover {
  text-decoration:underline;
}

iframe.fbLike {
margin:10px;
}
