/**
 * style.css
 *
 * Describes general look.
 */

strong
{
   font-weight: bold;
}

body
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 82%;
   color: rgb(87,87,87);

   background-color: rgb(255,255,255);
}

a
{
    text-decoration: none;
}

/* Grid */

#doc-custom, .yui-t2
{
    width: 45.06em;
    min-width:721px;
    padding: 10px 5px;
}

.yui-t2 .yui-b
{
    float: left;
    width:194px;
}

.yui-t2 #yui-main .yui-b, .yui-t2 #ft #ft-main
{
    margin-left: 200px;
}


/* Border */

#border-left
{
    margin:auto;text-align:left;

    width: 45.93em;
    min-width:737px;

    background: url('../images/main-border-left.png') repeat-y top left;
}

#border-top-left
{
    background: url('../images/border-left-top-bottom.png') no-repeat top left;
}

#border-bottom-left
{
    background: url('../images/border-left-right-bottom.png') no-repeat bottom left;
}

#border-right
{
    background: url('../images/main-border-right.png') repeat-y top right;
}

#border-top-right
{
    background: url('../images/border-left-top-bottom.png') no-repeat top right;
}

#border-bottom-right
{
    padding-left: 5px;
    background: url('../images/border-left-right-bottom.png') no-repeat bottom right;
}

/*
 * Header
 */

#hd{}

#hd #topnav
{
    text-align: right;
    margin-bottom: 5px;
    height: 17px;
}

#hd #topnav ul li
{
    display: inline;
    padding-left: 12px;
    background: url('../images/marker-white.png') no-repeat left top;
}

#hd #topnav a
{
    text-decoration : none;
    color: rgb(255,255,255);
    font-weight: bold;
    padding-right: 5px;
}

#hd #trailer
{
    height: 198px;
}

/*
 * Body
 */

#bd
{
   margin-top: 4px;
}

/*
 * Sidebar
 */

#sidebar{}

/* Mainnav */

#sidebar #main_nav
{
    font-size: 104%;
}

#sidebar #main_nav #main_cats
{
    width: 184px;
    padding: 2px 0px 2px 8px;
    background: url('../images/marker-white.png') no-repeat center bottom;
}


#sidebar #main_nav #main_cats span a
{
   font-weight: bold;
   color: rgb(255,255,255);
}

#sidebar #main_nav #main_cats span.first-cat-current-main-nav, #sidebar #main_nav #main_cats span.first-cat
{
    padding-left: 0px;
    padding-right: 30%;
}

#sidebar #main_nav #main_cats span.first-cat-current-main-nav a, #sidebar #main_nav #main_cats span.current-main-nav a
{
     color: rgb(066,066,066);
}

/* Subnav */

#sidebar #main_nav #cats_nav{}

#sidebar #main_nav #cats_nav ul
{
    margin: 14px 0px 0px 8px;
    background: url('../images/dash-v.png') repeat-y right top;
}

#sidebar #main_nav #cats_nav ul li
{
    line-height: 135%;
}

#sidebar #main_nav #cats_nav ul li a
{
    font-weight: bold;
    color: rgb(173,173,173);
}

#sidebar #main_nav #cats_nav ul li a:hover
{
    color: #00ff59;
}

#sidebar #main_nav #cats_nav ul li.current-child-nav a
{
    font-weight: bold;
    color: #23a7ff;
}

/* Spacer */

#sidebar #spacer
{
    width: 170px;
    margin: 15px 10px 0px 10px;
    border-bottom: 1px dashed #23a7ff;
}

#sidebar #spacer div
{
    border-bottom: 1px solid #23a7ff;
}

/* Asides */

#sidebar #aside
{
    margin: 22px 0px 0px 8px;
}

#sidebar #aside a
{
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: rgb(173,173,173);
    background: url('../images/icons/page_white_acrobat.png') no-repeat right top;
    line-height: 150%;
}

#sidebar #aside a:hover
{
    text-decoration: underline;
}

/*
 * Content
 */

#bd #yui-main .yui-b
{
   padding-top: 0px;
}

#bd #yui-main .yui-b .yui-u #content
{
   padding: 10px 10px 24px 15px;
   min-height: 600px;
}

/* Zwischenüberschriften */

.first-third-level-cat-title, .third-level-cat-title
{
    font-size: 135%;
    font-weight: bold;
    text-transform: uppercase;
    color: #23a7ff;
}

.third-level-cat-title
{
    padding-top: 24px;
}

/* Posting */

#content .post, #content .last-post
{
    clear: both;
    font-size: 90%;
    padding-top: 24px;
    padding-bottom: 24px;
    background: url('../images/dash-h.png') repeat-x left bottom;
}

#content .last-post
{
    background: none;
}

#content .post h2, #content .last-post h2
{
    display: none;
}

#content .post-content{}

#content .post-content td.pic-cell
{
    width: 165px;
}

#content .post-content div.post-pic
{
    padding-right: 20px;
}

#content .post-content div.post-pic-right
{
    padding-left: 0px;
}

#content .post-content div.post-pic-invisible
{
    display: none;
    visibility: hidden;
}

#content .post-content div.post-main{}

#content .post-content div.post-main *
{
    line-height: 125%;
}

#content .post-content .post-main * strong
{
    display: block;
    font-size: 135%;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(173,173,173);
    margin-left: -1px;
    margin-bottom: 10px;
}

#content .post-content .post-main * strong.headline
{
    display: block;
    font-size: 135%;
    font-weight: bold;
    text-transform: uppercase;
    color: #23a7ff;
    margin-left: -1px;
    margin-bottom: 10px;
}

#content .post-content div.post-main p
{
    margin-bottom: 10px;
}

#content .post-content div.post-link-tail
{
    position: relative;
    margin-top: 15px;
}

#content .post-content div.post-link-tail *
{
    line-height: 135%;
}

#content .post-content div.post-link-tail span
{
    float: left;
    width: auto;
    display: block;
}

/*
 * Footer
 */

#ft
{
    position: relative;
}

#ft #ft-main
{
    font-size: 90%;
    padding: 10px 0px;
    border-top: 1px solid rgb(0,0,0);
}

#ft #ft-main img
{
    width: 125px;
    color: rgb(0,0,0);
}

#ft #ft-main .text
{
    position: relative;
    top: -57px;
}

#ft #ft-main ul
{
    text-align: right;
    color: rgb(0,0,0);
}

#ft #ft-main li
{
    display: inline;
    padding-left: 10px;
}

#ft #ft-main a
{
    color: rgb(0,0,0);
}

#ft #ft-main a:hover
{
    text-decoration: underline;
}

