
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://schnellze.it/plugin/pngbehavior.htc");
}
.serendipity_karmaVoting {
    text-align: center;
    font-size: 7pt;
    margin: 0px;
}

.serendipity_karmaVoting a {
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_karmaVoting a:hover {
    color: green;
}

.serendipity_karmaError {
    color: #FF8000;
}
.serendipity_karmaSuccess {
    color: green;
}
.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
    background: url(http://schnellze.it/plugins/serendipity_event_karma/img/stars-def-yellow-green-md.png) left;
    font-size: 0;
}
.serendipity_karmaVoting_links {
    position: relative;
    width: 100px;
    height: 20px;
    overflow: hidden;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    background-position: left top;     
    text-align: center;
}
.serendipity_karmaVoting_links li {
   display: inline; 
}
.serendipity_karmaVoting_links a ,
.serendipity_karmaVoting_current-rating {
    position:absolute;
    top: 0px;
    left: 0px;
    text-indent: -9000em;
    height: 20px;
    line-height: 20px;
    outline: none;
    overflow: hidden;
    border: none;
}
.serendipity_karmaVoting_links a:hover {
    background-position: left bottom;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link1 {
    width: 20%;
    z-index: 6;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link2 {
    width: 40%;
    z-index: 5;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link3 {
    width: 60%;
    z-index: 4;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link4 {
    width: 80%;
    z-index: 3;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link5 {
  width: 100%;
    z-index: 2;
}
.serendipity_karmaVoting_links .serendipity_karmaVoting_current-rating {
    z-index: 1;
    background-position: left center;
}
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/schnellzeit/style.css  */
/* schnellze.it theme by Achim Schlemmer, http://www.aschlemmer.net, 2009
based on the theme: */

/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.0 (Apr 07, 2006) 
Ported to Serendipity, http://www.s9y.org
by Carl Galloway, http://www.carlgalloway.com
*/

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% 'Lucida Grande',sans-serif;
background:#eaeaea url(templates/schnellzeit/img/bg.gif) top center repeat-y;
color:#3a3a3a;
}

a:active { outline: 0; }

.s9y_wrap {
text-align:left;
padding:5px;
}

#wrap {
background-color:#ffffff;
color:#303030;
margin:0 auto;
padding:0;
width:780px;
}

/***** Header *****/

#navheadWrap {
	background-color: #000;
	text-align: center;
	}
	
div#navhead {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#00ff00 url(templates/schnellzeit/img/navhead_button.png) no-repeat scroll 0 100%;
	margin-left: 346px;
	width: 91px;
	height: 19px
	text-align: center;
	color: #fff; 
	font-size: 14px; 
	font-weight: bold;
	line-height: 22px;
}


#navhead a {
	display: block;
	background:#000 url(templates/schnellzeit/img/navhead_button.png) no-repeat scroll 0 100%;
	background-position: 0 0;
	width: 91px;
	height: 19px;
	line-height: 19px;
}

#navhead a:link {
	color: #000;
}

#navhead a:hover {
background-position: 0 0px;
color: #000;
text-decoration: none;
}

#fader { 
width: 782px; 
height: 580px; 
margin-top: 12px;
background: #000000 url(templates/schnellzeit/img/showhide-grad.jpg) bottom left repeat-x; 
 }

#header {
color:#000000;
background:#000000 url(templates/schnellzeit/img/front.jpg) bottom left no-repeat;
height:167px;
margin:0 0 0 0;
padding:0;
}

/* This is the header link clickable area */
#headerHome {
position: absolute;
height: 130px;
width: 782px;
background-color: transparent;
}

a#homelink { 
	background: transparent;
	cursor:hand;
	height: 120px;
	position: absolute;
	width: 782px;
}

#header h1 {
font-size:.1em;
font-weight:normal;
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:15px 0 0;
}

#header h1 a,#header h1 a:hover {
padding:0;
}

#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 5px 15px;
padding:0 0 0 3px;
}

/***** Left sidebar *****/

#LeftSideBar {
clear:left;
float:left;
width:170px;
margin:0 0 10px 0;
padding:0;
}

#LeftSideBar .serendipitySideBarItem, #LeftSideBar .container_category, #LeftSideBar .container_staticmenu {
list-style:none;
margin:0 0 20px 0;
padding:0;
}

.serendipitySideBarItem {
	width:320px;
	font-size: 1em;
	line-height: 1.7em;
	color: #808080;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
}

ul {
margin-left: 0;
list-style-type: none;
}

ul li {
margin: 0;
}

.plainList li {
	margin-top: 4px;
	line-height: 1.2em;
}

.serendipitySideBarItem a {
	color: #ffffff;
	text-decoration: none;
	}
	
.serendipitySideBarItem a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
	
#LeftSideBar li {
font-weight:normal;
height:20px;
text-decoration:none;
color:#505050;
padding:6px 0 0 10px;
margin-bottom:5px;
background:#f4f4f4 url(templates/schnellzeit/img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

#LeftSideBar .container_staticmenu a, #LeftSideBar .category_link_all a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4 url(templates/schnellzeit/img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

#LeftSideBar .container_staticmenu br, #LeftSideBar .container_category br {
line-height:5px;
}

#LeftSideBar li:hover, #LeftSideBar .container_staticmenu a:hover, #LeftSideBar .category_link_all a:hover {
background:#eaeaea url(templates/schnellzeit/img/menubg2.gif) bottom left repeat-x;
color:#286ea0;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #505050;
}

#LeftSideBar li a:hover,  {
text-decoration:none;
color:#286ea0;
}

#LeftSideBar .serendipity_categories_plugin, #LeftSideBar .serendipity_plugin_staticpage {
display:none;
}

.serendipitySideBarTitle  {
font-size:1.5em;
font-weight:normal;
width: 100%;
}

#LeftSideBar input, #LeftSideBar select, #LeftSideBar textarea {
width:140px;
border:1px solid #cccccc;
}


/***** Right sidebar *****/

#RightSideBar {
float:right;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#RightSideBar p, #RightSideBar ul, #RightSideBar .serendipitySideBarContent {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#RightSideBar a {
font-weight:bold;
}

#RightSideBar li {
list-style:none;
margin:0 0 6px 0;
padding:0;
}

#RightSideBar h2 {
font-size:1.4em;
font-weight:normal;
margin:0 0 6px 0;
letter-spacing:-1px;
}

#RightSideBar select, #RightSideBar input, #RightSideBar textarea {
width:150px;
border:1px solid #cccccc;
}


/***** Main content *****/

#content {
/* margin:10px 175px 10px 175px; */
padding:0;
line-height:1.7em;
text-align:left;

}

#contentright {
margin:33px 59px 10px 59px;
padding:0 58px 0 58px;
width:548px;
line-height:1.5em;
text-align:left;
min-height:650px;
}

.entryArea img {
margin: 0;
display: block;
border: 1px #494e4d solid;
text-align: center;
}

.entryArea {
max-width:540px;
padding: 0 28px 20px 28px;
font-size:14.4px;
border-top: 1px dashed #d2dada;
}

.entryAreaLeft {
width: 21px;
float:left;
}

.entryAreaColumn {
width: 498px;
float: left;
}

.entryAreaRight {
width: 21px;
}

.serendipity_content_message { 
}

.serendipity_entry_body {
margin: 10px 0 20px 0;
line-height: 1.5em;
}

.serendipity_entry_body h1 {
font-size: 175%;
font-weight:400;
line-height: 1.2em;
margin:0;
}

.serendipity_entry_body br {
margin: 0;
line-height: 10px;
}
	
#contentleft {
margin:10px 170px 10px 10px;
padding:0;
line-height:1.5em;
text-align:left;
}

#contentwide {
margin:10px 0 10px 180px;
padding:0;
line-height:1.5em;
text-align:left;
}

#contentfull {
margin:10px 10px 10px 10px;
padding:2px 0 0 0;
line-height:1.5em;
text-align:left;
}

#content h2, #contentleft h2, #contentright h2, #content h3.serendipity_date, #contentleft h3.serendipity_date, #contentright h3.serendipity_date, .serendipity_commentsTitle, h4.serendipity_title  {
font-weight:normal;
margin:0 0 0 0;
padding:0px 0 0 0;
}

#content h2 a, #content h2 a:hover, #contentleft h2 a, #contentleft h2 a:hover, #contentright h2 a, #contentright h2 a:hover, #content h3 a, #content h3 a:hover, #content h4 a, #content h4 a:hover {
font-weight:normal;
}

.serendipity_entry_extended {
margin-top:20px;
}

#content a, #contentleft a, #contentright a {
color:#0000ff;
text-decoration: underline;
}

#contentright .firstEntry h2 a:link {
text-decoration: none;
color: #000000;
margin: 20px 0 0 0;
text-rendering: optimizeLegibility;
}

#contentright h2 a:link {
text-decoration: underline;
font-size: 14.4px;
line-height: 15.8333px;
color: #0000ff;
margin: 20px 0 0 0;
}

#contentright h2 a:hover {
text-decoration: underline;
color: #286ea0;
}
#contentright h2 a:visited {
text-decoration: underline;
font-size: 14.4px;
line-height: 15.8333px;
color: #000;
margin: 20px 0 0 0;
}


#contentright .firstEntry h2 a {
font-size: 25.4833px;
line-height: 40.6px;
}

#contentright h2.firstEntry a {
font-size: 25.4833px;
line-height: 40.6px;
}


#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

.serendipity_entryFooter {
padding: 0 0 10px 0;
}

div.serendipity_pageFooter {
font-size:0.8em;
clear:both;
margin:50px auto 15px auto;
text-align:center;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
width:782px;
color:#cccccc;
background-color:#000000;
font-size:0.9em;
}

#footer p, #footer h4, #footer h3 {
font-size: 10px;
padding:10px;
margin:0;
}

#footer h4 { 
	font-weight: bold;
	margin-left: 8px;
	padding: 1px;
	}

#footer h3 { display: inline; }

#footer a {
color:#ffffff;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#footer ul, #footer li {
	display: inline;
	padding: 0;
}

#footer li {
	padding-left: 20px;
	margin-left: 4px;
}

/***** Footer: Pagelinks *****/

.pagelinks {
	margin: 2em 0;
	text-align: center;
	}
	
.pagelinks a { color: #0000ff;
}

.pagelinks a:hover { color: #000; }

.pagelinks a:visited { color: #930D85; }


#thispage { }

.pagelinks .nocolor a {
	background: #fff;
}

/*********** Legal ************/
#legal {
	background-color: #a2a2a2;
	border-top: 1px solid #ffffff;
	color: #434343;
	font-size: 9px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}

/***** Various tags *****/

a {
text-decoration:none;
color:#505050;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}

blockquote {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:16px;
width:75%;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(templates/schnellzeit/img/menubg.gif) bottom left repeat-x;
color:#505050;
}

blockquote p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}

code, pre {
font-size:1.3em;
}


/***** Table styles *****/
#LeftSideBar .serendipity_weekDayName {
text-align:center;
}

#LeftSideBar td {
font-size:0.9em;
text-align:center;
color:#888;
}

#RightSideBar table {
margin:0 0 16px 0;
padding:0;
border-collapse:collapse;
border:1px solid #d8d8d8;
}

#RightSideBar .serendipity_weekDayName {
color:#505050;
font-weight:bold;
margin:0;
padding:6px 0 8px 0;
}

#RightSideBar th {
text-align:left;
background:#eaeaea url(templates/schnellzeit/img/menubg2.gif) bottom left repeat-x;
color:#505050;
}

#RightSideBar td {
font-size:0.9em;
text-align:center;
background:#f4f4f4 url(templates/schnellzeit/img/menubg.gif) bottom left repeat-x;
color:#888;
}

td.Today {
border:solid 1px;
}


/***** Form styles *****/

#content .button, #contentleft .button, #contentright .button {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:0 0 15px 0;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(templates/schnellzeit/img/menubg.gif) bottom left repeat-x;
color:#505050;
font-weight:bold;
padding:4px;
width:120px;
}

#content input, #content select, #content textarea, #contentleft input, #contentleft select, 
#contentleft textarea, #contentright input, #contentright select, #contentright textarea, select #serendipity_replyTo {
border:1px solid #cccccc;
font-family:'Lucida Grande,Sans-Serif;'
font-size:1em;
margin:0;
padding:4px;
}

#content label, #serendipity_comment_page label, #contentleft label, #contentright label {
margin:2px;
}

#content input, #content select, #serendipity_comment_page input, #serendipity_comment_page select, #contentleft input, #contentleft select, #contentright input, #contentright select {
width:200px;
} 
#content .checkbox_remember, #content .checkbox_subscribe, #serendipity_comment_page .checkbox_remember, #serendipity_comment_page .checkbox_subscribe, #contentleft .checkbox_remember, #contentleft .checkbox_subscribe, #contentright .checkbox_remember, #contentright .checkbox_subscribe {
width:20px;
}

#content textarea, #serendipity_comment_page textarea, #contentleft textarea, #contentright textarea {
width:300px;
}


/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

#LeftSideBar .announce {
padding:10px 5px 20px 5px;
width:145px;
color:#505050;
background:#f4f4f4 url(templates/schnellzeit/img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
line-height:1.3em;
}

.announce a {
font-weight:normal;
}

.announce h2 {
margin:0 0 10px 0;
padding:0;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}

.serendipity_center {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.serendipity_msg_important {
color: red;
}

.serendipity_msg_notice {
color: green; 
}

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
line-height:0.5em;
}

img.serendipity_freeTag_xmlButton {
border:none;
padding-left:2px;
vertical-align:bottom; 
}

#serendipity_comment {
display: none;
}

.commentauthor, .comment_source_author {
margin: 0 0 0 0;
border-bottom: 1px solid #dedede;
font-size: 1.1em;
font-weight:normal;
}

.commentmeta, h3.serendipity_date  {
margin: 0 0 0.8em 0;
padding: 0.2em 0 0 0;
font-size: 0.92em; 
}

#comment {
}

#commentlist {
}

.serendipity_section_trackbacks, .serendipity_commentsTitle, .serendipity_center {display:none;}

.serendipity_comment_source { padding: 10px 0 0 0;}

.serendipity_commentBody {padding:0 0 20px 0;
line-height: 1.6em;}
.comment_threaded_child0 {max-width:540px;
padding: 0 28px 0 28px;
font-size:14.4px;
line-height:15.8px;
border-top: 1px dashed #d2dada;}
.comment_threaded_child1 {max-width:540px;
padding: 0 28px 0 28px;
font-size:14.4px;
line-height:15.8px;
border-top: 1px dashed #d2dada;}
.comment_threaded_child2 {max-width:540px;
padding: 0 28px 0 28px;
font-size:14.4px;
line-height:15.8px;
border-top: 1px dashed #d2dada;}

#content .serendipity_entryIcon a img, #contentleft .serendipity_entryIcon a img, #contentright .serendipity_entryIcon a img {
float:right;
padding:0 2px 2px 2px;
margin:0 0 10px 10px;
display:inline;
background:none;
border:none;}

.searchterm, .searchresults {
font-weight:bold; 
}

.serendipity_freetag_taglist, .staticpage_navigation, .serendipity_search {

}

.grey {
color:#999; 
}

/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
margin:0 0 20px 0;
padding:5px;
border:1px solid #c0c0c0;
background-color:#f4f4f4;
color:#505050;
line-height:1.5em; 
}

/* style to center image and text within entry */
.serendipity_imageComment_center {
display:block; 
margin:0 auto 5px auto; 
}

/* style to left align image and text within entry */
.serendipity_imageComment_left {
float:left; 
margin:0 12px 5px 0; 
}

/* style to right align image and text within entry */
.serendipity_imageComment_right {
float:right; 
margin:0 0 5px 12px; 
}

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
text-align: center;
margin-bottom:2px; 
}

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
clear: both;
text-align: center;
font-size:0.8em;
border-top: 1px solid #dedede; 
}

/********* End of Image Manager Styles *********/

/* container for comments plugin within sidebar */
#RightSideBar .container_serendipity_plugin_comments {
color:#333; 
}

/* style for line break in comments plugin */
#RightSideBar .container_serendipity_plugin_comments br {
line-height:0.5em; 
}

/* style for comment body within sidebar */
#RightSideBar .plugin_comment_body {
font-style:oblique; 
}

#RightSideBar .plugin_comment_wrap {
margin:0 0 20px 0;
border-top:1px solid #c0c0c0;
border-bottom:1px solid #c0c0c0;
background-color:#f4f4f4;
color:#505050;
line-height:1.5em; 
}

/*********** Suckerfish div hover ************/
div.entryArea {
	background:#fae6e6;
	font-weight: bold;
	font-size: 120%;
}

div.entryArea:hover, 
div.entryArea.sfhover {
	background:#fbbcbc;
}
	
div.entryArea.comment_source_date { color: #e5e5e5; }
	
div.entryArea.serendipity_entry_author_Achim, div.entryArea.serendipity_comment_author_Achim {
	background:#f5fff5 url(templates/schnellzeit/img/pfeil-links.gif) top left no-repeat;
	color: #2a2a2a;
	font-weight: normal;
	font-size: 110%;
}

div.entryArea.serendipity_entry_author_Berthold,
div.entryArea.serendipity_comment_author_Berthold {
	background:#f5faff url(templates/schnellzeit/img/pfeil-rechts.gif) top right no-repeat;
	color: #2a2a2a;
	font-weight: normal;
	font-size: 110%;
}

div.firstEntry.entryArea.serendipity_entry_author_Achim {
	background:#d9ffd9 url(templates/schnellzeit/img/pfeil-links.gif) top left no-repeat;}

div.firstEntry.entryArea.serendipity_entry_author_Berthold {
background:#d7ebff url(templates/schnellzeit/img/pfeil-rechts.gif) top right no-repeat;
}

div.entryArea.serendipity_entry_author_Achim:hover, div.entryArea.serendipity_entry_author_Achim.sfhover, div.entryArea.serendipity_comment_author_Achim:hover, div.entryArea.serendipity_comment_author_Achim.sfhover {
	background:#d9ffd9 url(templates/schnellzeit/img/pfeil-links.gif) top left no-repeat;
}

div.entryArea.serendipity_entry_author_Berthold:hover, div.entryArea.serendipity_entry_author_Berthold.sfhover, div.entryArea.serendipity_comment_author_Berthold:hover, div.entryArea.serendipity_comment_author_Berthold.sfhover {
		background:#d7ebff url(templates/schnellzeit/img/pfeil-rechts.gif) top right no-repeat;
}

.mail_author_Achim {
}

.mail_author_Berthold {
}

p:hover a, p.sfhover a {
	color: blue;
	text-decoration: underline;
}

p a:hover {
	color: orange;
}

.comment_reply a:link {text-decoration: none;}

a.popfetcherimage:link,
a.popfetcherimage:hover,
a.popfetcherimage:visited,
a.popfetcherimage {
Â border: 0px;
Â cursor: default;
}

.comment_source_date {
margin-top: 1em; color:#999999; font-size:0.764em; line-height: 2em;}

.sidebarbox {
background: #262626;
border: 1px solid #585858;
margin: 15px 50px 15px 50px;
box-shadow: 10px 10px 5px #fff; 
padding: 10px 5px 10px 15px;
overflow: none;
}

#sidebarboxwrap {
}

.plugin_comment_subject {
	margin-top: 4px;
	line-height: 1.2em;
}

.plugin_comment_subject a {
	font-size: 125%;
	font-weight: normal;
	line-height: 1.4em;
}

.plugin_comment_subject  {
	font-size: 80%;
	font-weight:bold;
}

#claim { float: none; margin: 0 15px 15px 15px; font-size: 2em; font-weight: normal; color: #ffffff; width: auto; display: inline;}

/** BB CODE FORMAT */

	
.bb-quote {
	margin:1em 0;
	padding-left:30px;
	background:url(templates/schnellzeit/img/bq.gif) no-repeat transparent;
	line-height: 1.2em;
	font-size: 100%;
}

.bb-code {
	margin:1em 0;
	padding-left:30px;
	background: transparent;
	line-height: 1.5em;
	color: #000;
	font-family: Courier, 'Courier New', mono-spaced;
	font-size: 10px;
	width: 400px;
	max-width: 400px;
	overflow: none;
}

.bb-quote-title, .bb-code-title {
display: none; }

.datum {
margin-top: 1em; 
color:#2a2a2a; 
font-size:0.764em;
}

.datum a
{
color: #545454 !important;
}

/* Google custom search */

.gsc-control-cse {
	display: none;
	background: #000;
	border: 0;
	padding: 0;
	width: 220px;
	bottom: 0;
}

/* eventplugin User Profiles */

.serendipityAuthorProfile { border: 0; }

.serendipityAuthorProfile h2 span, .serendipity_search {
	color: #fff; 
	background-color: #000;
	padding: 1px 3px 1px 3px;
	margin-left: 28px;
	font-size: 14px;
}

.serendipity_search {
	margin: 32px 0;
	}

/* Karmaplugin */

.serendipity_karmaVoting { 
	text-align: left;
}

/* Autorensaetzchen */

h2.autorenliste {
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #808080;
}

.autorenliste a:link { color: #fff; }
.autorenliste a:visited { color: #fff; }
.autorenliste a:hover { color: #808080; text-decoration: none; }
.autorenliste a:active { color: #808080; }

img.thumbPict {
	margin-bottom: -5px;
	border: #000 solid 1px;
	}
	
/* Anmerkungssatz */

.mini {
	font-size: 9px;
	color: #808080;
	margin: 0 auto;
}

.mini a {
	color: #e5e5e5;
}

.clear { clear: both; display: block;}

.container_serendipity_plugin_comments { margin-bottom: 10px; }

/* Hit counter Karma */

.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
	display: none;
}

.serendipity_karmaVoting {
display: inline;
margin: 0 -.33em;
}

/* Static Â´pages */

/* Suche */

#suche {
	height: 30px;
	text-align: center;
	padding-top: 135px;
	}
	
button.g-button, a.g-button, input[type=submit].g-button {
padding: 6px 10px;
-webkit-border-radius: 2px 2px;
border: solid 1px rgb(153, 153, 153);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(199, 199, 199)));
color: #333;
text-decoration: none;
cursor: pointer;
display: inline-block;
text-align: center;
text-shadow: 0px 1px 1px rgba(255,255,255,1);
line-height: 1;
}

input[type=submit].g-button:hover {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(199, 199, 199)), to(rgb(144, 144, 144)));
color:#000;
}
g-button:active {
top:1px;
}

input.lst {
-x-system-font:none;
font-family:arial,sans-serif;
font-size:17px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:0.15em;
vertical-align:bottom;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#f5f5f5 none repeat scroll 0 0;
border:1px solid #DDDDDD;
color:#000000;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:3px;
}


input.lst:hover, input.lst:focus {
border:1px solid #00ff00;
background: #ffffff;
}

/* -----------------------------------
	Static pages
   ----------------------------------- */
   
#staticpage_das-Konzept {
	margin-top: 104px;
	}

#staticpage_das-Konzept h2.serendipity_title a {
	font-size:25.4833px;
	line-height:40.6px;
	text-decoration: none;
	}

table.staticpage_navigation { display: none; }
.staticpage_author, .staticpage_metainfo { display: none; }

.staticpage_content {
	color:#2a2a2a;
	font-size: 110%;
	}
	
.staticpage_content dl {
	line-height: 1em;
	margin-top: 0;
	}
	
.staticpage_content dt {
	font-weight: bold;
	margin-top: 0.25em;
	}	
	
.staticpage_content dd {
	margin-left: 1em;
	}	
	
/* Plugin layout */

.plugin_comment_author, .plugin_comment_date, .plugin_comment_body
	{ display: none; }


a.stbutton { font-size: 9px; }

.serendipity_karmaVoting_visits { padding: 0 0.4em 0 1px; font-size: 80%; color: #333; }

h3.serendipity_date { display: none }/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}