.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;
}
.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://artikel.4.am/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;
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
/* templates/jan-becker/style.css  */
/******************************************************/
/* Theme by Vladimir Simovic                          */
/* http://www.vlad-design.de                          */
/*                                                    */
/******************************************************/


body {
    margin: 0;
    padding: 0;
    font: 12px/1.4 arial, sans-serif;
    background: #fff;
}

a  {
    text-decoration:none;
    font-weight: bold;
    /*font-size: 11px;*/
    color:#cc0000;
}
a:hover {
    text-decoration: underline;
}

#rahmen {
    width: 780px;
    position: relative;
}

/* =Kopfbreich= */
h1#kopf {
    height: 162px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(templates/jan-becker/img/banner.jpg) no-repeat;
}
h1#kopf a {
    display: block;
    width: 780px;
    height: 120px;
}
h1#kopf a span {
    position: absolute;
    left: -5000px;
}

/* =Suchfunktion im Kopfbereich= */
div.serendipitySideBarContent form#searchform {
    position: absolute;
    top: 130px;
    right: 90px;
}
div.serendipitySideBarContent form#searchform input {
    width: 150px;
    font: 12px/1.4 arial, sans-serif;
}

/* =Ende des Kopfbereiches= */

#mitte {
    background: url(templates/jan-becker/img/bg.jpg) repeat-x;
    padding-top: 1px;
    margin-top: 0;
}

/* =Sidebar= */
#sidebar {
    float: left;
    width: 185px;
    margin-right: 45px;
}
#sidebar h2.navigation-kopf {
    height: 38px;
    background: url(templates/jan-becker/img/navi.gif) no-repeat;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#sidebar h2.navigation-kopf span {
    position: absolute;
    left: -2500px;
}
#sidebar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#sidebar h3.serendipitySideBarTitle {
    position: absolute;
    left: -2500px;
}

#sidebar .container_serendipity_categories_plugin, #sidebar .container_serendipity_html_nugget_plugin {
    width: 140px;
}

#sidebar #navi-liste {
    margin-top: 0;
    margin-bottom: 0;
}
#sidebar #navi-liste a {
    display: block;
    width: 110px;
    padding: 0 15px;
    height: 21px;
    line-height: 21px;
    background: url(templates/jan-becker/img/navibg3.gif) no-repeat;
}
#sidebar #navi-liste a:hover {
    background: url(templates/jan-becker/img/navibg4.gif) no-repeat;
    text-decoration: none;
}

#sidebar .suggest-box {
    border: 2px solid #999;
    border-top: none;
    border-left: none;
    padding: 15px;
    margin-top: 0;
}

/* =Sidebar= */
#inhalt {
    float: left;
    width: 500px;
    margin-right: 45px;
	text-align: justify;
}
#inhalt #ads {
	margin: 0px 8px 8px 15px;
	float: right;
	background: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
#inhalt .google-werbung {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

#inhalt .box-kopf {
    background: url(templates/jan-becker/img/h1.gif);
    height: 34px;
    margin-top: 25px;
}
#inhalt .box-kopf2 {
    background: url(templates/jan-becker/img/neubg.gif);
    height: 34px;
    line-height: 34px;
    margin: 0;
    margin-top: 25px;
    padding: 0 20px;
}
#inhalt .box-inhalt {
    border: 1px solid #999;
    padding: 1px 20px 20px 20px;
}
#inhalt .box-inhalt ul {
    text-align: left;
}

#inhalt .box-footer {
    background: url(templates/jan-becker/img/aut.gif);
    height: 34px;
    margin-bottom: 25px;
}

#footer {
    clear: both;
    text-align: center;
    padding: 5px;
}
