img {
   behavior: url("http://www.thuernauswelt.de/blog/plugin/pngbehavior.htc");
}
	#entry_paging, #entry_paging2 { 
		border-bottom: 0;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		text-align: center;
		line-height: 1.5em;
	}
	
	#showentry_bundle { 
		margin: 0;
		padding: 0;
		text-align: left;
	/*	-moz-border-radius: .0em 0 1em 1em;*/
	}
	
	.serendipity_commentDirection { 
		text-align:justify;
	}
	
	.captcha { 
		border:1px solid #777;
	}
	
	.guestbook_msg { 
		text-align: center;
		padding: 10px;
		border: 1px solid #999;
		background-color: #F0F0F0;
	}
	
	.guestbook_bg { 
		padding: 6px;
		border: 1px solid #333;
		background: #bababa;
	}
	
	.guestbook_entrytop { 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size: 1em;
		color: #fff;
		font-weight: normal;
		text-align: left;
		padding: 4px;
		background-color: #c30;
		white-space:nowrap;
		border-bottom: 3px solid black;
	}
	
	.guestbook_entrytop a,
	.guestbook_entrytop a:link,
	.guestbook_entrytop a:visited,
	.guestbook_entrytop a:hover,
	.guestbook_entrytop a:active,
	.guestbook_entrytop a:focus { 
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-decoration: underline;
		color: #fff;
	}
	
	.guestbook_entrytop A { 
		/*color: #FF8040;*/
	}
	
	.guestbook_admin { 
		text-align: right;
	}
	
	.guestbook_admin_text { 
		text-align: right; 
		padding-right: 10px;
	}
	
	.guestbook_admin_text_dim { 
		color: #777; 
		text-decoration: none;
	}
	table.guestbook_entries {
	   width: 100%;
	}
	td.guestbook_adminbutton { 
		text-align: right;
		vertical-align: top;
		width: 40px;
	}
	
	.guestbook_entrybottom { 
		font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
		font-size: 1em;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		margin-bottom: 6px;

	}
	
	.guestbook_splitentries { 
		clear: both;
	}
	
	.guestbook_error_bundled { 
		width: auto;
	}
	
	.guestbook_errors { 
		font-family: arial,helvetica,sans-serif;
		font-size: 1em;
		text-align: left;
		color: #333;
	}
	
	.guestbook_input { 
		font-family: arial,helvetica,sans-serif;
		font-size: 1em;
		border: 1px solid #333;
		text-align: left;
		padding: 2px;
		background-color: #bbb;
	}
	
	.guestbook_made { 
		padding: 10px;
		border: 1px solid #999;
		background-color: #F0F0F0;
	}
	
	.guestbook_reiter { 
		font-weight: 500;
		text-align: center;
		font-size: 10px;
	}
	
/*	a:link.serendipityPrettyButton,
	a:visited.serendipityPrettyButton,
	a:hover.serendipityPrettyButton { 
	   text-decoration: none;
	   color: #1D2E3F;
	}*/

	.serendipityPrettyButton { 
		padding: 1px;
		/* see inside guestbook plugin while we need the template path -> gelöscht!!!*/

	
		font-weight: bold;
		font-size: 0.9em;
		border: none;
		margin: 2px;
	}

	/* Special class if the button is a <a> tag */
	a.serendipityPrettyButton { 
		padding: 2px 4px 2px 4px;
		cursor: pointer;
		/* see inside guestbook plugin while we need the template path */
		/*background-image: url(./button_background.png);
		background-repeat: repeat-x;
		background-position: top;*/
	}




/* templates/thuernau/style.css  */
/*   
    Kubrick v1.2.5  for  WordPress 1.2
     http://binarybonsai.com/kubrick/

    This theme was designed and built by Michael Heilemann,
    whose blog you will find at http://binarybonsai.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
    

    *** REGARDING IMAGES ***
    All CSS that involves the use of images, can be found in the 'index.php' file.
    This is to ease installation inside subdirectories of a server.

    Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
    font-size: 70%; /* Resets 1em to 10px */
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    background-color: #ffffff;
    color: #000;
    text-align: left;
    margin:  0px;
    padding-top:  0px;
    padding-left:  0px;
    }
body * {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
#page {
/*    border: 1px solid #000;*/
    text-align: left;
   width: 900px;
   margin-top:  0px; margin-left:  0px;
   
    }

#header {
    margin: 0px 0px 20px 0px; padding: 0px; width: 900px; height: 170px;
    background: url(/design/TW/images/def/thtop_bg_oben.gif) top left repeat-x;
    }
#header td, #header tr {
    margin: 0px;
    padding: 0px;
    vertical-align:top;
    text-align: left;
            line-height: 1.2em;
}
#header a img {
    border: none;
    }

#content {
    font-size: 1.1em;
    }

img.categoryIcon {
    float: right;
    border: 0px;
    margin: 5px;
}

#serendipityQuickSearchTermField {
    width: 160px;
}

.widecolumn .entry div {
    font-size: 1.05em;
    }

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
    }

.widecolumn {
    line-height: 1.6em;
    }
    
.graybox {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }

h1, h2, h3 {
    font-family:  "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #c30;
    padding: 2px;
    border-bottom: 3px solid black;
    margin-bottom: 5px;
    }

h1 {
    font-size: 1.5em;

    }

.description {
    font-size: 1.2em;
    text-align: center;
    }

h2 {
    font-size: 1.3em;
    }

h2.pagetitle {
    font-size: 1.6em;
    }
#sidebar h2, 
#navi h1, #navi h2, #navi h3 {
    background-color: #fff;
    padding: 0px;
    border-bottom: none;
    }
#sidebar h2 {
/*    font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;*/
    font-size: 1.1em;
    background-color: #c30;
    padding: 2px;
    border-bottom: 2px solid black;
    margin: 0px 0px 5px;
    }

h3 {
    font-size: 1.1em;
    }

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


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption {
    text-decoration: none;
    color: white;
    }

.entry div a:visited {
    color: #b85b5a;
    }

.commentlist li, .serendipity_commentForm input, .serendipity_commentForm textarea {
    font: 0.9em Arial, 'Lucida Grande', Verdana,  Sans-Serif;
    }
    
.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
        text-decoration: none;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

.serendipity_commentForm {
    font-family: Arial, 'Lucida Grande', Verdana,  Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }

#sidebar {
    font: 1em Arial, 'Lucida Grande', Verdana,  Sans-Serif;
    vertical-align: top;
    }

.small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }
    
code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

a {
    color: #06f;
    font-weight: bold;
    text-decoration: none;
    }

a:hover {
    color: #06f;
    text-decoration: underline;
    }
      
#wp-calendar #prev a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em Arial, 'Lucida Grande', Verdana,  Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */


#left {
    margin: 0px;
    padding: 0px;
    width: 630px;
    float: left;
    }
#navi {
    padding: 0px 0px 0px 0px;
    color: #fff;
    margin: 0px 5px ;
    width: 145px;
    float: left;
   }

.narrowcolumn {
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px  5px 0px 5px;
    width: 462px;
    }

.widecolumn {
    padding: 10px 0px 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
    }
#adsense {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 120px;
    float: right; 

}
#sidebar
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 145px;
    float: right; 
    }   
.post {
    margin: 0px 0px 10px;
    text-align: justify;
    }

.widecolumn .post {
    margin: 0px;
    }

.narrowcolumn .postmetadata {
    padding-top: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 0px;
    }

.widecolumn .postmetadata {
    margin: 30px 0;
    }
    
  
#footer   { 
background: url(/design/TW/images/def/footer_unten_li.gif) top left no-repeat;
width: 900px; 
padding:0px;
height: auto; 
clear: both 
}
#footer  div { 
background: url(/design/TW/images/def/footer_unten_re.gif) top right no-repeat;
padding: 30px 20px 12px; 
width: auto; 
height: auto; 
clear: both 
}
a.footer:link, a.footer:visited { 
color: white; font-size: 1.1em; font-weight: bold; line-height: 1.2em;
text-decoration: none; padding-right: 30px; padding-left: 12px 
}
a.footer:hover, a.footer:active { 
color: #fff; font-size: 1.1em; font-weight: bold; line-height: 1.2em;
}
/* End Structure */



/*  Begin Headers */
h1 {
    padding-top: 0px;    
    margin: 0;
    }

.description {
    text-align: center;
    }

h2 {
    margin: 3px 0px 6px;
    }

h2.pagetitle {
    margin-top: 20px;
    text-align: center;
}

h3 {
    margin: 30px 0px 6px;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */



/* Begin Images */
div img {
    padding: 0px;
/*    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. */

 ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: 0px;
    } 

 li {
    margin: 7px 0 8px 10px;
    list-style: url('templates/thuernau/images/ul.gif') outside;
    }


 ol {
    padding: 0 0 0 35px;
    margin: 0;
    }

 ol li {
    margin: 0;
    padding: 0;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }
    
#sidebar ul, #navi ul {
    margin: 0px 0px;
    padding: 0;
    font-size: 1.1em;
    }
#sidebar ul ol {
    margin: 0;
    padding: 0;
    }
#sidebar ul li, #navi ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0px 0px 10px 0px ;
    padding:3px;
    }

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

#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;
    padding: 0;
    }
    
#sidebar ul li#serendipity_html_nugget_plugin {
    }

#sidebar #serendipity_categories_list ul
{
/*   list-style: url('templates/thuernau/images/dot.gif') outside;*/

}

#sidebar #serendipity_categories_list li
{
    list-style: none inside; list-style-image: none;
    padding-left: 0px;
    text-indent: 0px;
    }   
div.category_link_all {
/*    background: url('templates/thuernau/images/dot.gif') 0px 5px no-repeat;*/
}


#sidebar ul#serendipity_categories_list li a,
div.category_link_all a
{
/*    background: #dfe4e8 url("") top left;*/
    font-weight: bold;
    line-height: 1.5em;
    }
div.category_link_all a {
    font-size: 1.1em;
    padding-left: 2px;
    }
/* End Entry Lists */



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

#sidebar #searchform #s {
    width: 130px;
    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;
    }

.serendipity_calendarDay {
    text-align: center;
}

.serendipity_commentsValue input, 
.serendipity_commentsValue select {
    width: 370px;
    padding: 2px;
    }

.serendipity_commentsValue textarea {
    width: 370px;
    padding: 2px;
    font-family: Arial, 'Lucida Grande', Verdana,  Sans-Serif;
    font-size: 1.2em;
    }

.serendipity_commentForm submit {
    margin: 0;
    float: right;
    }
/* End Form Elements */



/* Begin Comments*/
.graybox {
    margin: 3px 0px;
    padding: 10px 2px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0px 3px;
    padding: 5px 10px 3px;
    list-style: none;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
    }

.serendipity_commentForm {
    margin: 5px 0px;
    }

.serendipity_commentsLabel {
    vertical-align:top;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
    
a.highlight {
    font-style: italic;

}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
    margin: 0;
    }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

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

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

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #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;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
/* End Various Tags & Classes*/

.serendipity_glossaryMarkup 
{
    color: #f90;
    cursor: help;
    font-size: 0.9em;
}
.serendipity_calendar .Today {
   background-color:#dfe4e8;

}
#sidebar .serendipity_calendarDay a
{
font-weight: bold;
display: block;
color:#f60;
}

#sidebar .serendipity_calendarDay a:hover
{
background-color:#f90;
color:#fff;
}
div.post div.small {
color: #999;
}

.serendipity_imageComment_right {
float: right ;
margin: 3px 0px 3px 8px;
}
.serendipity_imageComment_left {
float: left ;
margin: 3px 8px 3px 0px;
}
.serendipity_imageComment_txt {
color: #333;
font-size: 0.9em;
line-height:1.2em;
padding-top:3px;
font-weight:bold;
}
.serendipity_msg_important
{
  color: #ff0000;
  font-weight: bold;
}
.serendipity_msg_notice
{
  color: green;
}
.serendipity_findmore {

margin: 0px 0px 40px;
padding: 0px;
text-align: left;
font-size:0.9em;
color:#777;
}

#serendipity_plugin_freetag {
    font-size: 1em;
    }
/***** ACHTUNG TAG-WOLKE: *******
bei Update default-Variablen-Belegung in ser..._event_freetag.php
function displayTags($tags, $xml, $nl, $scaling, $maxSize = 160, $minSize = 100)
anpassen !!!!!!
**********************/
.serendipity_freetag_taglist span {
padding-right: 10px;
}
.banner {
text-align: center;
margin: 3px 0px 10px 0px;
}
#sidebar div.redakt1, #left div.redakt1    { 
font-size: 1em; 
line-height: 1.2em; 
margin: 10px 0px;
width: 145px; 
/*background: url('/design/TW/images/def/tw_back.gif')  0px 20px repeat-x;*/
background-color: #ffc;
border:1px solid #cc3300;
}
#sidebar div.redakt1  h1, #left  div.redakt1  h1   {
background-color: #cc3300;
border-bottom: 4px solid black;
padding: 3px 3px 3px 5px;
margin:0px 0px 0px 0px;
color: white;
font-size:1.2em;
}
#sidebar div.redakt1_text, #left  div.redakt1_text  {
padding: 0px 3px 5px 5px;
margin:0px;
}
#sidebar div.redakt1_text p, #left  div.redakt1_text p {
color: black;
line-height:1.2em;
} 
#sidebar div.redakt1_bild, #left div.redakt1_bild {
margin:0px 0px 0px 0px;
padding:3px 2px 0px 2px;
text-align:left;
width:100%;
}
td.tool_termin {
background: url('/design/TW/images/def/termin_03.gif') repeat-y top left;
}
td.tool_termin p   { margin: 4px 10px 0px 12px }
h1.guestbooktitle {
color: black;
background-color: white;
border: none;
font-size: 1.8em;
margin-bottom: 20px;
}
div.entrytext h1, div.entrytext h2, div.entrytext h3 {
color: black;
background-color: white;
border: none;
}
/*div.entrytext .postmetadata a {
text-decoration: none;
}*/
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
    It won't be a stylish marriage, I can't afford a carriage.
    But you'll look sweet upon the seat of a bicycle built for two." */
