/*************************************************
 * Seite: firstkick.de
 * Datei: text.css
 * Media: screen
 * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datum: 2008-11 | ...
 * Autor: Stephan Krause
 *************************************************/
 
body {
  color: #1A181B;
}
#content .notallowed,
#content .empty {
  color: #999999;
}

#content H1,
#marginal H1,
#content H2,
#marginal H2,
#content H3,
#marginal H3,
#content H4,
#marginal H4, {
  color: #121212;
  font-family: verdana, helvetica, sans-serif, arial;
  font-weight: bold;
}
#content H1,
#marginal H1 {
  margin: 0 0 5px 0;
  /*font-size: 1.4em;
  letter-spacing: 0.2em;*/
  font-size: 1.4em;
  
}
#content H2,
#marginal H2 {
  color: #ED8000;
  margin: 10px 0 3px 0;
  font-size: 1.1em;
  /*letter-spacing: 0.05em;*/
}
#content H3,
#marginal H3 {
  margin: 10px 0 3px 0;
  font-size: 1em;
  /*letter-spacing: 0.1em;*/
}
#content H4,
#marginal H4 {
  margin: 0 0 3px 0;
  color: #666666;
  font-family: verdana, helvetica, sans-serif, arial;
  font-size: 1em;
  font-weight: normal;
  /*letter-spacing: 0.05em;*/
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content P,
#marginal P {
  margin: 0 0 5px 0;
  color: #1A181B;
  font-family: verdana, helvetica, sans-serif, arial;
  font-size: 0.95em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
#content P.novalue {
  color: #999999;
  font-style: italic;
}
#content P.confirm,
#content P.cancel {
  margin: 30px 0 0 100px;
}
#content .csc-textpic-caption {
  color: #1A181B;
  font-family: verdana, helvetica, sans-serif, arial;
  font-size: 0.9em;
  line-height: 1em;
  font-style: italic;
  text-align: left;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content A,
#marginal A {
  color: #ED8000;
  text-decoration: none;
}
#content A.iconlink {
  color: #ED8000;
  text-decoration: none;
}
#content A:hover,
#marginal A:hover,
#content A.iconlink:hover {
  text-decoration: underline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content UL {
  margin: 0 0 0 14px;
  list-style: disc;
}
#content UL LI {
  color: #333333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.95em;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
#content UL.ddl_file_list {
  list-style: none;
  margin: 0;
}
#content DIV.tablinks {
  margin: 0 0 10px 0;
  clear: both;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #AAAAAA;
}
#content UL.links,
#content DIV.tablinks UL {
  margin: 0;
  list-style: none;
}
#content UL.links A {
  text-decoration: none;
}
#content DIV.tablinks UL LI {
  margin: 1px 4px 0 0;
  float: left;
  border: 1px solid #AAAAAA;
  border-bottom: 1px solid #DDDDDD;
  background-color: #EEEEEE;
}
#content DIV.tablinks UL LI A {
  padding: 2px 30px 0 30px;
  display: block;
  text-decoration: none;
}
#content DIV.tablinks UL LI.current {
  background-color: #4077C4;
}
#content DIV.tablinks UL LI.current A {
  color: #FFFFFF;
  font-weight: bold;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content IMG {
  border: none;
}
#content IMG.silkicon {
  margin: 0 0 -2px 0;
  padding: 0 2px 0 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content FORM .field .fieldWithErrors INPUT,
#content FORM .field .fieldWithErrors TEXTAREA {
  background-color: #FFCCCC;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content TABLE.contenttable {
  width: 525px;
  max-width: 525px;
  margin: 0;
	margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 10px;
  border: none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.95em;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
#content TABLE.contenttable TR {
  background-color: #EEEEEE !important;
}
#content TABLE.contenttable TR TD {
  padding: 2px 4px 2px 4px;
  border: 1px solid #FFFFFF !important;
  background-color: #EEEEEE !important;
}
#content TABLE.default {
  width: 100%;
  margin: 0;
	margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 10px;
  border: 1px solid #999999;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.95em;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
#content TABLE.content TH,
#content TABLE.default TH {
  padding: 2px;
  border: 1px solid #999999;
  background-color: #AAAAAA;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
#content TABLE.content .even,
#content TABLE.default .even {
  background-color: #EEEEEE;
}
#content TABLE.content .odd,
#content TABLE.default .odd {
  background-color: #DDDDDD;
}
#content TABLE.default TR TD {
  padding: 2px 4px 2px 4px;
  border: 1px solid #999999;
}
#content TABLE.default TR A {
  color: #006699;
  text-decoration: none;
}
#content TABLE.default TR A:hover {
  color: #EC8000;
}
#content TABLE.default TR TD UL {
  margin: 0;
  list-style: none;
}
#content TABLE.default TR TD.picture {
  width: 80px;
  height: 120px;
		text-align: center;
}
#content TABLE.default TR TD.picture.small {
  width: 20px;
  height: 30px;
	text-align: center;
}
#content TABLE.default TR TD.picture IMG {
  /*width: 80px;
  height: 120px;*/
  margin: 2px 0 2px 0;
  border: 1px solid #999999;
}
#content TABLE.default TR TD.picture.small IMG {
  /*width: 20px;
  height: 30px;*/
}
#content TABLE.default TR TD.content {
  width: 400px;
}
#content TABLE.content,
#content TD.content TABLE {
  width: 100%;
  margin: 0;
  border: none;
}
#content TABLE.content TR TD,
#content TD.content TABLE TR TD {
  padding: 0;
  border: none;
}
#content TABLE.content TR TD.label,
#content TD.content TABLE TR TD.label {
  width: 30%;
  color: #AAAAAA;
  font-weight: bold;
}
#content TABLE.content TR TD.field,
#content TD.content TABLE TR TD.field {
  width: 70%;
}
#content TD.content TABLE TR TD.label.message {
  width: 15%;
  color: #AAAAAA;
  font-weight: bold;
}
#content TD.content TABLE TR TD.field.message {
  width: 85%;
}
#content TABLE.content TR TD.label.width-50pro,
#content TD.content TABLE TR TD.label.width-50pro,
#content TABLE.content TR TD.field.width-50pro,
#content TD.content TABLE TR TD.field.width-50pro {
  width: 49%;
}
#content .message DIV,
#content TD.content TABLE TR TD.message DIV {
  width: auto;
  margin: 2px 0 2px 0;
  padding: 2px 4px 2px 4px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}
/*************************************************/
/*#marginal DT {
  font-weight: bold;  
}*/