@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_seo"
 *
 * @copyright       Copyright 2005-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

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

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

/* import print layout | Druck-Layout einbinden */
@import url(../../print/print_100_draft.css);
.overflow_visible {
margin: 0.1em;
overflow: visible;
}

table.members {
border:1px solid #444;
width:100%;
border-collapse:separate;
}

table.members caption {
background:#444;
text-align:left;
padding:4px;
text-transform:uppercase;
color:#999;
}

table.members thead th {
background:#999;
padding:3px;
}

table.members tbody td {
background:#f5f5f5;
padding:3px;
text-align:left;
}



#gallery {
	position:relative;
	width:670px;
	background-image: url(../../images/galerie_bg_gif.gif);
	background-repeat: no-repeat;
}
#thumbs {width:180px; float:right;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:185px; top:0; border:1px solid #333;}

