@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: 8 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@import url(http://www.meervaartnotarissen.nl/themes/meervaart/css/yaml/core/base.css);
@import url(http://www.meervaartnotarissen.nl/themes/meervaart/css/navigation/nav_slidingdoor_dd.css);
@import url(http://www.meervaartnotarissen.nl/themes/meervaart/css/yaml/screen/forms.css);

@import url(http://www.meervaartnotarissen.nl/themes/meervaart/css/screen/layout.css);
@import url(http://www.meervaartnotarissen.nl/themes/meervaart/css/screen/typo.css);
@import url(http://www.meervaartnotarissen.nl/themes/meervaart/css/screen/common.css);

/******************************************************************************/
/*                         CMS LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Teris2
Author : Peter Termaten
Version: 2.0
Date   : 2009/02/07
$Id: tcms.css 4 2009-05-29 14:36:01Z peter $
======================================================================*/

h1.tcms_pageTitle {

/*    text-align: left;*/
/*    color: #182E7A;*/
    margin-top: 0;
    padding-bottom: 0;
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.tcms {
    width: 99%;
/*    font-size: 12px;     *//*added in 0.6.4 for default2, for IE6 */
}
.tcms h1,h2 {
    border: none;
    margin-bottom: 0.7em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
/*    color: #df393d;*/
}
.tcms h3,h4,h5 {
    margin-bottom: 0.5em;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.0em;
/*    color: #000;*/
}
.tcms_wrapper_article {
    margin-bottom: 1.0em;
}
.tcms_top {
    padding-right: 5px;
}
.tcms_left {
    float: left;
    width: 47%;
}
.tcms_right {
    float: right;
    width: 47%;
    margin-left: 21px;
}
.tcms_more {
    display: block;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    margin-top: -10px;
}
.tcms_title {
   /* color: #df393d;*/
    font-size: 1.2em;
    font-weight: bold;
}
.tcms_title a:hover {
    font-weight: bold;
/*    color: #df393d;*/
    text-decoration: none;
}
.tcms_summary {
/*    color: #5c5c5c;*/
/*    font-size: 1.1em;*/
/*    line-height: 1.3em;*/
}
.tcms_summary p {                 /*added in 0.6.4 for default2*/
/*    line-height: 1.3em;*/
}
.tcms_article {
/*    color: #5c5c5c;*/
/*    font-size: 1.1em;*/
/*    line-height: 1.3em;*/
}
.tcms_article p {                /*added in 0.6.4 for default2 */
/*    line-height: 1.3em;*/
}
.tcms_article_separator {
    border-top: 5px #efefef solid;
    padding-bottom: 10px;
    margin-top: 10px;
}

/*-------------------------------------------------------------------------*/
.tcms_catalog_more, .tcms_catalog_back {
    float: left;
    font-weight: bold;
    text-align: left;
}
.tcms_catalog_order {
    float: right;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}
/*-------------------------------------------------------------------------*/
.tcms_newsblock {
    color: #5c5c5c;
    line-height: 1.3em;
    font-size: 1.1em;
}
.tcms_newsblock h4 {
    font-size: 1.1em;
    margin-bottom: 2px;
}
.tcms_newsblock p {
    /*display: inline; IE6 doesn't like this*/
    margin-top: 3px;
}
.tcms_newsblock .summary{
    font-style: italic;
}
/*-------------------------------------------------------------------------*/
.tcms_addressblock {
    color: #5c5c5c;
    line-height: 1.1em;
    font-size: 1.0em;
}
/*-------------------------------------------------------------------------*/
.tcms_newsarticle {
    margin-bottom: 10px;
}
/*-------------------------------------------------------------------------*/
.tcms_newsletter {
    color: #5c5c5c;
    line-height: 1.0em;
    font-size: 1.0em;
    margin-top: -5px;
}
.tcms_newsletter p {
     margin-bottom: 0.2em;
}
.tcms_newsletter p.radio {
     margin-bottom: 0.2em;
}
.tcms_newsletter p.button {
    margin-top: 0.5em;
}
.tcms_newsletter p.checkbox {
    margin-bottom: 0.3em;
}
/*-------------------------------------------------------------------------*/
.tcms_type3_title  {
    display: block;
    background: url('http://www.meervaartnotarissen.nl/themes/meervaart/images/type3bg.gif') no-repeat;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
    padding: 2px 5px 3px 7px;
}
.tcms_type3_title a:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.tcms_type3_title a {
    color: #fff;
}
.tcms_type3_body {
    border: 1px solid #df393d;
    border-top: none;
    margin-bottom: 2px;
    padding: 3px 5px 3px 5px;
}
/*-------------------------------------------------------------------------*/
#frmTcmsArticle {
    margin: 5px 0;
    background: #fff;
    width: 100%;
}
#frmTcmsArticle th, #frmCmsArticle td  {
    background: #5c5c5c;
    text-align: center;
    vertical-align: middle;
}
#frmTcmsArticle td.right {
    text-align: right;
}
#frmTcmsContact {
    margin: 2em 50px;
}
#frmTcmsContact h3{
    margin-bottom: 0.5em;
}
#tcms_geo {
    font-size: 13.2px;
    line-height: 1.3em;
    color: #5c5c5c;
    margin-left: 2.0em;
}
#tcms_geo .bold{
    font-weight: bold;
}
#tcms_geo .extra {
    margin-top: 1.0em;
    margin-left: -2.0em;
}
