@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "vertical_listnav"
 * (de) Zentrales Stylesheet - Beispiellayout "vertical_listnav"
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

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

/* import screen layout | Screen-Layout einbinden */
@import url(nav_vlist.css);
@import url(basemod.css);
@import url(content.css);
@import url(kktAddon.css);
@import url(kktContactForm.css);
@import url(prettyPhoto.css);

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

.mceContentBody {
	font-size: 75% !important;
	text-align:left !important;
	background: #fff;
}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
font-size: 110%;	
}

h4 {
font-size: 100%;
}

h5 {
font-size: 85%;
}

.marker {
color:red;
}

.imageLeft {
	float: left;
	margin: 0 10px 5px 0;
	padding: 1px;
	border: 1px solid #E2E8EC;
}

.imageRight {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	border: 1px solid #E2E8EC;
}

.image {
	margin: 0 0 5px 0;
	padding: 1px;
	border: 1px solid #E2E8EC;
	width: 495px !important;
	text-align: center;
}


