/**
 * @section hidden elements | Versteckte Elemente
 * @see     ...
 *
 * Skip-Links und versteckte Inhalte
 */

/* Klassen für unsichtbare Elemente im Basislayout */
.skip, .hideme, .print, dfn {
  position: absolute;
  top: -1000em;
  left: -1000em;
}
    
/* Skip-Links für Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active {
  position: static;
  top: 0;
  left: 0;
}

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
	background: #666;
	padding: 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	color: #000;
	}

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  #horizon  {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
  .page_margins {
	width: 985px; 
	height:600px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:auto; 
	margin-top:-300px; 
	text-align:left; 
	background: #c8dff2; }
	
  .page { padding: 0px; }
  
  #header {
	height:195px;
	padding-top: 0px;
	background: #c8dff2;
	border-bottom: 1px #fff solid;
	}
	
  #topnav {
	height:17px;
	border-bottom:0px solid #fff;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	}
	
  #main {
	height:405px;
	margin: 0px 0;
	background: #c8dff2;
	}
	
  #teaser {
	height:50px;
	border-bottom:0px solid #000000;
	margin-bottom:0px;
	margin-top: 0px;
	background-color: #000;
	background-image: url(http://www.evpfalz.de/zentrum_typo3/fileadmin/user_upload/institut/bilder/ZFTAUF_Streifen.jpg); background-repeat: no-repeat; background-position: center top;
	text-align: center;
	}
	
  #teaser2 {
	height:37px;
	padding: 0px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: right;
	margin-bottom:0px;
	margin-top: 0px;
	color:#000;
	background: #c8dff2;
	border-bottom:1px solid #fff;
	background-image: url(http://www.evpfalz.de/zentrum_typo3/fileadmin/user_upload/institut/bilder/Pfalz_18PX.jpg); background-repeat: no-repeat; background-position: center top;
	}
	
  #teaser3 {
	height:50px;
	border-bottom:1px solid #fff;
	margin-bottom:0px;
	margin-top: 0px;
	background-color: #c8dff2;
	text-align: center;
	background-image: url(http://www.evpfalz.de/zentrum_typo3/fileadmin/user_upload/institut/bilder/Logostreifen1.jpg); background-repeat: no-repeat; background-position: center top;
	}
	
  #teaser4 {
	height:37px;
	border-bottom:0px solid #fff;
	margin-bottom:0px;
	margin-top: -3px;
	text-align: left;
	font-size: 250%;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-left: 5px;
	}
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 {
	float: left;
	width: 195px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height:365px;
	font-size: 100%;
	line-height:11px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(http://www.evpfalz.de/zentrum_typo3/fileadmin/user_upload/institut/bilder/logo_lakipfalz_zen.gif); background-repeat: no-repeat; background-position: center bottom;
	}
	
  #col2 {
	float: right;
	width: 195px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:375px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
  #col3 {
	width: 593px;
	height:375px;
	overflow: auto;
	margin-left: 196px;
	margin-right: 196px;
	background-repeat: repeat-y;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
  #col1_content { padding: 0 10px 0 0px }
  #col2_content { padding: 0 20px 0 10px }
  #col3_content { padding: 0 10px }
	
  /*-------------------------------------------------------------------------*/
}

@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) base layout gets standard font size 11px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 11 Pixeln */
  body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 68.75%; 
    color: #000;  
  }
  
  fieldset, img { border:0; }
  
  h1,h2,h3,h4,h5,h6 { 
  	font-weight:bold; 
  	color:#000;
  }

  h1 { font-size: 150% }                        /* 17px */
  h2 { font-size: 133% }                        /* 15px */
  h3 { font-size: 100%; font-style:bold }       /* 11px fett*/
  h4 { font-size: 100%; font-style:italic }     /* 11px kursiv*/
  h5 { font-size: 100% }                        /* 11px */
  h6 { font-size: 91%; font-style:italic }      /* 10px kursiv*/

  #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 0em 0; }
  
  p.csc-frame-frame2 {
  color:#009a64;
  }
  
  p.csc-frame-frame1 {
  color:#b31643;
  }
  
  p.csc-frame-frame2 b {
  color:#000;
  }
  
  p.csc-frame-frame1 b {
  color:#000;
  }
  
  .bodytext { margin: 0px; }

  /* ### 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-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 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: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  
  #topnav a { color: #999; 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: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; 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 #eee solid;
  }
}

/* ##########################
** ### TYPO3 Mailformular ###
** ##########################
*/
.csc-mailform-field label {color:#000; display:block; margin-top:1em;}
.csc-mailform-radio label {display:inline; margin-left:0.3em;}
.csc-mailform-radio legend {display:none;}
.csc-mailform-submit {margin-top:1em;}

  /**
   * CSS Menu
   *
   * (en) Formatting of navigation
   * (de) Gestaltung der Navigation
   *
   */

span.hidden {
    position:absolute;
    left:-1000px;
    top:-1000px;
    width:0;
    height:0;
    overflow:hidden;
    display:inline;
}
#nav { margin-top: -10px; }

div#mainmenu {
    width: 195px;
    border: 0px solid white;
    border-bottom: 0px solid white;
}
div#mainmenu * {
    margin: 0px;
    padding: 0px;
    color: black;
}
div#mainmenu .cur {
    color: #e2007a;
	border-bottom: 1px solid white;
}

div#mainmenu .act {
    color: #e2007a;
	border-bottom: 1px solid white;
}
div#mainmenu ul {
    list-style-type: none;
}
div#mainmenu ul li {
    border-bottom: 1px solid white;
}

div#mainmenu ul li a,
div#mainmenu ul li div {
    padding: 3px 5px 3px 10px;
    text-decoration: none;
    font-family: verdana,arial,helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	letter-spacing: 0.06em;
    display: block;
}
div#mainmenu ul li a:hover {
    background-color: transparent;
	color: #e2007a;
}
div#mainmenu ul ul {
    background-color: transparent;
}
div#mainmenu ul ul li {
    border-bottom: 0px solid white;
}
div#mainmenu ul ul li a,
div#mainmenu ul ul li div {
    font-size: 10px;
    padding-left: 20px;
}
div#mainmenu ul ul li a:hover{
    background-color: transparent;
	color: #e2007a;
}