@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(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

#header_logo { position:relative; top:0px; height:70px; width:210px; z-index:30; }
.replace_obart_logo {display:block; background:url(../images/obart_logo.gif) left no-repeat; width: 210px; height: 70px; text-indent: -999em;}
/* start navi-top */
#top_main_navi { position:relative; left:110px; top:30px; height:20px; width:670px; border-bottom: 1px #999 dotted; font-weight:bold; font-size:110%;}
#top_main_navi ul {display:block; position:relative; left:-10px;}
#top_main_navi li {display:block; position:relative; left:-10px; width:90px; height:20px; float:left; list-style:none; }
#top_main_navi li.menu-last {width:30px;}
.menu-current,  {color:#85e13b;}
#top_main_navi li.w1 {width:72px; margin-right:10px;}
#top_main_navi li.w2 {width:100px; margin-right:9px;}
#top_main_navi li.w3 {width:114px; margin-right:9px;}
#top_main_navi li.w4 {width:80px; margin-right:9px;}
#top_main_navi li.w5 {width:66px; margin-right:9px;}
#top_main_navi li.w6 {width:108px; margin-right:8px;}
#top_main_navi li.w7 {position:absolute; left:645px; bottom:-20px; width:20px; margin:0px; text-align:right; }
/* end navi-top */

#main li {}
#content {margin-left:93px;}
#cms {margin: 0 0 20px 0; width:100%;}
#navi_links {font-weight:bold; font-size:110%; margin-top: 0px; }
#navi_links li {display:block; width:90px; height:20px; padding-top:10px; margin:0 0 0 -10px;list-style:none; border-bottom: 1px #999 dotted;}

.left {margin-right:145px;}
.right {margin-left:145px;}
.home { background:url(../images/home-grenzart.jpg) top no-repeat; width: 60px; height: 40px; padding-top:15px; }

.align_left {margin: 0 25px 0 0; float:left;}
.align_right {margin: 0  0 0 25px; float:right;}

a, a:visited, strong {color:#008435}
#main a:hover {color:#000}

a:hover, a:active, #navi_links a:hover, #navi_links a:active, a.menu-current {color:#85e13b; text-decoration:none;}