/* ---------------------------------------------------------------------- */
/*  www.klaus-meyer.net - main.css - Stylesheet                           */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/*  I. Allgemeine Styles                                                  */
/* ---------------------------------------------------------------------- */

html, body, div, h1, h2, h3, ul
{
    padding: 0px; 
    margin: 0px;
}

table p
{
    margin-top: 0px;
}

img
{
    border: none;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h2
{
    font-size: 14px;
    margin-bottom: 10px;
    color: #0C00A7;
}

h3
{
    font-size: 12px;
}

ul
{
    margin-bottom: 10px;
}

a
{
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #0C00A7;
}
a:hover
{
    color: #000000;
}

hr
{
    color: #FFFFFF;
    border: none;
    border-top: 1px dashed #C0C0C0;
}

/* ---------------------------------------------------------------------- */
/*  II. Klassen und IDs                                                   */
/* ---------------------------------------------------------------------- */

.p5
{
    padding: 5px;
}

#header
{
    height: 85px;
    background-image: url(images/karo.gif);
}
#header #header_right
{
    position: absolute;
    right: 20px;
    top: 2px;
}
#header h1
{
    font-weight: normal;
    font-size: 33px;
    font-style: italic;
    color: #0C00A7;
    margin-left: 15px;
    padding-top: 20px;
}
#navigation
{
    height: 25px;
    color: #000000;
    background-color: #383838;
    padding-left: 10px;
}
#navigation ul
{
    padding-top: 5px;
}
#navigation a
{
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: none;
    font-weight: bold;
}
#navigation a:hover
{
    text-decoration: underline;
}
#subnavigation
{
    font-size: 0.8em;
    color: #000000;
    background-color: #717171;
    height: 23px;
    padding-left: 10px;
}
#subnavigation a
{
    margin-top: 5px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: none;
}
#subnavigation a:hover
{
    text-decoration: underline;
}
#content
{
    line-height: 18px;
    margin-top: 20px;
}
#content_left
{
    float: left;
    width: 75%;
    padding-left: 15px;
}
#content_left ul
{
    padding-left: 40px;
    margin-top: 12px;
    margin-bottom: 10px;
}
#content_right
{
    float: right;
    width: 20%;
}
#content_right ul
{
    list-style-type: none;
    line-height: 20px;
}
#footer
{
    color: #C0C0C0;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 2px;
    border-top: 1px solid #C0C0C0;
}
#footer a
{
    color: #B0B0B0;
}
.clear
{
    clear: both;
}

.Code
{
    font-family: Courier New, Sans-Serif;
    background-color: #F9F9F9;
    border: 1px dashed #2F6FAB;
    padding: 5px;
    display: block;
    width: 100%;
}


#blog_comment_message, #contact_error
 {
    display: none;
    position: relative;
    background-color:#FFFFBB;
    border:1px solid #FDBC8C;
    margin-bottom:5px;
    padding: 5px;
    width: 448px;
}


/* Input Felder (Kommentarfunktion Blog und Gästebuch)  */

td.legende
{
    font-weight: bold;
    vertical-align: top;
    width: 100px;
    background-color: #f9f9f9;
}

input.submit
{
    background-color: #F9F9F9;
    border: 1px solid #2F6FAB;
}

input.submit:hover
{
    background-color: #EFEFEF;
    border: 1px solid #2F6FAB;
}

input.text
{
    width: 350px;
    background-color: #F9F9F9;
    border: 1px solid #2F6FAB;
}

textarea.text
{
    width: 350px;
    background-color: #F9F9F9;
    border: 1px solid #2F6FAB;
}

a.nostyle
{
    border: none;
}

span.hint
{
    border-bottom: 1px dashed #2F6FAB;
    cursor: help;
}

div.gb_pagenav
{
    background-color: #EFEFEF;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #C0C0C0;
    padding: 4px;
}

/* ---------------------------------------------------------------------- */
/*  III. Sonstiges                                                        */
/* ---------------------------------------------------------------------- */

div.news
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C0C0C0;
}

span.quicktip
{
    border-bottom: 1px dotted #0C00A7;
    cursor: help;
}

/* ---------------------------------------------------------------------- */
/*  IV. Blog Widget                                                       */
/* ---------------------------------------------------------------------- */

div.blog_comment
{
    margin-bottom: 10px;
}

div.comment_name
{
    font-weight: bold;
}

div.comment_left
{
    float: left;
    width: 140px;
}

div.comment_right
{
    margin-left: 140px;
}

/* HTML Highlight vom FCK Editor */
span.start-tag { color: #00f; }
span.attribute-name { color: #660033; }
span.attribute-value { color: #0C00A7; }

/* Wordpress Kontaktformular */
#respond input, #respond textarea {
    border: 1px solid #c0c0c0;
    width: 300px;
}
#respond textarea {
    height: 150px;
}

.gallery {
        margin: auto;
}
.gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 33%;
}
.gallery img {
        border: 2px solid #cfcfcf;
}
.gallery-caption {
        margin-left: 0;
}
