  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0 }
  
  
    /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }
  
  
  /**
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }
  
  
    /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  
  
  
	body {
	color: #000;
	text-align: left;
	background-color: #DDE1CE;
	background-image: url(../images/catberry-flash.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


a.mail:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A6081E;
	text-decoration: none;

	
}
a.mail:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A6081E;
	text-decoration: none;

}
a.mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A6081E;
	text-decoration: underline;

}
a.mail:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A6081E;
	text-decoration: underline;

}


a.subNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6081E;
	text-decoration: none;
	font-weight: bold;

	
}
a.subNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6081E;
	text-decoration: none;
	font-weight: bold;

}
a.subNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6800;
	text-decoration: none;
	font-weight: bold;

}
a.subNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6081E;
	text-decoration: none;
	font-weight: bold;

}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75796d;
	text-decoration: none;

	
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75796d;
	text-decoration: none;

}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A5031C;
	text-decoration: none;

}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75796d;
	text-decoration: none;

}

.txt-footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75796d;
	text-decoration: none;

}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}




H1 {
	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A6081E;
	font-weight: bold;
	letter-spacing: 1px;
}

H2 {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C6800;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

H3 {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

