
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "flexible_grids"
 * (de) Variation des Screenlayouts (basemod.css) fr Layoutbeispiel "flexible_grids"
 *
 * @copyright       Copyright 2007, Sven Kausche
 * @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.4
 * @revision        $Revision: 01 $
 * @lastmodified    $Date: 2007-07-06 21:44:55 +0200 (Fr, 06 Jul 2007) $
 */
/*@media screen
{*/
#joinbody {
    padding: 0 0 5px 0;
}
#joinbody h3 {
font-size: 200%;
color: #666666;
margin: 0;
}
#joinheader {
margin-bottom: 20px;
}
#joincontact {
margin-top: 30px;
}
#emailcolumn {
padding-right: 20px;
border-right: 1px solid #DADADA;
}
#smscolumn {
padding-left: 10px;
min-height: 300px;
}
#smsnumber {
font-size: 400%;
font-weight: bold;
margin: 0;
display: block;
margin-top: 15px;
}
/*}*/