@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

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

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);

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

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


h2 {color:#eb677b;margin:0px;padding:0px;}
.h2_male {padding:2px 0px 4px 30px;background:url(../../images/design/male.jpg) 0 0 no-repeat;}
.h2_female {padding:2px 0px 10px 30px;background:url(../../images/design/female.jpg) 0 0 no-repeat;}
.h2_maleFemale {padding:4px 0px 10px 30px;background:url(../../images/design/maleFemale.jpg) 0 0 no-repeat;}
.h2_qm {padding:4px 0px 10px 30px;background:url(../../images/design/qm.jpg) 0 0 no-repeat;}

#ausgabe h4 {font-size:12px;color:#4f86c7;padding:0;margin:0;margin-top:8px;display:inline;}
#ausgabe img {padding:3px;border:1px solid #eb677b;}
#map {width:1000px; height:640px;margin:0 0px 0 2px;}
#mapWrap {width:1006px;height:644px;padding:1px; }

#mapWrap .content, #mapWrap .content .sb-inner { }
#mapWrap .sb-border { background:#eb677e; }

#map_small {width:810px; height:640px;margin:0 0px 0 2px;}
#map_smallWrap {width:810x;height:670px;padding:1px; }

#map_smallWrap .content, #map_smallWrap .content .sb-inner { }
#map_smallWrap .sb-border { background:#eb677e; }

.isOnline {width:100px;padding:4px 20px 10px 24px;background: url(../../images/design/icons/24x24/dialog-yes.png) 0 0 no-repeat;color:green;font-weight:bold;}
.isOffline {width:100px;padding:4px 20px 10px 24px;background: url(../../images/design/icons/24x24/dialog-no.png) 0 0 no-repeat;color:red;font-weight:bold;}


#meinetableisteGoo {vertical-align:middle;padding:4px 0px;text-align:center;color:#4f86c7;font-size:16px;font-weight:bold;}
#meinetableisteGoo select {margin-right:12px;}

#gooInfo {margin:0 3px 0 3px;background:whitesmoke;padding:6px 10px;}
