@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/* geschke.name custom stylesheet 
   Copyright 2008-2009 by Ralf Geschke
*/

.page { 
    background-color: #444; 
    padding: 0px;
}

body
{
    font-size: 12px;
    color: #000000;
    background-color: #abc;
}

#header { 
    color: #fff; 
    background: #246;
}

#main { 
    background: #633; 
    margin: 0;
    padding: 10px;
}


#col1 {
    border-left: 0px dotted #ccc;
    border-right: 0px dotted #ddd;
    background-color: #fff;
  
}

#col3 {
    background-color: #633; 
   
}



/*
#col1_content {
    background-color: transparent;
}

#col3_content {
    color: #444; 
    background: #f56;
  
}
*/

#col3_content {
padding-right: 0px;
}

#footer a {
    font-size: 12px;
    color: #96a4ff;
    text-decoration: none;
}

#footer a:hover {
    font-size: 12px;
    color: #dd0000;
    text-decoration: none;
}


/* input fields */

input[type="text"], input[type="password"], input[type="file"], textarea, select
{
    padding: 0.2em;
    background-color: #ffffff;
    background-image: url("/static/images/gradient_light_down.gif");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-x-position: center;
    background-y-position: top;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-size: 12px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus
{
    border-width: 1px;
    border-style: solid;
    border-color: #444;
    background-color: #eee;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    color: #333;
    font-size: 12px;
}

input[type="submit"] 
{
    font-size: 12px;
}



/* main menu and login boxes on left side - common style */

#sidebar_menubox, 
#sidebar_loginbox {
    /*  background: #fff; /* fff0af */*/
    background: #ddd; 
}

#sidebar_menubox .sidebar_headline,
#sidebar_loginbox .sidebar_headline {
      background: #ddd;
    padding: 5px 0px 0px 0px;
}

#sidebar_menubox .sidebar_headline h2,
#sidebar_loginbox .sidebar_headline h2 {
      font-size: 133%;
    background: #ddd; 
    color: navy;
    padding: 0px 2px 3px 2px;
    margin: 0;
    text-align: center;
}

#sidebar_menubox .sidebar_content,
#sidebar_loginbox .sidebar_content {
    background: #eee;
    margin: 0;
    padding: 3px 2px 3px 2px;
}


/* menu url style */
#sidebar_menubox .sidebar_content ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

#sidebar_menubox .sidebar_content li {
    list-style-type: none;    
}



/* blogroll, tagcloud and more... */
#sidebar_adsbox, 
#sidebar_latest, 
#sidebar_blogroll, 
#sidebar_twitter, 
#sidebar_tagcloud {
  background: #633; 
    
    /*background: #fff;*/ /* fff0af */
}

#sidebar_adsbox .sidebar_headline,
#sidebar_latest .sidebar_headline,
#sidebar_blogroll .sidebar_headline,
#sidebar_twitter .sidebar_headline,
#sidebar_tagcloud .sidebar_headline {
    /*background: #ddd;*/
    background: #246; 
    padding: 5px 0px 0px 0px;
}

#sidebar_adsbox .sidebar_headline h2,
#sidebar_latest .sidebar_headline h2,  
#sidebar_blogroll .sidebar_headline h2,
#sidebar_twitter .sidebar_headline h2,
#sidebar_tagcloud .sidebar_headline h2 {
    font-size: 133%;
    background: #246; 
    color: #eee;
    /*background: #ddd; 
    color: navy;
    */
    padding: 0px 2px 3px 2px;
    margin: 0;
    text-align: center;
}

#sidebar_adsbox .sidebar_content,
#sidebar_latest .sidebar_content, 
#sidebar_blogroll .sidebar_content,
#sidebar_twitter .sidebar_content,
#sidebar_tagcloud .sidebar_content {
    /*background: #fff0af;
    */
    background: #889;
    
    margin: 0;
    padding: 3px 2px 3px 2px;
}

#sidebar_adsbox .sidebar_content a,
#sidebar_latest .sidebar_content a, 
#sidebar_blogroll .sidebar_content a,
#sidebar_twitter .sidebar_content a,
#sidebar_tagcloud .sidebar_content a {
    color: #fff;
  
}

#sidebar_twitter .sidebar_content {
    color: #fff;
}

/* tagcloud */

a.tag_size_1 {
    font-size: 100%;
    text-decoration: none;
}

a.tag_size_2 {
    font-size: 120%;
    text-decoration: none;
}

a.tag_size_3 {
    font-size: 140%;
    text-decoration: none;
}

a.tag_size_4 {
    font-size: 160%;
    text-decoration: none;
}

a.tag_size_5 {
    font-size: 180%;
    text-decoration: none;
}

/* ytcarousel */

#ytcarousel_box {
  background: #222; 
  width: 328px;  
    /*background: #fff;*/ /* fff0af */
}

#ytcarousel_box .sidebar_headline {
    /*background: #ddd;*/
    background: #246; 
    padding: 5px 0px 0px 0px;
}

#ytcarousel_box .sidebar_headline h2 {
    font-size: 133%;
    background: #246; 
    color: #eee;
    /*background: #ddd; 
    color: navy;
    */
    padding: 0px 2px 3px 2px;
    margin: 0;
    text-align: center;
}

#ytcarousel_box .sidebar_content {
    /*background: #fff0af;
    */
    background: #333;    
    margin: 0;
    padding: 2px 0px 3px 0px;
    width:328px;
    height: 76px;
}

#ytcarousel_box .sidebar_content a {
    color: #fff;
  
}

.ytcarousel_nav {
    background:#333; width:328px; height:70px
}

.ytcarousel_nav a.prev {
    float:left; padding-left: 10px; padding-top: 20px; padding-right:10px;
    display: block;
    height: 44px;
    width: 14px; 
    text-decoration: none;
    background:transparent url(/static/images/arrow_left_gn.gif) no-repeat scroll left 10px;
    background-position: 10px 20px;
    cursor: pointer;
    opacity: 0.6; 
}

.ytcarousel_nav a.prev:hover {
    opacity: 1.0; 
}

.ytcarousel_nav a.next {
    float:left; padding-top: 10px;
    display: block;
    height: 44px;
    width: 14px; 
    text-decoration: none;
    background:transparent url(/static/images/arrow_right_gn.gif) no-repeat scroll left;
    background-position: 0px 20px;
    cursor: pointer;
    opacity: 0.6; 
    
}

.ytcarousel_nav a.next:hover {
    opacity: 1.0; 
}

.ytcarousel {
    float:left; padding-top: 5px;
}

.ytcarousel li {
    margin-left: 0px; padding-right: 10px;
}  

/* yapa3 */

.yapa3_col1 {
    margin-left: 0px;
/*  float: left; */
    text-align: center; 
    padding-top: 5px; 
    width: 180px;
    height: 150px;
}

.yapa3_col2 {
    margin-left: 33.33%;
    /*float: left; */
    text-align: center; 
    padding-top: 5px;
    margin-top: -155px;
    width: 180px;
    height: 150px;
}

.yapa3_col3 {
    margin-left: 66.66%;
    /*float: left; */
    text-align: center; 
    padding-top: 5px; 
    margin-top: -155px;
    width: 180px;
    height: 150px;  
}



/* zdz */

.strophe {
margin-left: 10pt;
margin-top: 10pt;
font-size: 10pt;
line-height: 16pt;
}

.author {
    text-align: right;
}

.date {
    text-align: right;
}

/* intersite navigation */

#intersitenav {
                background: #eeeeee;
                font-family: Arial, Helvetica, Verdana, sans-serif;
                padding: 1px 1px 2px 5px;
                
                letter-spacing: 2pt;    
                border: 1px solid #666666; 
                border-width: 0px 0px 1px 0px;
                
                text-align: center;
                margin: 0 0 10 0;
}

#intersitecurrent {
                font-weight: bold;
                font-family: Arial, Helvetica, Verdana, sans-serif;
                letter-spacing: 2pt
}


#intersite {    
    text-align: center;
    background: #eeeeee;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 2pt;
    margin: 0 0 5 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

#intersite a {
    background: #eeeeee;
    font-weight: normal;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 1px 1px 2px 5px;
    letter-spacing: 2pt;    
    text-align: center;
    text-decoration: none;
}

#intersite a:link {color: rgb(179,63,96);}
#intersite a:visited {color: rgb(90,32,48);}
#intersite a:hover {text-decoration: underline;}


/** tooltips */


#tooltip{
    position:absolute;
    border:1px solid #333;
    /*background:#f7f5d1;*/
    background: #ddd;
    padding:2px 5px;
    color:#333;
    display:none;
    z-index: 1000;
 
    }   


