/*
  The following standard setting and these paragraph styles rules
  should be listed before the alignment rules. Otherwise,
  the alignment rules won't overwrite the standard setting.
*/

td, p { font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 16px; margin-top: 0px; }

li p {margin-bottom: 0px; font-family: Arial, Verdana, Helvetica, sans-serif;}

inline.inlineformat--code { background: red; }

table.table-layout--width100 {
	width: 100%;
}

table.table-layout--width50 {
	width: 50%;
}

a.anchor-layout--headportal  { color: white; font-size: 20px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 28px; text-decoration: none }
a.anchor-layout--headportal:hover  { color: white; text-decoration: underline }
a.anchor-layout--headportal:visited { color: white }


/* -----------------------------
  TD.cell-leyout
------------------------------ */
td.cell-layout--1-heading {
	background: #e2e2e2;
  font-weight: bolder;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--1-data {
	background: #f4f4f4;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--2-heading {
	background: #606060;
  font-weight: bolder;
	color: white;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--2-data {
	background: #f4f2f2;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--3-heading {
	background: #032279;
  font-weight: bolder; 
  color: white;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--3-data {
	background: #eeeff4;
  vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--4-heading {
	background: #d0d789;
  font-weight: bolder;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.cell-layout--4-data {
	background: #f4f4f4;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* -----------------------------
  TR.row-layout für Tabellen-Zeilen in TextBlock
------------------------------ */
tr.row-layout--headline td { background: #d0d789; font-weight: bolder; vertical-align: top; padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; }
tr.row-layout--subheadline td { background: #d8d7d7; font-weight: bolder; color: black; vertical-align: top; padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; }
tr.row-layout--data-0 td { background: #ffffff; vertical-align: top; padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; }
tr.row-layout--data-1 td { background: #ebebeb; vertical-align: top; padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; }

a.link-style--arrowLink { color: #333333; font-size: 11px; text-decoration: none; background-color: white; background-image: url("../images/rightteaser_arrow.gif"); background-repeat: no-repeat; background-position: -5px 4px; padding-top: 5px; padding-left: 24px; float: left; border-top: 1px solid #fff; }

.language--en-GB { background: #9090AE; }
.language--en-US { background: #7070AE; }
.language--de    { background: #FEDE01; }
.language--fr    { background: #8080B5; }
.language--es    { background: #FFFF00; }
.language--ja    { background: #FF8080; }

p.language--en-GB { border-width: 0 0 0 2px; border-style: solid; border-color: #9090AE; }
p.language--en-US { border-width: 0 0 0 2px; border-style: solid; border-color: #7070AE; }
p.language--de    { border-width: 0 0 0 2px; border-style: solid; border-color: #FEDE01; }
p.language--fr    { border-width: 0 0 0 2px; border-style: solid; border-color: #8080B5; }
p.language--es    { border-width: 0 0 0 2px; border-style: solid; border-color: #FFFF00; }
p.language--ja    { border-width: 0 0 0 2px; border-style: solid; border-color: #FF8080; }

.tr-status--header { background: #00AAAA; }
.tr-status--footer { background: #00CCCC; }
.tr-status--caption { background: #00EEEE; }

blockquote {
 background: silver;
}

cite {
 background: green;
}

tt, acronym {
 background: yellow;
}

samp, abbr {
 background: red;
}

.p--heading-1 {
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}

.p--heading-2 {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
}

.p--heading-3 {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
}

.align--left {
  text-align: left;
}

.align--center  {
  text-align: center;
}

.align--right {
  text-align: right;
}

.align--justify {
  text-align: justify;
}

.float--left, div.img--float--left {
  float: left;
}

.float--right, div.img--float--right {
  float: right;
}

.float--none, div.img--float--none {
  float: none;
}

img.float--left, div.img--float--left  { margin-top: 7px; margin-right: 15px; margin-bottom: 7px; }
img.float--right, div.img--float--right  { margin-top: 7px; margin-left: 15px; margin-bottom: 7px; }

div.img--float--left, div.img--float--right { text-align: right; }

.underline  {
  text-decoration: underline
}

.strike  {
  text-decoration: line-through
}

.font-name--arial { font-family:Arial; }
.font-name--arial-black { font-family:Arial Black; }
.font-name--arial-narrow { font-family:Arial Narrow; }
.font-name--century { font-family:Century; }
.font-name--courier { font-family:Courier; }
.font-name--lucida-console { font-family:Lucida Console; }
.font-name--lucida-sans-unicode { font-family:Lucida Sans Unicode; }
.font-name--symbol { font-family:Symbol; }
.font-name--times-new-roman { font-family:Times New Roman; }
.font-name--verdana { font-family:Verdana; }

.font-size--8  { font-size:8pt; }
.font-size--9  { font-size:9pt; }
.font-size--10 { font-size:10pt; }
.font-size--11 { font-size:11pt; }
.font-size--12 { font-size:12pt; }
.font-size--14 { font-size:14pt; }
.font-size--16 { font-size:16pt; }
.font-size--18 { font-size:18pt; }
.font-size--20 { font-size:20pt; }
.font-size--24 { font-size:24pt; }
.font-size--26 { font-size:26pt; }
.font-size--28 { font-size:28pt; }
.font-size--36 { font-size:36pt; }
.font-size--48 { font-size:48pt; }
.font-size--72 { font-size:72pt; }

.color--black { color: black; }
.color--green { color: green; }
.color--silver { color: silver; }
.color--lime { color: lime; }
.color--gray { color: gray; }
.color--olive { color: olive; }
.color--white { color: white; }
.color--yellow { color: yellow; }
.color--maroon { color: maroon; }
.color--navy { color: navy; }
.color--red { color: red; }
.color--blue { color: blue; }
.color--purple { color: purple; }
.color--teal { color: teal; }
.color--fuchsia { color: fuchsia; }
.color--aqua { color: aqua; }

.background-color--infoportal-darkblue { background: #032279}
.background-color--infoportal-lightblue { background: #eeeff4}
.background-color--infoportal-darkgrey { background: #606060}
.background-color--infoportal-lightgrey { background: #f4f2f2}

.background-color--black { background: black; }
.background-color--green { background: green; }
.background-color--silver { background: silver; }
.background-color--lime { background: lime; }
.background-color--gray { background: gray; }
.background-color--olive { background: olive; }
.background-color--white { background: white; }
.background-color--yellow { background: yellow; }
.background-color--maroon { background: maroon; }
.background-color--navy { background: navy; }
.background-color--red { background: red; }
.background-color--blue { background: blue; }
.background-color--purple { background: purple; }
.background-color--teal { background: teal; }
.background-color--fuchsia { background: fuchsia; }
.background-color--aqua { background: aqua; }

.border-collapse--collapse { border-collapse:collapse; }

blockquote { background: silver; }

.q { background: silver; }


.list-item--coremedia 			{ color: blue; display: list-item; }

.list-item--none                        { list-style-type: none; }
.list-item--square                      { list-style-type: square; }
.list-item--circle                      { list-style-type: circle; }
.list-item--disc                        { list-style-type: disc; }

/* Replace the following example entries by your favorite bullet icons. */

/*.list-item--coremedia-logo 		{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/cm-16x16.ico"); }*/
/*.list-item--coremedia-arrow-blue  	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/arrow-cm-blue.gif"); }*/
/*.list-item--coremedia-arrow-black  	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/arrow-cm-black.gif"); }*/
/*.list-item--arrow-whiteonblue		{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/arrow-whiteonblue.gif"); }*/
/*.list-item--hand-pointing    		{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/hand-pointing.gif"); }*/
/*.list-item--hand-stop   		{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/hand-stop.gif"); }*/
/*.list-item--checkmark    		{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/checkmark-green.gif"); }*/
/*.list-item--coffecup    		{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/coffecup.gif"); }*/



/* Styles for elements transformed during paste
*/

.blockquote,
.dl {
   margin: 1.33em 0
}

.blockquote {
  margin-left: 40px;
  margin-right: 40px
}

.cite,
.em,
.var,
.address {
  font-style: italic;
}

.tt,
.code,
.kbd,
.samp {
  font-family: monospace;
}

.dt,
.dd {
  margin-left: 40px;
  list-style-type: none;
}

.dd {
  margin-left: 40px;
}

.ins { text-decoration: underline }
.center { text-align: center }

.abbr,
.acronym {
  font-variant: small-caps;
  letter-spacing: 0.1em
}

hr { color: #a8b529 ; background-color: #a8b529; height: 1px; border: none; clear: both; }
