/**
 * @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;
}

/**
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 */

@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: 75%;
	color: #000;
	}

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

  /* Layout Properties | Layout-Eigenschaften */
  #horizon           
	{
	text-align: center;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
  .page_margins {
  	width: 985px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:25px;
	text-align:left;
	background: #FFFFFF;
	}
	
  .page { padding: 0px; }
  
  #header {
	height:80px;
	}
	
  #topnavi {
	height:28px;
	font-size: 92%;
	font-weight:normal;
	color: #000;
	letter-spacing: 0em;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:13px;
	padding-right:5px;
	text-align: right;
	}

  #topnavi p {
  	font-size: 92%;
	font-weight:normal;
	letter-spacing: 0.1em;
	line-height:0em;
	padding-top: 3px;
  }

  #sloganback {
	height:40px;
	width:985px;
	margin-bottom:0px;
	margin-top: 0px;
	background-color: #5593c9;
	}
  #slogan {
	font-size: 100%;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-left: 207px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 0px;
	}
	
  #slogan p {
  	font-size: 150%;
	line-height: 0em;
  }

  #keytitle {
	float:left;
	width:190px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	}

  #keytitle p {
  	font-size: 150%;
	line-height: 0em;
  }
	
  #main {
  	height:520px;
	margin: 0px 0;
	background: #FFFFFF;
	}

  #inhalte {
    width: 789px;
	height:521px;
  	overflow: auto;
	background-color: #cad8ed;
	background-image: url(http://www.evpfalz.de/akademie_typo3/fileadmin/templates/back_rs_liste215.jpg);
	background-repeat: repeat-y;
	background-position: right;
  }
  
   /* scrollbar */
   /* #inhalte {
	scrollbar-face-color: #FF8450;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #666699;
	scrollbar-3dlight-color: #FBF5C3;
	scrollbar-darkshadow-color: #7F7F7F;
	scrollbar-track-color: #FFD2C3;
	scrollbar-arrow-color: #FFFFFF;
	} */

  
  /*-------------------------------------------------------------------------*/

  /**
   * (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:521px;
	font-size: 100%;
	line-height:11px;
	padding-top:0px;
	}
	
  #col2 {
  	float: right;
	width: 195px;
	background-color: #dae3f2;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height:521px;
	}
	
  /*#col3 {
  	width: 593px;
	height:521px;
	overflow: auto;
	margin-left: 196px;
	margin-right: 196px;
	background-color: #cad8ed;
	}
	*/

  #col3 {
  	width: 573px;
	height:521px;
	margin-right: 196px;
	background-color: #cad8ed;
	}
	
  #col1_content {
	padding: 0 10px 0 0px;
	font-size: 92%;
	}
  #col2_content { 
	padding: 0 0px 0 0px;
	font-size: 100%;
	line-height:13px;
	letter-spacing: 0.06em;
	}
  #col3_content { padding: 0 0px; }
	
  /*-------------------------------------------------------------------------*/
}

@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 12x */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%; 
    color: #000;  
  } 
 
  fieldset { border:0; }

  
  h1,h2,h3,h4,h5,h6 { 
  	font-weight:bold; 
  	color:#000;
	padding-bottom: 0px;
  }

  h1 { font-size: 150%; margin-bottom:0px; }    /* 18px */
  h2 { font-size: 133% }                        /* 16px */
  h3 { font-size: 100%; font-style:bold }       /* 12px fett*/
  h4 { font-size: 100%; font-style:italic }     /* 12px kursiv*/
  h5 { font-size: 100% }                        /* 12px */
  h6 { font-size: 91%; font-style:italic }      /* 11px kursiv*/

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

  #header span {
    color:#999;
  }

  p { padding-bottom: 0px; }
  
  #col3_content h1 {
	font-size:117%;
	color:#000000;
	letter-spacing: 0.06em;
	margin-bottom: 0px;
}

  #col3_content h2 {
	font-size:117%;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.06em;
	margin-bottom:0px;
	font-weight: normal;
	}
  #col3_content h3 {font-size:100%;color:#000000;}
  
  #col3_content p, #col3_content ul, #col3_content li, #col3_content label, #col3_content textarea, #col3_content input, #col3_content table  {
	font-size:117%;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.06em;
	}
	
  #col3_content p , #col3_content h1, #col3_content h2, #col3_content h3, #col3_content .news-list-morelink {
   padding-left:10px;
   padding-right:10px;
  }
  
   #col2_content p  {
   padding-left:5px;
   padding-right:5px;
  }
  
.news-list-morelink { 
	padding-bottom: 5px;
	margin-top:-5px;	
	}
 
  /* ### Tables | Tabellen  #### */
 
  #col2_content td { vertical-align: top; }
  #col3_content td { vertical-align: top; }  

  /* ### 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;
  }

  form {
	padding-left: 10px;
	font-size:117%;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.06em;
	}
  
  /**
   * 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: #000000; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#e2007a; text-decoration:underline;}
  
  #col2_content a.internal-link, #col2_content a._blank, #col2_content a.mail, #col2_content a.download , #col2_content a.external-link  {
    background: url(http://www.evpfalz.de/akademie_typo3/fileadmin/templates/linksymbol.gif) left no-repeat;
    padding-left: 10px;
  }

  #col3_content a.internal-link, #col3_content a._blank, #col3_content a.mail, #col3_content a.download, #col3_content a.external-link  {
    background: url(http://www.evpfalz.de/akademie_typo3/fileadmin/templates/linksymbol.gif) left no-repeat;
    padding-left: 10px;
  }  
  #topnavi a { color: #000; font-weight: bold; background:transparent; text-decoration:none; }
  #topnavi a:focus, 
  #topnavi a:hover,
  #topnavi 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;
  }
  */

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
	background-color: #ffffff; /* Farbe für Opera und Firefox */
	color: #ffffff; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	width:577px;
	margin-left: 0px;
}

  #col2_content hr {
	background-color: #ffffff; /* Farbe für Opera und Firefox */
	color: #ffffff; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	width:195px;
	margin-left: -5px;
}

  #col2_content  img {margin-left: 0px;}
  
  #indent { margin-left: 10px; }  
}

/* ##########################
** ### 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;}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset{
	/* Fieldset */
	border: 0px solid #aaa;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: black;
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 220px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 500px;
	font-weight: bold;
	margin-left: -10px;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: transparent;
}


	/* Confirmation */

table.powermail_all_table {
margin-left: 10px;
}
	
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
input.powermail_anzahl {width: 50px;}

#powermaildiv_uid72, #powermaildiv_uid67 {margin-left:-10px}

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

#menublock1 {
	height: 260px;
	background-color: #cad8ed;
	line-height:0.5em;
}

#menublock2 {
	height: 260px;
	line-height:0.5em;
}

#navlogo {
	margin-top:50px;
}

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

div#mainmenu ul {
    list-style-type: none;
	padding-top: 0px;
	}

div#mainmenu * {
    margin: 0px;
    padding: 0px;
    color: black;
}
div#menutitle
{
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top:10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div#mainmenu .cur {
    color: #e2007a;
    border-bottom: 0px solid white;
}

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

div#mainmenu ul li a,
div#mainmenu ul li div {
    padding: 3px 5px 3px 10px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 12px;
    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 {
    padding-left: 20px;
}
div#mainmenu ul ul li a:hover{
    background-color: transparent;
	color: #e2007a;
}
div#mainmenu ul ul ul {
    background-color: transparent;
}
div#mainmenu ul ul ul li {
    border-bottom: 0px solid white;
}
div#mainmenu ul ul ul li a,
div#mainmenu ul ul ul li div {
    padding-left: 30px;
}
div#mainmenu ul ul ul li a:hover{
    background-color: transparent;
	color: #e2007a;
}
div#mainmenu ul ul ul ul {
    background-color: transparent;
}
div#mainmenu ul ul ul ul li {
    border-bottom: 0px solid white;
}
div#mainmenu ul ul ul ul li a,
div#mainmenu ul ul ul ul li div {
    padding-left: 40px;
}
div#mainmenu ul ul ul ul li a:hover{
    background-color: transparent;
	color: #e2007a;
}


	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display:
inline; }

	/* Border just around the image */
	{$styles.content.imgtext.borderSelector} {
		border: {$styles.content.imgtext.borderThick}px solid
{$styles.content.imgtext.borderColor};
		padding: {$styles.content.imgtext.borderSpace}px
{$styles.content.imgtext.borderSpace}px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float:
left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0;
padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0;
padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float:
left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float:
none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float:
none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap
.csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: {$styles.content.imgtext.colSpace}px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap
.csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: {$styles.content.imgtext.colSpace}px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: {$styles.content.imgtext.colSpace}px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image
.csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin:
0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom: {$styles.content.imgtext.rowSpace}px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom:
{$styles.content.imgtext.rowSpace}px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

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

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: {$styles.content.imgtext.textMargin}px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: {$styles.content.imgtext.textMargin}px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove
IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float:
right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height:
1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left;
clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
)

/* Aenderungen an default styles for extension "tt_news" */

.test {
	font-size:117%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
}

p.newstitel {
	font-size:117%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
}

p.newssubtitel {
	font-size:117%;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.06em;
	margin-bottom:0px;
	font-weight: normal;
}

.news-list-item {
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #ffffff;
	}