﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* 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_003_draft.css); */

#leftCol{ padding-left:26px; width:287px; padding-top:20px; float:left; }
#leftCol p{ font-size:11px; margin-bottom:9px; text-align:left; }
#leftCol p.title{ font-size:13px; font-weight:bold; }
#rightCol{ float:left; margin-left:15px; padding-top:20px; }
#rightCol img{ margin-bottom:9px; border:none; }
#rightCol a{ text-decoration:none; }
#rightCol a.hover{ text-decoration:none; }
#rightCol p{ font-size:11px; margin-bottom:9px; text-align:left; }
#rightCol p.title{ font-size:13px; font-weight:bold; }
#rightCol p.title2{ font-size:12px; margin-bottom:6px; font-weight:bold; }
#rightCol #rightMain{width:418px; }
#rightCol .rightSub{ float:left; width:204px; height:100px; margin-right:10px; }
#ara { clear:both }
#slayt{ position:relative; width:418px; height:177px; overflow:hidden; margin-bottom:9px;}
#slayt img{ position:absolute; left:0; top:0;}