/* ==================================
   1. Kalibrierung
   =============================== */

* { padding: 0; margin: 0; } 
 
h2, p, ul, ol { margin-bottom: 1em; } 

ol ul { margin-bottom: 0; } 

li { margin-left: 2em; }

td {
	vertical-align: top;
	text-align: left;
}
   
/* ==================================
   2. Allgemeine Styles 
   =============================== */   

html { height: 101%; }    
   
body { 
  background-color: #7b98ab;
  color: #666; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;   
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 200;
	color: #666;
	background-color:#C93;
	text-align:center;
}

/* ================
   Hyperlinks    */  

a { 
  text-decoration: none; 
  outline: none; 
} 

a:link { color: #fff; } /* nicht besuchte Links */ 
a:visited { color: #cc6600; } /* besuchte Links */ 

a:hover, 
a:focus { 
  border-bottom: 1px solid #d90000; 
} 
a:active { 
  background-color: #d90000; 
  color: white; 
}

/* =====================
   Klassen und IDs    */

.weiterleitung {
	top: 50px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 100;
	color: #fff;
	text-align: justify;
}

.blau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 200;
	color: #990000;
}

div {
	background: transparent;
    padding: 0;
    margin: 0;
}


