/* Layout-CSS für www.fahrradtouren.de */

/* Grundlegenes Aussehen der Seite */
body {
    margin:0;
    padding:0;
    font:0.9em Times,Georgia,serif;
    line-height:1.4em;
}

/* Linke Spalte */
#two_col_left {
    text-align:left;
}


/* Elemente der rechten Spalte */
#two_col_right p,
#two_col_right ul,
#two_col_right li,
#two_col_right ol,
#two_col_right blockquote {
    font-weight: normal;
    font-style:normal;
}


/* Blau auf schwarz setzen um Tinte zu sparen */
.studiom_blau {
    color:#000000;
}


/* Links */
a:link,
a:visited,
a:active,
a:hover {
    font-weight: normal;
    font-style:normal;	
    color: #000000;
    text-decoration:underline;
}	


/* Elemente unsichtbar machen -> für Screenreader & Suchmaschinen trotzdem sichtbar */
.noprint,
.skip,
.none,
.pdf,
.email,
.eyecatcher,
#header,
#navigation,
#two_col_right p.top {
    display:none;
}



