@media all
{
  /**
   * 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: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic; } /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  p.bodytext { font-size: 8pt;}

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em; font-size: 8pt;}

  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: #707070; text-decoration:underline; }
  a:focus,
  a:hover,
  a:active { background-color: transparent; text-decoration:underline; color: #FF4500;}
  
#col2 ul  a, #col3 ul  a { color: #707070; text-decoration:none; }
#col2 ul a:focus, #col3 ul a:focus,
#col2 ul a:hover, #col3 ul a:hover,
#col2 ul a:active, #col3 ul a:active { background-color: transparent; text-decoration:underline; color: #FF4500;}



/* 
  a { color: #606060; text-decoration:none; }
  a:focus,
  a:hover,
  a:active { background-color: transparent; text-decoration:underline; }
  */
  
  
  #topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent; }
  
  #footer a { color: #aac; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #fff; background-color: transparent; text-decoration:underline; }

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * 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 #000 solid;
  }
}




/*****************************************************
Generic
******************************************************/

html, body {
 margin: 0;
 padding: 0;
 background: #fff ;
}

#page {
 padding: 0;
}

/*****************************************************
Header
******************************************************/
#header {
 padding: 0;
 height: 142px;
}

div.c20l {
 float: left;
 width: 22%;
}

div.c60l {
 float: left;
 width: 56%;
}

div.c20r {
 float: right; 
 margin-left: -5px;
 width: 22%
}


div #logo {
 padding-top:5px;
 padding-left: 0;
 padding-right: 0;
 text-align: center;
}

h1.hidden_title {
 margin: -2em 0 0 -9999px;
 padding: 0 0 0 0;
 height: 2em;
 font-size: 1em;
 
}

#leading {
 font-size: 9pt;
 font-weight: bold;
 background: no-repeat left 30px url(../../images/mountains.jpg) #ffa66f;
 vertical-align: middle;
 height: 142px;
 text-align: left;
}

#leading p {
 line-height:30px;
}

#quicklinks {
 vertical-align: bottom;
 background: no-repeat bottom url(../../images/mountains.jpg) #ffa66f;
 background-position: -549px 30px;
 height: 112px;
 padding: 30px 0 0 0;
}

#quicklinks ul {
 background: transparent;
 width: 100%;
 margin: 0;
 padding: 0;
 height: 112px;
 text-align: right;
 list-style-type: none;
}

#quicklinks ul li {
 height: 27px;
 border-bottom: 1px solid #ccc;
 width: 220px;
 margin: 0;
 
}
#quicklinks a {
 background: url(../../images/white_trans.png);
 color: #0066CA;
 height: 27px;
 width: 220px;
 margin: 0;
 font-size: 10pt;
 font-weight: bold;
 display: block;
 text-align: center;
 text-decoration: none;
 line-height:28px; 
}

#quicklinks a:hover {
 color: white;
 background: url(../../images/black_trans.png) 
}

/*****************************************************
Navigation
******************************************************/
#nav_main ul{
 text-align: center;
 margin: 0;
 padding: 0;
}

#nav {
 text-align: center;
 margin: 0;
 padding: 0;
 width: 100%;
}

ul.menu {
  margin-top: 1em;
  margin-left: 0.5em;
}

ul.menu li{
  list-style-type: none;
  margin-left: 0;
}


/*****************************************************
Content
******************************************************/

/*   Rounded corners  */

b.bt, b.bt b, b.bb, b.bb b {display: block; height: 10px;font-size: 1px;background:url(../../images/corner.gif) no-repeat;position:relative}

b.bt {top: -3px; left: -3px}

b.bt b {background-position:100% -10px; left: 6px}

b.bb {background-position:0 -20px; top:3px; left: -3px}

b.bb b {background-position:100% -30px; left: 6px}

.orange_border {
	border-left: #ff4500 1px solid;
	border-top: #ff4500 1px solid;
	margin-bottom: 2em;
}

.fp_content{
 padding: 0 1em 1em 1em;
}

h2.logo_title {
 /* background:  no-repeat url(../../images/small_logo.jpg) center left; */
 height: 20px;
 line-height:20px;
 position: relative;
 font-size: 10pt;
 vertical-align: middle;
 /* padding-left: 25px;  */
 margin: 0pt 0 0 0;
 color: #0066CA;
}

.project_logo {
 vertical-align: middle;
}

.article {
 padding-top: 1em;
 padding-bottom: 1em;
 margin-bottom: 0.5em;
 border-bottom: 1px solid #707070;
 line-height: 1.5em;
}

.excerpt {
 padding-top: 1em;
 text-align: justify; 
 
}

.project{
 vertical-align: middle;
}

ul.project_details {
 padding: 1em 0 1em 0;
 font-size: 1em;
}

ul.nobullets {
 list-style-type: none;
 margin-left:0;
 padding-left: 0;
 
}

ul.nobullets li {
 vertical-align: middle;
}

ul.nobullets img {
 vertical-align: middle;
}

.csc-uploads p a {
  font-size: 8pt;
}

/*****************************************************
Columns
******************************************************/
div.homepage h3 ,
div.homepage h3.normalpage {
 /* background:  no-repeat url(../../images/small_logo.jpg) center left; */
 height: 20px;
 line-height:20px;
 position: relative;
 font-size: 10pt;
 vertical-align: middle;
 /* padding-left: 25px;*/
 margin: 0pt 0 0 0;
 color: #0066CA;
}

.news {
 font-size:8pt;
 text-align: left;
 color:#707070;
 border-bottom: 1px solid #707070;
 padding-bottom: 1em;
}

div.news h3.black {
 margin: 1em 0 0.5em 0;
 padding-left: 12px;
 width: 50%;
 background: #D1D1D1 center left;
 color: #000;
 font-size: 8pt;
 height: 15px;
 line-height: 15px;
}

.news h4 {
 font-size: 8pt;
 font-weight:bold;
 color: black;
}

div.advertisment {
 text-align: center;
 margin-bottom: 1.5em;
}

.advertisement a, .advertisement a:hover,.advertisement a:visited {
 text-decoration: none;
}

#tx_indexedsearch {
 padding-bottom: 1.5em;
 vertical-align: middle;
 text-align: center;
}

#seachsubmit {
 vertical-align: middle;
}

#s {
 width: 10em;
}

.normalpage {
	text-align: justify;
}

h2.normalpage {
	font-size: 12pt;
	margin-top: -12pt;
	height: 12pt;
	margin-left: -9999em;
}

h3.normalpage {
	color: #ff4500;
	font-size: 10pt;
}

div.csc-textpic-text p.bodytext {
  text-align:justify;
  font-size: 8pt;
  }
/*****************************************************
Footer
******************************************************/

#footer , #footer a{
 text-align: right;
 font-weight: bold;
 text-decoration: none;
 color: #c5c5c5;
}

#footer a:hover {
 color:#ffa66f;
 text-decoration: none;
}

#copyright {
 text-align: center;
 color: c5c5c5;
}

/*****************************************************
News

******************************************************/
.news-single-timedata, .news-single-category {
  float: none;
  text-align:left;
  padding-bottom: 0.5em;
}
/*****************************************************
Forms
******************************************************/

.csc-mailform-field {
width: 300px;
clear: left;
margin: 0;
padding: 0.4em 0 0.4em 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: none;
height: 1%;
}

.csc-mailform-field label{
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.csc-mailform-radio label {
font-weight: normal;
float: none;
margin-left: 0;
padding-bottom: 0.3em;
}

.csc-mailform-radio legend {
  display: none;
}

.csc-mailform-field input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.csc-mailform-field textarea{
width: 250px;
height: 150px;
}


