/* 2rte.css
/*
 * $Id$
/* coding: ascii, tab:4
/*
/* Styling, das auch im RTE benoetigt wird.
/*
/*/
/* ---------- ---------- ---------- ---------- ---------- */
/*
/* definitions
/*
 */
.font-color		{ color: #fff6c0; } /* schriftfarbe */

.ff-1			{ font-family: "Trebuchet MS", Helvetica, sans-serif; } /* fliesstext */
.ff-2			{ font-family: Verdana, Helvetica, sans-serif } /* headlines */

.link-normal		{ color: #9c7848; }
.link-visited		{ color: #9c7848; }
.link-hover		{ color: #fff6c0; }

.col-11			{ color: #5aaade; } /* dg+2 */
.col-12			{ color: #75c3f8; } /* dg-0 blau */
.col-13			{ color: #bae1ff; } /* dg-2 */

.col-21			{ color: #acb1a5; } /* gr+2 */
.col-22			{ color: #919887; } /* gr-0 grau */
.col-23			{ color: #6d7266; } /* gr-2 */

.col-31			{ color: #000000; } /* hg+2 */
.col-32			{ color: #000000; } /* hg-0 hellgruen */
.col-33			{ color: #000000; } /* hg-2 */

.col-41			{ color: #000000; } /* bg+2 */
.col-42			{ color: #000000; } /* bg-0 beige */
.col-43			{ color: #000000; } /* bg-2 */

.gold-1			{ color: #fff6c0; } /* wr+2 */
.gold-2			{ color: #b48e5d; } /* wr-0, gold, h1 */
.gold-3			{ color: #987444; } /* wr-2 */

.black-1		{ color: #000000; }
.black-2		{ color: #303030; }
.black-3		{ color: #6e6e6e; }

.bg-1			{ background-color: #70585a; } /* */
.bg-2			{ background-color: #342022; } /* */
.bg-3			{ background-color: #1c0001; } /* */

/* ---------- ---------- ---------- ---------- ---------- */
/*
/* selective(!) reset
/*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* ---------- ---------- ---------- ---------- ---------- */
/*
 * same BASIC setting for www and rte
 */
html {
	/* height: 100%; */
}
.htmlarea-content-body,
body {
	font-size: 81.25%; /* 81.25%=13px 1/6=6.25%*/
	font-size: 85.5%; /* 81.25%=13px 1/6=6.25%*/
	line-height: 1.9;
	text-align: left;
	background: url(img/back.jpg);
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff6c0;
	letter-spacing: 0.03em;
}
.htmlarea-content-body {
	margin: 0;
	padding: 3px;
	background: #1c0001;

	
}
/* ---------- ---------- ---------- ---------- ---------- */
/*
/* HTML-Elemente
 */
a {
	text-decoration: none;
	color: #9c7848;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fff6c0	;
	text-decoration: none;
}
acronym, abbr {
	border-bottom: 1px dashed #b6915f;
	cursor: help;
}
address {
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockqoute, cite {
	font-size: 96%;
	margin: 1em;
}
blockquote {
	color: #222;
	background: #E5D9C1;
	border: 1px #C7AD79 solid;
	border-left: 10px #C7AD79 solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}
del {
	text-decoration: line-through;
}
/* white-space: normal, nowrap, pre, pre-line, pre-wrap, inherit */
/* line-height: normal, 1.0, 16px, 100%, inherit */
h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	vertical-align: baseline;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff6c0; /* db-0 */
	font-weight: normal;
}
h1 {
	font-size: 157.14%; /* 157.14, 22/14 */
	margin: .67em 0 0 0;
	margin: .67em 0 1.34em 0;
}
h1 { /* jk */
	color: #fff6c0;
	letter-spacing: 0.04em;
	line-height: 130%;
}
h1.huge {
	font-size: 3em;
	margin: .58em 0 0 0;
	margin: .58em 0 0.29em 0;
	line-height: normal;
}
h2 {
	font-size: 1.5em;
	margin: .83em 0 0 0;
	margin: .83em 0 0.82em 0;

}
h2 { /* jk */
	color: #dcb480;
	letter-spacing: 0.03em;
	font-size: 110.00%; /* 114.29, 16/14 */
	font-weight: bold;
	line-height: 170%;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0 0 0;
	margin: 1em 0 0.5em 0;
}
h4 {
	font-weight: bold;
	margin: 1.33em 0 0 0;
	margin: 1.33em 0 0.67em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0 0 0;
	margin: 1.67em 0 0.8em 0;
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0 0 0;
	margin: 2.33em 0 1.2em 0;
}
hr {
	color: #dcb480;
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #dcb480 dotted;
}
ins {
	/* don't forget to highlight inserts somehow! */
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 1em 1.0em 0; /* FF default: 1.0 */
}
ul {
	padding: 0;
	margin-left: 18px;
}
ol {
	padding: 0;
	margin-left: 18px;
}
small {
	/* font-size: 76%; */
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
pre, code {
	font-family: "Courier New", Courier, monospace;
}
/*
/* tables still need 'cellspacing="0"' in the markup
/*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
/* forms */
form {
	/* display:inline; IE, umbruch vermeiden */
}
input {
}
textarea {
}
/*	++++++++++
/*	combinded tags	
/*	++++++++++
 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
/*	++++++++++
	allgemeine varianten  
	++++++++++ 
*/
ol.margin-050em li, ul.margin-050em li, li.margin-050em, p.margin-050em, div.margin-050em {	margin-top: 0.5em; margin-bottom: 0.5em; }
ol.margin-100em li, ul.margin-100em li, li.margin-100em, p.margin-100em, div.margin-100em {	margin-top: 1.0em; margin-bottom: 1.0em; }
ol.margin-150em li, ul.margin-150em li, li.margin-150em, p.margin-150em, div.margin-150em {	margin-top: 1.5em; margin-bottom: 1.5em; }

p.top-margin-0, div.top-margin-0, img.top-margin-0, li.top-margin-0, h1.top-margin-0, h2.top-margin-0, h3.top-margin-0, h4.top-margin-0, h5.top-margin-0, h6.top-margin-0 { margin-top: 0px; }
p.bottom-margin-0, div.bottom-margin-0, img.bottom-margin-0, li.bottom-margin-0, h1.bottom-margin-0, h2.bottom-margin-0, h3.bottom-margin-0, h4.bottom-margin-0, h5.bottom-margin-0, h6.bottom-margin-0 { margin-bottom: 0px; }
p.left-margin-0, div.left-margin-0, img.left-margin-0, li.left-margin-0, h1.left-margin-0, h2.left-margin-0, h3.left-margin-0, h4.left-margin-0, h5.left-margin-0, h6.left-margin-0 { margin-left: 0px; }
p.right-margin-0, div.right-margin-0, img.right-margin-0, li.right-margin-0, h1.right-margin-0, h2.right-margin-0, h3.right-margin-0, h4.right-margin-0, h5.right-margin-0, h6.right-margin-0 { margin-right: 0px; }

p.bg-1,	div.bg-1, li.bg-1, h1.bg-1, h2.bg-1, h3.bg-1, h4.bg-1, h5.bg-1, h6.bg-1, span.bg-1, table.bg-1	{ background-color: #f0f0f0; }
p.bg-2, div.bg-2, li.bg-2, h1.bg-2, h2.bg-2, h3.bg-2, h4.bg-2, h5.bg-2, h6.bg-2, span.bg-2, table.bg-2	{ background-color: #e0e0e0; }
p.bg-3, div.bg-3, li.bg-3, h1.bg-3, h2.bg-3, h3.bg-3, h4.bg-3, h5.bg-3, h6.bg-3, span.bg-3, table.bg-3	{ background-color: #d0d0d0; }
p.bg-99,div.bg-99,li.bg-99,h1.bg-99,h2.bg-99,h3.bg-99,h4.bg-99,h5.bg-99,h6.bg-99,span.bg-99,table.bg-99	{ background-color: #e0e0e0; }

p.ff-1, div.ff-1, li.ff-1, h1.ff-1, h2.ff-1, h3.ff-1, h4.ff-1, h5.ff-1, h6.ff-1, span.ff-1, table.ff-1 { font-family:Verdana,sans-serif; }
p.ff-2, div.ff-2, li.ff-2, h1.ff-2, h2.ff-2, h3.ff-2, h4.ff-2, h5.ff-2, h6.ff-2, span.ff-2, table.ff-2 { font-family:Georgia,serif; }

p.lh-0, div.lh-0, ul.lh-0, li.lh-0, h1.lh-0, h2.lh-0, h3.lh-0, h4.lh-0, h5.lh-0, h6.lh-0, th.lh-0, td.lh-0, table.lh-0 { line-height: 1.0; }
p.lh-1, div.lh-1, ul.lh-1, li.lh-1, h1.lh-1, h2.lh-1, h3.lh-1, h4.lh-1, h5.lh-1, h6.lh-1, th.lh-1, td.lh-1, table.lh-1 { line-height: 1.2; }
p.lh-2, div.lh-2, ul.lh-2, li.lh-2, h1.lh-2, h2.lh-2, h3.lh-2, h4.lh-2, h5.lh-2, h6.lh-2, th.lh-2, td.lh-2, table.lh-2 { line-height: 1.4; }
p.lh-3, div.lh-3, ul.lh-3, li.lh-3, h1.lh-3, h2.lh-3, h3.lh-3, h4.lh-3, h5.lh-3, h6.lh-3, th.lh-3, td.lh-3, table.lh-3 { line-height: 1.8; }

p.black-1, div.black-1, li.black-1, h1.black-1, h2.black-1, h3.black-1, h4.black-1, h5.black-1, h6.black-1, span.black-1 { color: #000000; }
p.black-2, div.black-2, li.black-2, h1.black-2, h2.black-2, h3.black-2, h4.black-2, h5.black-2, h6.black-2, span.black-2 { color: #303030; }
p.black-3, div.black-3, li.black-3, h1.black-3, h2.black-3, h3.black-3, h4.black-3, h5.black-3, h6.black-3, span.black-3 { color: #6e6e6e; }

p.red-1, div.red-1, li.red-1, h1.red-1, h2.red-1, h3.red-1, h4.red-1, h5.red-1, h6.red-1, span.red-1 { color: #954a4e; }
p.red-2, div.red-2, li.red-2, h1.red-2, h2.red-2, h3.red-2, h4.red-2, h5.red-2, h6.red-2, span.red-2 { color: #720E14; }
p.red-3, div.red-3, li.red-3, h1.red-3, h2.red-3, h3.red-3, h4.red-3, h5.red-3, h6.red-3, span.red-3 { color: #560b0f; }

p.col-11, div.col-11, li.col-11, h1.col-11, h2.col-11, h3.col-11, h4.col-11, h5.col-11, h6.col-11, span.col-11	{ color: #5aaade; } /* sg+2 */
p.col-12, div.col-12, li.col-12, h1.col-12, h2.col-12, h3.col-12, h4.col-12, h5.col-12, h6.col-12, span.col-12	{ color: #75c3f8; } /* sg-0 */
p.col-13, div.col-13, li.col-13, h1.col-13, h2.col-13, h3.col-13, h4.col-13, h5.col-13, h6.col-13, span.col-13	{ color: #bae1ff; } /* sg-2 */

p.col-21, div.col-21, li.col-21, h1.col-21, h2.col-21, h3.col-21, h4.col-21, h5.col-21, h6.col-21, span.col-21	{ color: #acb1a5; } /* hb+2 */
p.col-22, div.col-22, li.col-22, h1.col-22, h2.col-22, h3.col-22, h4.col-22, h5.col-22, h6.col-22, span.col-22	{ color: #919887; } /* hb-0 */
p.col-23, div.col-23, li.col-23, h1.col-23, h2.col-23, h3.col-23, h4.col-23, h5.col-23, h6.col-23, span.col-23	{ color: #6d7266; } /* hb-2 */

p.col-31, div.col-31, li.col-31, h1.col-31, h2.col-31, h3.col-31, h4.col-31, h5.col-31, h6.col-31, span.col-31	{ color: #dbe0d2; } /* db+2 */
p.col-32, div.col-32, li.col-32, h1.col-32, h2.col-32, h3.col-32, h4.col-32, h5.col-32, h6.col-32, span.col-32	{ color: #cfd6c3; } /* db-0 */
p.col-33, div.col-33, li.col-33, h1.col-33, h2.col-33, h3.col-33, h4.col-33, h5.col-33, h6.col-33, span.col-33	{ color: #9ca193; } /* db-2 */


p.size-075, span.size-075, div.size-075 { font-size: 075%;	}
p.size-088, span.size-088, div.size-088 { font-size: 087.5%;}
p.size-100, span.size-100, div.size-100 { font-size: 100%;	}
p.size-112, span.size-112, div.size-112 { font-size: 112.5%;}
p.size-125, span.size-125, div.size-125 { font-size: 125%;	}

p.line-height-2, div.line-height-2	{ line-height: 2; }

div.indent-2em { margin-left:2em; } /* 'indent' default */
div.indent-4em { margin-left:4em; }

p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

div.box-1 {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	padding: 1em;
}
div.box-2 {
	background-color: #e0e0e0;
	border: 1px solid #c0c0c0;
	padding: 1em;
}
div.box-3 {
	background-color: #d0d0d0;
	border: 1px solid #b0b0b0;
	padding: 1em;
}
table.width-100 {
	width: 100%;
}

/* ---------- ---------- ---------- ---------- ---------- *//*
/* freie Klassen
 */
.clear {
	clear: both;
	padding: 1px;
}
.debug {
	border: 1px solid black;
}
.hidden {
	display: none;
}
.valign-bottom {
	vertical-align: bottom;
}
.valign-middle {
	vertical-align: middle;
}
.valign-top {
	vertical-align: top;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-centered {
	text-align: center;
}
.padtop10 {
	padding-top: 10px;
}
.padtop20 {
	padding-top: 20px;
}
.padbot10 {
	padding-bottom: 10px;
}
.padbot20 {
	padding-bottom: 20px;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
:focus {
	/* don't forget to define focus styles! */
	/* outline: 0; */
}

