/* Modifikationen des grundlegenden Screen-Layouts fuer News-Seiten */
@import url(news_content.css);

#col3 	          { width:90%; margin-left: 1.75em; } 
.startseite       { padding-left: 2em; } 
.p	          { padding-bottom:0;}
.news_link        { padding:0 1px;}
/*.mainpagenewsitem { display:inline; padding:3px;} */

#col2 { display: none;}
#col1 { display: none;}




/* entfernen der 1px trennlinie vom menu */
#main {background:none;}

/* Inhaltsformatierung fuer News-Seiten */


  #col3 h2 {
    color: #fff;
    font-weight: bold;
    margin: 0 0 0.2em 0;
    padding: 4px;
    text-align: left;	
    border-bottom: 1px solid #3369aa;
    
    background-color: #fff;
    font-size: 1.05em;
    color: #3369AA;
    width:100%;
    
  }


  #col3 p.news_link {
    margin: 0 0 1.5em 0;
    text-align: right;
  }

  #col3 a {
    text-decoration: none;
  }

  #col3 a:hover, #col3 a:active, #col3 a:focus {
    border-bottom: 0.1ex dashed;
    text-decoration: none;
  }
  
  #col3 .itm {
  	width:31%;
  	float:left;
	padding: 0;
	margin-right:1em;
	text-align:left;
  }
  
  #col3 .itm h2 {
	text-align:center;
	background-color: #3369AA;
	color: white;
	width: 97%;
  }
  
 #col3 .red h2 {
	background-color: red;
  }
  
 #col3 .red h2 {
	border-bottom: 1px solid red;
 }
  
  #col3_content .bodytext {  
/*	border-bottom:1px solid #3369AA; */
	font-size:96%;
	padding-bottom: 3px;
  }
  
  #col3 #stud-content_container .floatbox {
    width:100%;
  }
  
  
  
  .startseite {
	padding-left:1em;
  }

