/* ==========================================

CSS : Stylesheet für www.odenthal.de 
ERSTELLT FÜR MEDIACLOU GmbH 
AGENTUR FÜR WERBUNG UND MEDIENINTEGRATION
Stylesheet für die Basisformate
Juli/August 2008

============================================== */

* { margin: 0; padding: 0;}

body { 
  background-color: #d7d7d7;
	font: 0.8em verdana, arial, sans-serif;
	color: #333;
	}

a { text-decoration: underline; color: #333;  } /* dunkelblau für die Links */
a:visited { color: #333; } 
a:focus, a:hover { background-color: #ecffed; }
a:active, a:focus{ background-color: #d0ffd0; }
a img { border: none; }

h1 a, h1 a:visited { text-decoration: none; color: #0e3293; }

.clear { clear:both; margin:0; padding:0; background:transparent;  }
.fett { font-weight: bold; }

p {	line-height: 140%; }

.invisible {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/* ==========================================
Schriften + Überschriften
============================================= */

h1, h2, h3, h4, h5, h6 { 
   font-family: verdana, arial, sans-serif; 
   color: #0e3293; /* Dunkelblau für die Überschriften */
   font-weight: normal;}  
   
h1 {
   font-size: 1.5em;
   margin: 1em 0 0.5em 0;}
h2 {
   font-size: 1.3em;
   margin: 1em 0 0.5em 0;}   
h3 {
   font-size: 1.1em;
   margin: 1em 0 0.5em 0;}   
   
/* ======================================
   E N D E global.css
   ====================================== */
   #rechtsInhalt{
	margin: 0 0 0 0.5em;
}