body, html {
    margin: 0;
    padding: 0;
    background-color: white;
}

img {
    border: none;
}

li {
    margin-bottom: 10px;
}

small {
    font-size: 8pt;
}

sup {
    font-size: 6pt;
}

small a {
    font-size: 6pt;
}

* {
    font-family: Helvetica;
    font-size: 10pt;
}

h2 {
    font-weight: bold;
    color: black;
    font-size: 10pt;
}

h3 {
    font-weight: bold;
    color: #444;
}

#header {
    width: 100%;
    height: 15px;
    background-color: #ddd;
    border-bottom: 1px solid #bbb;
    position: fixed;
    display: block;
    top: 0;
    padding: 6px 5px 5px 10px; /* Innenabstand */
    color: #444;
    z-index: 3;
}

#header_flow {
    width: 100%;
    height: 5px;
    background-color: white;
    position: fixed;
    display: block;
    top: 27px;
    z-index: 1;
}

#footer {
    width: 100%;
    height: 16px;
    background-color: #ddd;
    border-top: 1px solid #bbb;
    position: fixed;
    display: block;
    bottom: 0;
    padding: 6px 5px 3px 10px; /* Innenabstand */
    color: #444;
    z-index: 3;
}

#footer_flow {
    width: 100%;
    height: 5px;
    background-color: white;
    position: fixed;
    display: block;
    bottom: 26px;
    z-index: 1;
}

#copy {
    float: right;
    padding-right: 15px;
}

#impressum {
    float: left;
    color: #999;
    padding: 0 6px 0 6px; 
}

#page_title {
    width: 600px;
    font-weight: bold;
    padding: 10px;
    color: #ed2c21;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18pt;
}

#page_subtitle {
    font-weight: normal;
    font-size: 10pt;
}

#main_footer {
    height: 60px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.main {
    width: 600px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

#bar_wrapper {
    width: 200px;
    height: 100%;
    display: block;
    position: fixed;
    background-color: #fff;
    border-right: 1px solid #bbb; 
    color: #444;
    z-index: 2;
}

#bar{
    padding: 60px 0px 0px 20px;
}


/*** Link Style ***/

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

a:hover {
   color: #ed2c21; 
}

.main a {
   color: #ed2c21; 
}

.main a:visited {
   color: #952c21;
}

.main a:hover {
   color: #ff7259;
   text-decoration: underline; 
}

.title a {
   font-size: 12pt;
   color: black;
}

.title a:visited {
   color: black;
}

.title a:hover {
   color: #ed2c21;
}

.main a:hover img {
    border: 1px dotted #ed2c21;
}

/*** Page Style ***/

.page_break {
    border-top: 1px solid #ed2c21;
}

.p {
    border-top: 1px solid #ddd;
    width: 600px;
    margin: 12px auto 0px auto; 
    padding-top: 1px;
    text-align: right;
    color: #444;
    font-size: 8pt;
}

.title {
    display: block;
    font-size: 12pt;
    font-weight: bold; 
    padding-bottom: 5px;
}

.info{
    display: block;
    color: #444; 
    font-size: 8pt;
}

.img_ps {
    float: right;
    border: 1px solid silver;
    padding: 2px;
    margin: 5px;
}

.dotline {
    border-bottom: 1px solid silver;
}

.zelle {
    width: 53px;
    height: 53px;
    text-align:center;
    border-top: 1px dotted silver;
    border-left: 1px dotted silver;
}

.box {
    border: 1px solid #ccc; 
    padding: 10px; 
    margin-top: 10px; 
    background-color: #eee;
}

small a {
    font-size: 8pt;
}

object, embed {
    display: block;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

blockquote {
    color: #444;
    font-style:italic;
    border-left: 5px solid silver;
    margin: 10px 0 10px 20px;
    padding: 0px 0px 0px 10px;
}

.infobox {
    border-left: 1px dotted silver;
    margin: 10px 0 10px 20px;
    padding: 0px 0px 0px 10px;
}

.code {
    font-family: Monaco, Courier, "Courier New", monospace;
    color: black;
    font-style: normal;
    border-left: 5px solid silver;
    margin: 10px 0 10px 20px;
    padding: 0px 0px 0px 10px;
    font-size: 8pt;
}
.code p {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-style: inherit;
}
.blog {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1px 10px 1px; 
}

.blog img {
    display: block;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
} 

.blog .wp-smiley {
    display: inline;
    padding: 0;
    margin: 0;
} 

.blog_box {
    border: 1px solid #ccc; 
    padding: 10px; 
    background-color: #eee;
}

.month_archive{
    list-style-type: none;
}

.blog .imginline {
    display: inline;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.blog .tablehead {
    border: 1px dotted silver; 
    text-align: center;
    font-weight: bold;
}

.blog .tbl{
    border: 1px dotted silver; 
    text-align: center;
}
