/**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	margin: 0 0 0.25em 0;
  }

  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 180%}						         /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 130% }                     	/* 16px */
  h5 { font-size: 115% }                     	/* 14px */
  h6 { font-size: 100%; font-style:italic }  	/* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

p { 
  	line-height: 1.5em; 
  	margin: 0 0 1em 0; 
  	padding: 0;
}

p.bodytext { 
	line-height: 1.5em; 
	margin: 0 0 10px 0; 
	padding: 0;
}

p.bodytext a { 
	color: #666666;
}

p.bodytext a:focus,
p.bodytext a:hover,
p.bodytext a:active { 
	color: #3a3a3a;
	text-decoration: underline;
}


  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #666666; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#3a3a3a; text-decoration:underline;}
  
#topnav a { 
/*	color: #999; */				/*normal*/
	color: #dfdfdf;
	font-weight: normal; 
	background:transparent; 
	text-decoration:none; 
}

#topnav a:focus, 
#topnav a:hover,
#topnav a:active { 
	text-decoration:underline; 
	background-color: transparent;
}
  
#footer a { 
	color: #dfdfdf; 
	background:transparent; 
	font-weight: normal;
}

#footer a:focus, 
#footer a:hover,
#footer a:active {
	color: #666666; 
	background-color: transparent; 
	text-decoration:underline;
}

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }




/* ############ BULLETLIST #############################################################*/

.csc-bulletlist ul li{
 line-height:1.2em;
 font-size:0.9em;
}
.csc-bulletlist ol li{	
	padding:0 0 0 0;	
	margin: 0 0 10px 30px;	
 	line-height:1.4em;
	font-size:0.9em;
}

/* ############ SITEMAP #############################################################*/

div.csc-sitemap {margin:0; padding:0;} 

div.csc-sitemap a { text-decoration: none; color: #444444;} 

div.csc-sitemap a:hover, div.csc-sitemap a:focus, div.csc-sitemap a:active { 
   text-decoration: underline; 
	color: #666666;
} 

/*first level */ 
div.csc-sitemap ul {margin:0; padding:0;   } 

div.csc-sitemap ul li{background: url(../../../layout_images/arrow_lightgrey.gif) no-repeat 0 4px;	padding:0 0 0 10px; list-style: none; margin:0; } 

div.csc-sitemap ul li a{   text-decoration:none; color: #666666;   }

/*second level */ 

div.csc-sitemap ul li ul{  margin:0; margin-left: 2em; padding:0; font-weight:normal;   } 

div.csc-sitemap ul li ul li{list-style-type: none;    list-style-image: none;   margin: 0.1em 0; }
div.csc-sitemap ul li ul li a{   text-decoration:none;  font-size: 1.0em;   color: #666666; }

/*third level */ 

div.csc-sitemap ul li ul li ul{ margin-left: 2em; font-weight:normal;   } 

div.csc-sitemap ul li ul li ul li{  list-style-type: none;    list-style-image: none;   margin: 0.1em 0; font-size: 1.0em;}
div.csc-sitemap ul li ul li ul li a{ text-decoration:none;color: #666666;}


/* ############ Tabelle #############################################################*/

.contenttable{border:none;}
.contenttable caption{margin:0 0 0 0; padding:0 0 10px 0; color: #6a5a64; text-align:left; font-weight:bold;}

table.contenttable {width:100%;border:none;}
table.contenttable thead{background-color:transparent;color:#666666;}
table.contenttable tr{border:1px solid  #666666;}
table.contenttable td{border:1px solid #666666;background-color:transparent;padding:3px;}
table.contenttable th{ border:1px solid  #666666;color: #666666;padding:3px;background-color:transparent; font-weight: bold;}

/* #########################################################################*/

.csc-form-fieldcell input{color: #666666;}

/* ##########################
** ### TYPO3 Mailformular ###
** ##########################
*/
.csc-mailform-field input{color: #666666;}
.csc-mailform-field{margin-top:10px;color: #666666;}
.csc-mailform-field label {width:150px; display:block;color: #666666;}
.csc-mailform-radio label {display:inline; margin-left:0.3em;}
.csc-mailform-radio legend {display:none;}
.csc-mailform-submit {margin-top:1em; background-color:#fff; padding: 0 2px; font-weight: bold;color: #666666;}
.csc-mailform-check{background:transparent;}


/* ###################################################
** ### content left, content right, content normal ###
** ###################################################
*/

 .content-normal{
	position: relative;
 }

.content-left {
	margin: 0 0 2em 0;
	padding:4px;
	border: 1px dotted #dfdfdf;
}

.content-right{
	background: transparent;
	margin-bottom:2em;  
	padding:4px;
	border: 1px dotted #dfdfdf;
	display: block;
	text-align: left;
	float:none;
	clear: both;
	overflow: hidden;
}

/* ###########################
** ### cssstyledcontent ######
** ###########################
*/

DIV.csc-textpic-imagewrap{
	position: relative;
	overflow: hidden;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {	
	margin-bottom: 0px; 
	padding-bottom:10px;
}

DIV.csc-textpic-imagerow {
	margin-bottom: 10px;
}

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { 
	margin-left: 0px !important; 
	overflow: hidden;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { 
	margin-right: 0px !important; 
	overflow: hidden;
}
