.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
    white-space: pre;
    overflow: auto;
    max-height: 24em;
}

.bb-quote {
    background-color: #DDDDDD;
    padding: 10px;
}

.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}

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

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

img {
   behavior: url("http://www.phpugs.de/plugin/pngbehavior.htc");
}
/* 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: 10px;
    text-align: center;
}

/* END OF style_fallback.css */
/* templates/phpugs/style.css  */
/* PHPUG-Stuttgart theme by Jens Giessmann */

*
{ 
  padding: 0;
  margin: 0;
  }

html
{ 
  height: 101%; 
  }

body
{ 
  background-color: #fff;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  height: 101%;
  }

li 
{ 
  margin-left: 1em;
  list-style: square;
  }

h1,h2,h3,h4,h5
{ 
  color : #666699;
  border-bottom: 1px solid #ccc;
 }

h1,h2 { font-size : 1.2em; }
h3 { font-size : 1.1em; }
h4,h5 { font-size : 1em; }

p,ul { margin-bottom: 0.5em;}

.clear
{ 
  clear: both;
  }

#container
{ 
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  }

#header
{  
  padding-top: 10px;
  margin-bottom: 0.5em;
  display: none;
  }

#header div.boxinside
{ 
  height: 1em;
  padding-top: 0;
  }


#header #banner, #header #banner a
{ 
  color: #333;
  display: block;
  }

#header h1
{ 
  width: 180px;
  padding-left: 1em;
  float: left;
  font-size: 1em;
  border-right: 1px solid #ccc;
  }

#header h2
{ 
  padding-left: 1em;
  float: left;
  font-size: 1em;
  }


#mainnavi
{ 
  margin-top: 8px;
  }

#mainnavi div.boxinside
{ 
  height: 1em;
  }

#mainnavi ul
{ 
  margin: 0;
 }

#mainnavi li
{ 
  float: left;
  width: 160px;
  list-style-type: none;
  border: 0;
  margin: 0;
  margin-top: -4px;
  font-size: 1em;
  }

#mainnavi li a
{ 
  border-right: 1px solid #ccc; 
  text-align: center;
  padding-left: 0;
  }

#mainnavi li.last a
{ 
  border-right: 0;
  }

#mainnavi li.current, #mainnavi li.current a
{ 
  color: #666699;
  text-decoration: underline;
  }

#mainnavi a:hover, #header a:hover
{ 
  color: #666699;
  }


#mainnavi li a
{ 
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  }

#main
{ 
  
  }

#content
{ 
  margin-left: 195px;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1.5em;
  border-left: 1px solid #ccc;
  min-height: 400px;
  }

#pluginsleft
{ 
  float: left; 
  width: 172px;
  padding-top: 0.5em;
  }

#pluginsright
{ 
  float: right;
  padding: 0.5em;
  }

#pluginsbottom
{ 
  font-size: 0.9em;
  }

#pluginsbottom div.plblock
{ 
  float: left;
  width: 240px;
  }

#pluginsmain .container_serendipity_html_nugget_plugin
{ 
  width: 80%;
  }

div.boxtop
{ 
  background: #fff url(/templates/phpugs/images/bg-gray/top.png) left top no-repeat;
  width: 994px;
  height: 10px;
  }

div.boxinside
{ 
  background: #fff url(/templates/phpugs/images/bg-gray/inside.png) left top repeat-y;
  width: 994px;
  }

div.boxbottom
{ 
  background: #fff url(/templates/phpugs/images/bg-gray/bottom.png) left bottom no-repeat;
  width: 994px;
  height: 10px;
  margin-bottom: 2px;
  }

.sidebar
{ 
  font-size: 0.9em;
  }


.serendipitySideBarItem
{ 
  margin-bottom: 1em;
  width: 180px;
  margin-left: 1em;
  }

.serendipitySideBarTitle
{ 
  font-size: 1em;
  color: #333;
  }

.container_serendipity_categories_plugin li
{ 
  margin: 0;
  }

.serendipity_comments
{ 
width: 95%;
}

.serendipity_commentsTitle
{ 
  font-weight: bold;
  margin-top: 0;
  color: #666699;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d3d3d3;
  }

td.serendipity_commentsLabel
{ 
  vertical-align: top;

  }

a
{ 
  text-decoration: none;
  color: #666699;
  }

a:hover 
{ 
  color: #666699;
  text-decoration: underline;
  }

hr.hide
{ 
  display: none;
  }

hr
{ 
  height: 1px; 
  color: #C0C0C2; 
  background-color: #C0C0C2; 
  border: none;
}

img
{ 
  border: 0;
  }

#header a:hover 
{ 
  text-decoration: none;
  }

#homelinklogo
{
  text-align: left;
  padding-left: 5px;
  }

.staticpage_related_category_entry_list
{ 
  margin-top: 1em;
  width: 95%;
  }

/* Formular Kram */

fieldset
{ 
  border: 1px dotted #d3d3d3;
  padding-left: 0.5em;
  }

legend
{ 
  color: #666699;
  font-weight: bold; 
  padding-left: 0;
  padding-right: 0.5em;
  }

label
{ 
  color: #333;
  }

form
{ 
  font-size: 10pt;
  }

input, textarea, select 
{ 
  background: #f2f2f6;
  border: 1px solid #9999ca; 
  width: 70%;
  }

input[type="checkbox"], input[type="radio"]
{ 
  width: 1.2em;
  height: 1.2em;
  }

input[type="submit"], input[type="reset"]
{ 
  color: #666699;
  width: 15em;

  }

fieldset.serendipity_commentsTitle
{ 
  font-weight: normal;
}

/* Footer im Template */

#footer .left
{ 
  margin-left: 12px;
  float: left;
  }
#footer .right
{ 
  margin-right: 20px;
  float: right;
  }

#footer
{ 
  font-size: 9pt;
  }

/* Sidebar-Items */

.serendipitySideBarTitle 
{   
  color: #666699;
  font-size: 1em; 
  font-weight: bold; 
  text-transform: lowercase;  
  background: #d3d3d3;
  border: 1px solid #9999ca;
  padding-left: 5px;
  margin-bottom: 5px;
  }

#pluginsbottom .serendipitySideBarItem
{ 
  /* border: 1px dotted #666699; */
  }

#pluginsleft .serendipitySideBarItem
{ 
  border: 0;
  width: 100%;
  }

/* static page Kram */

.serendipity_staticpage
{ 

  }

.staticpage_footer
{ 
  margin-top: 100px;
  }

.staticpage_related_category_entry_header
{ 
  background: #d3d3d3;
  border: 0.5pt solid #9999ca;
  font-weight: bold;
  color: #666699;
  line-height: 1.2em;
  padding-left: 1em;
  margin-bottom: 5px;
  }

.staticpage_related_category_entry_list
{ 
  border: 1px dotted #9999ca;
  padding: 10px;
  }

.staticpage_metainfo, .staticpage_author
{ 
  font-size: 0.7em;
  margin-right: 1em;
  }

.staticpage_author
{ 
  float: left;
  }

/* Artikel Formate */

.serendipity_title 
{
  font-size : 1.2em;   
  line-height: 1.3em;  
  color : #666699;   
  background-color : #d3d3d3;    
  border: 0.5pt solid #9999ca;   
  padding: 3px;  
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0; 
  width: 95%;
  }

.serendipity_title a:link,
.serendipity_title a:visited 
{
  text-decoration: none;
  border: 0;
  color: #666699;
  }
.serendipity_title a:hover 
{
  color: #666699;
  }

div.serendipity_entry
{
  color: #333;
  font-size: 1em;
  font-weight: normal;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  width: 95%;
  }

div.serendipity_entry_body 
{ 
  min-height: 110px;
  }

div.serendipity_entryFooter 
{
  font-size: 0.9em;
  color: #000000;
  border-top: 1px dotted #807F6C;
  border-bottom: 1px dotted #807F6C;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 2em;
  margin-top: 0.5em;
  }

.serendipity_comment_source
{ 
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 1em;
  border-bottom: 1px dotted #807f6c;
  }

.serendipity_comment_source b
{
  font-weight: normal;
  }

div.serendipity_entryFooter a
{ 
  font-size: 1em;
  }

.serendipity_Entry_Date 
{
  
  }

h3.serendipity_date
{ 
  font-size: 1em;
  }

.serendipity_date 
{
  font-size: 0.8em;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 95%;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  text-align: left;
  }

.serendipity_freeTag
{ 
  text-align: left;
  font-size: 7pt;
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  }

/* PHPUG Specials in den Statischen Seiten */
.sponsors
{
  margin-top: 1em;
  }

.sponsor
{ 
  border: 1px dotted #666699;
  background: #fff;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  }

.sponsor_name
{ 
  color: #666699;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
  }

.sponsor img
{ 
  margin-bottom: 1em;
  border: 1px solid #666666;
  }

/* Fehlermeldungen */
.serendipity_msg_important
{ 
  color: #933;
  margin-bottom: 0.5em;
  }

.error_msg
{ 
  margin-bottom: 1em;
  padding: 0.5em;
  padding-bottom: 0;
  border: 1px solid #933;
  }

.requiredLabel
{ 
  font-weight: bold;
  }

.bold
{ 
  font-weight: bold;
  }

.entry_list_date
{ 
  color: #ccc;
  }

.container_serendipity_syndication_plugin li
{ 
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  }

#footer a img, a.serendipity_xml_icon img
{ 
  opacity: 0.6;
  }

#footer a:hover img, a.serendipity_xml_icon:hover img
{ 
  opacity: 1;
  }	   

.specific_link_trackback
{ 
  display: none;
  }

.banner
{
  margin-top: 2em;
}
