@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 *
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_slidingdoor.css);
@import url(../yaml/navigation/nav_vlist.css); 
@import url(screen/basemod.css);
@import url(screen/basemod_3col_advanced.css);
@import url(screen/basemod_grids.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

body,.page_margins,#main,#footer{background:none #000;}
body{
color:#7D694D;
font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
font-size:9pt;
font-stretch:extra-condensed;
font-weight:lighter;
line-height:10pt;
text-align:justify;
}

.page{padding:0;}
#teaser{background:url(/images/logo_neu.jpg) no-repeat;width:980px;height:155px;}
#main{padding:10px 0;}
#col1{
margin-left:140px;
width:440px;
}
#col2 {
margin-left:-580px;
width:140px;
}
#col3 {
width:400px;
}
#col1_content,#col2_content,#col3_content{padding:10px 0;}
#footer{border:none;padding:0;}
.vlist{border:none;}
.vlist li{margin-bottom:3.25em}
.vlist a,.vlist a:visited{
color:#7D7D7D;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:8pt;
font-stretch:extra-condensed;
font-weight:bold;
line-height:10pt;
text-decoration:none;
border:none;
padding:0 !important;
}
.vlist li a:focus,.vlist li a:hover,.vlist li a:active,.vlist li.active a.active,.vlist li.active a{background:#000 !important;color:#CC3333;}
.vlist li.active {background-color:#000;color:#CC3333;font-weight:bold;}

a {
background:none;
color:#7D7D7D;
text-decoration:none;
font-weight:bold;
}
a:visited {
color:#7D7D7D;
}
a:focus, a:hover, a:active {
color:#CC3333;
}
h1,h2,h3,h4,h5,h6{
color:#7D694D;
font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
font-size:9pt;
font-stretch:extra-condensed;
font-weight:bold;
line-height:10pt;
text-align:justify;
}
dl,dd{margin-left:0;}
dd,p{text-align:justify;}
abbr{text-transform:lowercase !important;text-decoration:none !important;border:none;}
ul.gallery{margin-left:0;}
ul.gallery li{list-style-type:none;margin:0 0 2em 0;}
#col3 ul.gallery{float:right}
#col1 ul.gallery li{float:left;margin-right:1em;}
