/* INHALTE */
/* allgemein */
div#content img
{
	float: left;
	margin: 0px 15px 15px 0px;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6
{
	color: #00892a;
	text-align: left;
}
h1
{
    font-size: 1.3em;
}

h1#title
{
   margin-top: 0px;
}
h2
{
	font-size: 1.2em;
}
h3
{
        font-size: 1.1em;
}
#cms-text h3
{
        font-family: "Überschrift 3";
}
h4
{
        font-size: 1em;
}
#cms-text h4
{
    font-family: "Überschrift 4";
}
h5
{
	font-size: 0.9em;
}
h6
{
	font-size: 0.8em;
}

/* Absätze */
p.warning
{
    padding: 5px;
    background-color: #00892A;
    border: 1px solid white;
    color: white;
    font-weight: bold;
}
#cms-text p.warning
{
    font-family: "Wichtiger Hinweis";
}

p.hint
{
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid black;
}
#cms-text p.hint
{
    font-family: "Tipp";
}

/* Links */
a
{
	color: #FF0099;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
	color: #CC0066;
}
a:focus, a:hover, a:active
{
	text-decoration: none;
}
a img
{
	border: 0px;
}

/* Tabellen */
#cms-table table.withborder
{
	font-family: "Tabelle mit Rahmen";
}
div#content table.withborder
{
	margin: 5px auto;
	border: 1px solid #999999;
}
div#content table.withborder th
{
	background-color: #00892A;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
}
div#content table.withborder td
{
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: top;
}

#cms-table .borderless
{
	font-family: "Tabelle ohne Rahmen";
}
div#content table.borderless
{
	margin: 5px auto;
}
div#content table.borderless th
{
	background-color: #00892A;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
div#content table.borderless td
{
	padding: 5px;
	vertical-align: top;
}

#cms-table .centered-withborder
{
	font-family: "Tabelle mit zentriertem Inhalt (mit Rahmen)";
}
div#content table.centered-withborder
{
	margin: 5px auto;
	border: 1px solid #999999;
}
div#content table.centered-withborder th
{
	background-color: #00892A;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
}
div#content table.centered-withborder td
{
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
}
div#content table.centered-withborder img
{
    float: none;
	margin-left: auto;
    margin-right: auto;
}

#cms-table .centered-borderless
{
	font-family: "Tabelle mit zentriertem Inhalt (ohne Rahmen)";
}
div#content table.centered-borderless
{
	margin: 5px auto;
}
div#content table.centered-borderless th
{
	background-color: #00892A;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
div#content table.centered-borderless td
{
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
div#content table.centered-borderless img
{
    float: none;
	margin-left: auto;
    margin-right: auto;
}

/* Bilder */
img.leftImage
{
    float: left !important;
}
#cms-image img.leftImage
{
    font-family: "linksbündiges Bild";
}

img.centeredImage
{
    float: none !important;
    clear: both !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
#cms-image img.centeredImage
{
    font-family: "zentriertes Bild";
}

img.rightImage
{
    float: right !important;
    margin: 0px 0px 15px 15px !important;
}
#cms-image img.rightImage
{
    font-family: "rechtsbündiges Bild";
}

