@media screen,print {
  
  /** Allgemeine Styles ( Schriftgrössen, Inhaltsbreite)                             **/
  /* -------------------------------------------------------------------------------- */
  
  * {
  	margin: 0;
  	padding: 0;
  	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  
  a { text-decoration: none; color: #0079a4; }
  a:hover { text-decoration: none; }
  a:focus { text-decoration: none; }
  
  a img {
    border:0px;
  }
  
  .bold {	font-weight: bold; }
  
  
  html { 
    height: 100%;
  }
  
  body {
  	color: #000000;
  	background-color:#F4F4F4;
  	text-align: center;
  }
  
  #leftcol {
  
  	border-right:  1px solid #007FA8;
  
  }
  
  #maintable {
  	width:960px;
  	border:0px solid white;
  	background-color:white;
  	padding:0px;
  	margin:0px;
  	text-align:left;
  }
  
input.cssbutton, button.cssbutton  {
	width: auto;
	height: 17px;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0px;
	color: #ffffff;
	background: #0079a4;
	border: none;
	cursor: pointer;
  }



  
  /** Navigation links									                             **/
  /* -------------------------------------------------------------------------------- */

  #navigation {
  	width:195px;
  	margin-left:10px;
 	margin-right:10px;
 	margin-bottom:100px;
  }
  
  #navigation div.infoheader {
  	margin-top:14px;
  	margin-bottom:12px;
  	width:100%;
  	border-bottom: 1px solid #007FA8;
  	font-weight:bold;
  	color:#AAAAAA;
  }
  
  #selectedarticle {
  	margin-bottom:12px;
  }
  
  #selectedarticle a{
  	color:#AB025B;
  }
  
  #unselectedarticle {
  	color:black;
  	margin-bottom:12px;
  }
  
  #unselectedarticle a{
  	color:#0078A9;

  }

  
  #selectedarchiveissue {
  margin-top:12px;
  	margin-bottom:0px;
  }
  
  #selectedarchiveissue a{
  font-weight:bold;
  	color:#007FA8;
  }
  
  #unselectedarchiveissue {
  	color:black;
  	margin-bottom:2px;
  }
  
  #unselectedarchiveissue a{
  	color:#0078A9;
  }
  

  #archiv {
  	border-bottom:1px solid #007FA8;
  	border-top:1px solid #007FA8;
  	padding-top:10px;
  	margin-bottom:10px;
  }
  

  
  /** Spezialseiten										                             **/
  /* -------------------------------------------------------------------------------- */
  
  
  /* Events - andere Informationen */
  
  #addinfo {
  	margin-top:15px;
  	margin-bottom:6px;
  }
  
  #addinfo p {
  	margin-bottom:15px;
  }
    
  span.selected_info a {
  	color:#AB025B;
  }
  
  
  
  /** Kopfbereich										                             **/
  /* -------------------------------------------------------------------------------- */
  
   
  #this_issue_title {
 	width:197px;
 	height:20px;
 	margin-top:9px;
 	float:left;
 	color:white;
 	font-weight:bold;
 	font-size:12px;
  }
  
  #this_issue_title_print {
 	width:200px;
 	height:20px;
 	margin-top:9px;
 	float:left;
 	color:black;
 	font-weight:bold;
 	font-size:12px;
  }
  
  #subtext {
  	width:197px;
  	height:51px;
  	font-size:10px;
  	float:left;
  	color:#BBDBEB;
  }
  
  
  #search {
  	width:299px;
  	height:22px;
  	float:left;
  	border-left:1px solid white;
  }
  
  #search div.subscribe a {
  	font-weight:bold;
  	font-size:12px;
  	color:white;
  	float:left;
  	margin-right:10px;
  	margin-left:8px;
  }
  
  #search input.searchstring {
  	width: 135px;
	height: 16px;
	display: inline;
	margin: 0 0 0 20px;
	border: 1px solid #666666;
  	float:left;
  }
  
  #search input.submitbutton {

	width: auto;
	height: 17px;
	display: inline;
	font-size: 11px;
	margin: 0 0 0 0px;
	color: #ffffff;
	background: none;
	border: none;
	cursor: pointer;
  	float:left;
  }
  
  


  /* Footer */
  /* ----------------------------------------------------------- */
  


  
  #footer_links {
  	background-color:#37383A;
  	width:450px;
  	height:23px;
  	float:left;
  	color:white;
  }
   
  #footer_links a {
  	color:white;
  }
  
  #footer_rechts {
	background-color:#007FA8;
	width:196px;
	height:23px;
	float:left;
  }
  
  #footer_rechts a {
	color:white;
	font-weight:bold;

  }
  
  div.marg {
  	margin-left:5px;
    margin-top:5px;
  }
  





  /* Mittlere Spalte Kopfbereich (Bild, Überschrift, Kategorie   */
  /* ----------------------------------------------------------- */

  #bildoben_escope {
  	width:745px;
  	height:129px;
  	background-image: url(pri_web_escope_kopf_oben.gif);
  }
  
  #bildunten_escope {
  	width:745px;
  	background: url(pri_web_escope_kopf_unten.gif) no-repeat;
  	float:left;
  }

  #bildoben_prioshare {
  	width:745px;
  	height:129px;
  	background-image: url(pri_web_prioshare_kopf_oben.gif);
  }
  
  #bildunten_prioshare {
  	width:745px;
  	background: url(pri_web_prioshare_kopf_unten.gif) no-repeat;
  	float:left;
  }
  
  #category {
  	margin-top:15px;
  	margin-bottom:7px;
  }
  
  #category span.cat{
  	color:#007FA8;
  	font-size:13px;
  }
  
  #category span.news{
  	font-weight:normal;
  	color:black;
  	font-size:13px;
  	text-transform:uppercase;
  }
  
  #header {
  	color: #007FA8;
  	font-weight:bold;
  	font-size:19px;
  	margin-top:18px;
  	font-family:Arial;
  	margin-bottom:20px;
  	width:470px;
  }
  
    
  #article_image {
  	margin-bottom:12px;
  }
  
  #article_image_print {
    width:100%;
  	margin-bottom:12px;
  }
  
  
  /* Text/Inhalte mittlere Spalte */
  /* ----------------------------------------------------------- */
  
  #content {
  	width:469px;
  	float:left;
  	border-right: 1px solid #007FA8;
  }
  
  #content p.bodytext strong, #content p.bodytext em, #content a{
  	font-size:12px;
  }
  
  #content p.bodytext sub, #content p.bodytext sup{
  	font-size:11px;
  } 
  
  #lead {
  	font-weight:bold;
  	color:#007FA8;
  	margin-top: 0px;
  	padding-bottom: 0px;
  	padding-right:14px;
  	line-height:20px;
  	margin-bottom:12px;
  }
  
  #maintext {
  	line-height:20px;
  	padding-top: 5px;
  	padding-right:14px;
  	padding-bottom:15px;
  }
  
  #maintext p.bodytext{
  	font-size:12px;
  	margin-bottom:8px;
  }
  
  #maintext b{
	  font-size: 12px;
  }
    
  #lead p.bodytext{
  	font-size:12px;
  }

  
  
  
  /* Text/Inhalte rechte Spalte */
  /* ----------------------------------------------------------- */
  

  #zusatzinfos {
  	width:182px;
  	float:left;
  	padding-left:7px;
  	padding-right:6px;
  }
  
  #zusatzinfos p {
  	font-size:11px; 
  	margin-bottom:12px; 
  }
  
  #r_spacer {
  	height:15px;
  	width:180px;
  }

  #zusatzinfos p.bodytext strong, #zusatzinfos p.bodytext em{
  	font-size:11px;
  }

  #zusatzinfos p.bodytext  sub, #zusatzinfos p.bodytext sup{
  	font-size:9px;
  }

  #zusatzinfos div.infoheader {
  	margin-top:3px;
  	margin-bottom:12px;
  	width:100%;
  	border-bottom: 1px solid #007FA8;
  	font-weight:bold;
  	color:#AAAAAA;
  }



  /* Mailfunktion */
  /* ----------------------------------------------------------- */
  

   #popuptable {
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    height:0px;
    left:0px;
    visibility:hidden;
    z-index:3;
  }

  #popupimage {
    padding:10px;
    text-align:left;
    border:1px solid #B3B3B3;
    background-color:white;
  }
  
  #mailrecipient {
  	width: 200px;
	height: 16px;
	display: inline;
	border: 1px solid #666666;
  	float:left;
  }
  
  #mailarea {
    width: 300px;
	height: 100px;
	display: inline;
	border: 1px solid #666666;
  	float:left;
  }
  
   #mailstatus {
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    height:0px;
    left:0px;
    visibility:hidden;
    z-index:2;
  }



  /* Feedback */
  /* ----------------------------------------------------------- */
  
 input.textfield {
    width: 200px;
	height: 16px;
	display: inline;
	border: 1px solid #666666;
  	float:left;
  }
  
  textarea.feedback {
    width: 400px;
	height: 150px;
	display: inline;
	border: 1px solid #666666;
  	float:left;
  }



  /* (Un-)Subscribe-Formular */
  /* ----------------------------------------------------------- */
  
 input.subcribe {
    width: 280px;
	height: 16px;
	display: inline;
	border: 1px solid #666666;
  	
  }



  /* Admin Modus */
  /* ----------------------------------------------------------- */
  

  
  #hidden {
  	padding: 0px;
  	margin: 0px;
  	border: 1px dotted #DDDDDD;
  	background-color: #F2F2F2;
  }
  



  /* prioShare Login */
  /* ----------------------------------------------------------- */
  
  #prioshare_login {
  	margin-top:30px;
    border: 1px solid gray;
  	text-align:left;
  	padding:10px;
  	width:210px;
  }
  
  #prioshare_login h1{
  	margin-bottom:10px;
  }
  

  #result {
  	margin-bottom:12px;
  }



  
  #editorial {
  	font-weight:bold;
  }
}