/* DATEI: honay.css */


body {
	color: black;
	background-color: #FFFFCC;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0.5em;
	text-align: justify;
  }

 h3 {
	font-size: 1.5em;
	margin: 0 0 0.7em;
	padding: 0.3em;
	text-align: center;
	background-color: #0099FF;
	border: 2px ridge silver;
	font-family: Arial, Helvetica, sans-serif;
	width:auto;

  }
  html>body h3 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  ul#navi {

	font-size: 0.83em;
	float: left;
	width: 140px;
	height:auto;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFCC;
		  }
  ul#navi li {
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0px;
	text-align: right;
  }
  
  ul#navi a {
    display: list-item;
    font-weight: bold;
  }
  ul#navi a:link {
	color: black;
	text-decoration: none;
	border: 1px solid #FFFF99;
	border-bottom-color:#00CCFF;
	margin: 0px;
	padding: 0px;
  }
  ul#navi a:visited {
	color: #000000;
	text-decoration: none;
	border: 1px solid  #FFFF99;
  }
  ul#navi a:hover {
	color: black;
	background-color: #0099FF;
	text-decoration: none;
	border: 1px solid #FFFFCC;
	
  }
  ul#navi a:active {
    color: white; background-color: gray;
  }

  div#Info {
	font-size: 0.9em;
	background-color: #FFCC00;
	border: 1px none #000000;
	float: right;
	width: 30em;
	height: auto;
	margin-left: 1em;
  }
  div#Info strong {
	font-size: 1.33em;
	margin: 0.2em 0.5em;
	width: auto;
	
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#inhalt {
	border: 1px none #000000;
	max-width: 800px;
	margin-left: 165px;
	margin-right: 2em;

  }

  div#inhalt h1 {
	font-size: 1.5em;
	border-top: thin #000000;
	border-right: thin #000000;
	border-bottom: thin dotted #000000;
	border-left: thin #000000;
	text-align: center;

  }
  div#inhalt h2 {
    font-size: 0.8em;
  }
  div#inhalt p {
    font-size: 1em;
  }


fieldset {
	font: normal 10pt Arial, Helvetica, sans-serif;
	float: none;
	height: auto;
	width: auto;
	border: 2px dotted;
	padding: 20px;
	margin: auto;
	text-align: justify;
}
legend {
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background: #FFFF99;
}
a[href^="http:"] {
	background: transparent url('/gif/ext.gif') no-repeat left;
	padding-left: 20px;
}

a[href^="http://honay.net"],
a[href^="http://www.honay.net"] {
background: transparent;
padding-left: 0px;
}

a:link {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited:after {
	content: "\00A0\221A";
	
}
a:hover {
	font-weight: bold;
	color: #009900;
	text-decoration: underline overline;
	background-color: #CCCCFF;
}
p#Fusszeile {
	clear:both;
	
	font-size: 0.9em;
	text-align: center;
	background-color: #0099FF;
	border: 1px solid silver;
	width:auto;
  }

p#Fusszeile a:link {
	color: white
}
p#Fusszeile a:hover {
	background-color: #0099FF
}

div#inhalt h4 {
	font-size: 1.2em;
	margin: 1em 0;
	font-weight: bold;
	font-style: italic;
}
acronym { 
	border-bottom: 1px dotted #B84141;
	cursor: help;
}
::selection {
	background-color: rgba(65,184,65,0.5);
	color: #FFF;
}
::-moz-selection {
	background-color: rgb(65,184,65);
	color: #FFF;
}td {
	font-size: 0.8em;
	font-style: normal;
}
