/**
 *
 *
 *Version: 0.1
 *Author: Daniel Beckert
 *Author URI: http://www.dp303.com/
 *
 *
 */


/**
 * The body class
 *
 */ 
 body {
	 font-family:Arial, Helvetica, sans-serif;
	 background-color: #CBCEAC;
	 background-image:url(../../__IMG__/html/basic/_pattern.gif);
	 background-repeat:repeat;
	 font-size:11px;
	 color:#6F2D2D;
	 padding:0px;
	 margin:0px;
 }
 
 h2 {
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:18px;
	 font-style:italic;
	 font-weight:lighter;
	 color:#6F2D2D;
	 padding:0px;
	 margin-top:13px;
	 margin-left:0px;
	 margin-right:0px;
	 margin-bottom:0px;
 }
 
 #DIV_CONTENT {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	 font-weight:100;
	 line-height:15px;
	 letter-spacing: 0px;
	 position:static;
	 top:0px;
	 left:0px;
         padding-bottom:12px;
	 z-index: 10;
	 overflow:visible;
 } 

 #BASIC_CONTENT_TABLE {
 	height:100%;
	width:756px;
 }

 #HEADLINE_TABLE {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:500;
	color:#6F2D2D;
	vertical-align:middle;
   letter-spacing: -2px;
 	height:51px;
	width:756px;
 }
 
 .sepHor {
 	height:1px;
 	background-image:url(../../../fewo_lohr/__IMG__/html/basic/_sep_hor.gif);
	background-repeat:repeat-x;
 }
 
 .sepVer {
 	background-image:url(../../../fewo_lohr/__IMG__/html/basic/_sep_ver.gif);
	background-repeat:repeat-y;
 }

