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

/* templates/adaptation-0.7/style.css  */
/*  
Theme Name: Adaptation
Theme URI: http://alp-uckan.net/free/s9y/style-adaptation/
Descriptio/*  
Theme Name: Adaptation
Theme URI: http://alp-uckan.net/free/s9y/style-adaptation/
Description: Parts of the css code are taken from <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.7
Author: Alp Uçkan
Author URI: http://alp-uckan.net/
*/

/* hyperlinks */
a:link,
a:visited,
a:hover,
a:active,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
color: #245381; /* <-- change link and post header color here */
text-decoration: none;
}
a:hover,
h2 a:hover {
text-decoration: none;
color:#C03;
}

/* layout */
body {
margin: 0;
padding: 0;
line-height: 120%;
}
#header {
height: 98px;
margin: 0;
text-align: right;
padding: 0;
background-image: url(../img/kuh.jpg);
background-repeat: repeat-x;
}
#headline {
padding-top:10px;
height: 98px;
}
#column-wrap {
display: block;
margin-left: auto;
margin-right: auto;
margin: 0;
padding: 0;
}
#content {
float: left;
margin: 0;
padding: 5px 20px;
width:550px;
background-color:#FFF;
}
#sidebar1 {
font-size: 80%;
float: left;
margin: 0;
padding: 0px 5px 5px 5px;
width: 200px;
background-color:#9fb489;

}
#sidebar2 {
font-size: 80%;
float: left;
margin: 0;
padding: 0px 4px 5px 5px;
width: 240px;
background-color:#fff;
border-right:1px dotted black;
}
#rssicon{
margin: 30px 0;
padding: 0;
}
#footer {
margin: 10px 20px 20px 20px;
padding: 10px;
width: 380px;
font-size: 80%;
text-align: center;
}
#footer a:visited,
small, .small,
.postmetadata,
.postmetadata a:link,
.postmetadata a:visited,
.postmetadata a:hover,
.postmetadata a:active,
.commentmetadata,
form fieldset,
form fieldset legend {
color: #777;
}
#footer a, 
#footer a:link,
#footer a:hover,
#footer a:active {
color: #777;
}

/* content lists borrowed from the Kubrick Theme for Wordpress */
#content ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
}
#content ul li {
list-style-type: none;
list-style-image: none;
}
#content ul li:before {
content: "\00BB \0020";
}

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

/* headers */
h1, h2, h3, h4, h5, h6 {
}
h2 {
margin: 0 0 10px 0;
}
.post h2 {
margin: 0 auto 7px 0;
padding: 0;
width: 350px;
float: left;
position: relative;
line-height:19pt;
}
.sidebar h2 {
font-size: 100%;
margin: 10px 0 5px 0;
border-bottom:2px solid #D6D3CE;text-align:right;
color:#bb6317;
}
h1, h1 a, h1 a:hover, h1 a:visited {
color: #fffff0;
text-decoration: none;
}
.description {
color: #245381;
font-family: Arial, sans serif;
text-align: left;
padding-left:15px;
font-size: 80%;
}
h1 {
font: bold 130% Courier, Courier New, Arial;
letter-spacing: 0.3em;
font-style: italic;
margin: 0 0 10px 0;
text-align:left;
}
h3 {
padding: 0;
margin: 30px 0 0;
}
h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* various tags */
acronym, abbr, span.caps {
letter-spacing: .07em;
}
a:link,
a:visited,
a:hover,
a:active,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
text-decoration: none;
}
a:hover,
h2 a:hover {
text-decoration: underline;
}
div {
margin: 0;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
small {
color: #777;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
acronym, abbr, span.caps {
border-bottom: 1px dashed #777;
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #777;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
color: #777;
border-left: 5px solid #ccc;
}
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;
}
div.spacer {
clear: both;
}
/* Posts */
.post {
margin:  16px 0 30px 0;
padding: 0;
}
.serendipity_date {
margin:  0 0 0 auto;
padding: 0 0 7px 0;
text-align: right;
width: 90px;
}
.serendipity_date p.z1,
.serendipity_date p.z2,
.serendipity_date p.z3 {
margin:  0;
padding: 0;
text-align: center;
font-size: 70%;
line-height: 100%;
}
.serendipity_date p.z1 {
padding: 0 0 .3em 0;
}
.serendipity_date p.z2 {
border-top: 1px solid #ccc;
font-size: 120%;
margin-bottom: 5px;
}
.serendipity_date p.z1,
.serendipity_date p.z2,
.serendipity_date p.z3,
h2,
.post h2,
.sidebar h2 {
color: #a15c20;
}
.entry {
clear: left;
}

.post p, .post li {
}

.obut {
position: relative;
float: left;
display: block;
width: 150px;
height: 53px;
text-align: center;
}
a.obut:link,
a.obut:visited {
text-decoration: none;
font-size: 12px;
font-weight:bold;
}
a.obut:hover,
a.obut:active {
text-decoration: none;
font-size: 12px;
}

.postmetadata {
color: #777;
font-size: 80%;
padding-top: 5px;
padding-bottom: 50px;
margin: 20px 0 50px 0;
line-height: 100%;
}
.postmetadata a:link,
.postmetadata a:visited,
.postmetadata a:hover,
.postmetadata a:active {
text-decoration: underline;
color: #777;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

/* Images */
p img {
padding: 0;
max-width: 100%; /* for Operas handheld browser and media="handheld" */
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
float: right;
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
float: left;
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/* Form Elements */

form  {
padding: 7px;
margin: 0;
}
form fieldset {
border: 1px dashed #777;
}
form label {
padding: 0;
margin: 5px 7px 0 5px;
color: #777;
}
form label.cform {
display: block;
}
label.chkbx {
display: inline;
float: left;
}
.entry form {
text-align:center;
}

input[type=text],
input[type=radio],
input[type=checkbox],
textarea {
border: 1px solid #777;
padding: 2px;
margin: 5px;
}
input:focus, textarea:focus {
border: 1px solid #333;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
cursor: pointer;
}
input, textarea, select {
max-width: 100%; /* for Operas handheld browser and media="handheld" */
}


/* Comments */
.graybox {
padding: 5px;
}
#cof {
margin: 10px;
padding: 5px;
}
#tbf {
margin: 0px;
padding: 10px;
font-size:90%;
}
.trackbacklist {
margin:  0;
padding: 0 0 0 20px;
}
.commentlist {
padding: 0;
}
.trackbacklist li,
.commentlist li {
margin: 15px 0 3px 0;
padding: 5px 20px 3px 0;
font:italic bold 90% Arial, Sans, Arial;
background-image:url(../img/zitat.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#f3f9f9;
}
.serendipity_entrypaging_random
{
font-size:70%;
}
.elastisch {
width: 98%;
}
.commentlist p {
margin: 10px 5px 10px 0;
font-weight: normal;
line-height: 1.6em;

}
#serendipity_comment p {
margin: 5px 0;
}
#serendipity_comment textarea {
overflow: auto;
}
#serendipity_comment #submit {
margin: 0;
/*float: right;*/
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
font-weight: normal;
}

.sidebar form {
margin: 0;
}
#searchform {
margin: 10px auto;
padding: 5px 3px; 
text-align: center;
}
.sidebar #searchform #s {
width: 98%;
padding: 2px;
}
.sidebar #searchsubmit {
padding: 1px;
}
#serendipity_comment .serendipity_commentDirection {
padding: 5px;
}
#serendipity_comment br {
clear:left;
}
#searchform #serendipityQuickSearchTermField {
width: auto;
padding: 2px;
}
.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

.serendipity_freetag_taglist
{
    margin: 10px;
    border: 1px solid #6265F0;
    padding: 5px;
    background-color: #B5B8FF;
    text-align: justify;
}

.serendipity_freeTag a
{
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: red;
    text-decoration: underline;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px
}

.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}

#header {
/*background-image: url(../img/headerbg.png);*/
/*background-repeat: repeat-x;*/
/*margin-top:25px;*/
}
h1 {
padding: 0;
margin: 0;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
padding-top: 16px;
margin: 0 0 0px 16px;
}

.description {
color: #fff;
margin: -34px 20px 0 0;
}
.obut, .obut2 {
margin: 10px 5px 10px 0;
padding: 18px 0px 0px 0px;
background-image: url(../img/button.png);
background-repeat: no-repeat;
}
a.obut:link,
a.obut:visited {
text-decoration: none;
color: #fff;
}
a.obut:hover,
a.obut:active {
text-decoration: none;
color: #000;
}
