/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

p.text-justify { text-align: justify; }


p.align-left, p.align-center, p.align-right, p.text-justify { 
  margin-bottom:1em; 
  line-height:1.3em; 
}

p.bodytext {
/*  margin:0;
  padding:0;
  font-size:10px;
  color:#64748A;*/
}

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
  font-size:10px;
	color:#DF8D32;
  color:#FF0000;
  text-decoration:underline;
}
a.external-link img {
  border:0;
}

a.external-link-new-window {}

a.internal-link {
  font-size:10px;
  color:#DF8D32;
  text-decoration:underline;
}

a.internal-link-new-window {}
a.download {}
a.mail {}




span.tx_normal {
  font-size:10px;
  color:#64748A;
}

span.tx_hinweis {
  font-size:10px;
  color:#CC0000;
}

span.tx_info {
  font-size:10px;
  color:#0000CC;
}

span.tx_h3 {
  font-size:11px;
  font-weight:bold;
  color:#64748A;
}

span.tx_h4 {
  font-size:10px;
  font-weight:bold;
  color:#64748A;
}

span.tx_h5 {
  font-size:9px;
  font-weight:bold;
  color:#64748A;
}





table.table-normal {
  margin:0;
  padding:0;
  border-collapse:collapse;
}

table.table-normal td {
  margin:0;
  padding:0;
  font-size:10px;
  color:#64748A;
  text-align:left;
  padding:1px 2px
}

table.table-center {
  margin:0;
  padding:0;
  border-collapse:collapse;
}

table.table-center td {
  margin:0;
  padding:0;
  font-size:10px;
  color:#64748A;
  text-align:center;
  padding:1px 2px
}




table.tlayout1 {
  margin:0;
  padding:0;
  border-collapse:collapse;
}

table.tlayout1 td {
  margin:0;
  padding:0;
  font-size:10px;
  color:#0000ff;
  text-align:left;
}

table.tlayout2 {
  margin:0;
  padding:0;
  border-collapse:collapse;
}

table.tlayout2 td {
  margin:0;
  padding:0;
  font-size:10px;
  color:#0000ff;
  text-align:center;
}






