/* CSS allaboutanimals.de */

body {
      color:#787878;
      background-color: #FFFFFF;
	  font-family: "Courier New", "Courier", "mono", monospace;	
      font-size:10pt;
	  margin-top: 5px;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-bottom:5px;
}

.h1 {
	font-size:18pt;
	font-weight:bold;
}

.h2 {
	font-size:16pt;
	font-weight:bold;
}

.h3 {
	font-size:14pt;
	font-weight:bold;
}

.h4 {
	font-size:12pt;
	font-weight:bold;
}

.h5 {
	font-size:10pt;
	font-weight:bold;
}


table,tr,td,a,li { 
	  color: #787878;
      font-size:10pt;
}

.fliesstext1 {
	font-size:10pt;
}

img {border: 0px}

p,li {
   color: #787878;
   font-size:10pt;
   font-family: "Courier New", "Courier", "mono", monospace;	
}

p.message {
	border: 1px dotted grey;
	font-weight: bold;
}

.menu {
   color: #787878;
   font-size:10pt;
   font-family: "Courier New", "Courier", "mono", monospace;
}

.menu:hover {
	color:black;
}

a {
   	color: #787878;
   	font-size:10pt;
   	font-family: "Courier New", "Courier", "mono", monospace;
	text-decoration: none;
}

a:hover {
	color:black;	
}

a.intern {
	border-bottom: 1px #787878;
	border-bottom-style: dotted;	
}

a.extern {
	text-decoration:underline;
	font-weight:bold;
}


img.leuchtkasten {
	border: 1px solid black;
}

input,select,option,textarea  {
     color: #787878;
	 font-family: "Courier New", "Courier", "mono", monospace;
     background-color:#FFFFFF;
	 border: 1px dotted #787878;
}

input.searchform {
	font-size:10pt;
}

input.searchform:hover {
	color:black;
	border: 1px dotted black;
}
