/******************************************************** 
  Copyright (C) 2007 gloom it (gloomit.de)
  Axel Rothenbuecher and Phillip Kroll GbR
  Beschreibung: CSS for p, h1-5, a, ect.
  Projekt: Borussia Düsseldorf
*********************************************************/


/******************************************************** 
  general basic styling
*********************************************************/

a{
 text-decoration: none;
 color: #303030;
 font-weight: bold;
}

a:hover{
  text-decoration: none;
  color: red;
  font-weight: bold;
}

p{
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5{
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

#newsletterSlogan{
  margin-bottom:0px;
  padding: 0px;
}


/******************************************************** 
  Text news view
*********************************************************/



/******************************/
/*  Language switch
/******************************/

#chooseLang a{
  color: white;
}

#chooseLang a:hover{
  text-decoration: underline;
}
 



/* read headline with dashed 
   underline on the right content frame */

#col3 p{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
}

#col3 h1, #col3 h2{
  color: #950000;
  font-size: 12px;
  background-image: url(underline_h1.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 5px;
  padding-top: 5px;
}

