@charset "UTF-8";

@media all
{

  html * { font-size: 100.01% }

  body {
    font-family: 'Arial', Verdana, Helvetica, sans-serif;
    font-size: 75.00%; 
    color: #000;  
  }
  
  a { color: #F00; text-decoration:none; }
  a:hover { color:#EB0000; text-decoration:underline; }
  
  .float_left { float: left; display:inline; margin: 0 1em 1em 0; }
  .float_right { float: right; display:inline; margin: 0 0 1em 1em; }
  .top { margin: 0 0 1em 0; }
  .bottom { margin: 1em 0 0 0; }
  
  .hauptTitel {padding-bottom: 15px; font-size: 15pt; color: #494949; line-height: 1.2em; }

  .overHead {padding-bottom: 8px;	font-size: 11px;}

  .titel { padding-bottom: 12px; font-size: 13pt; color: #494949; }

  .kategorieHauptTitel{color: #e3221a;font-size: 12px;	padding-bottom:12px;}
	
  .kategorieTitel {font-weight:bold;padding-bottom:8px;}
  
  .mehr {
  	height: 9px;
  }
  
  .mehr a {
  	float: right;
  	display: block;
  	width: 9px; 
  	height: 9px; 
  	background: url(../../pix/layout/more.gif) no-repeat; 
  }
}

