/*
Stylesheet für DIE-WILDEN-WIRTE.at
© iComData - G.Stremitzer
erstellt: 2005-11-20
Revision:
------------------------------
Farbcodes
Hintergrund.Seite: #c8eb46
Hauptfarbe.Schrift: #0F2819 [dunkelgrün]
------------------------------
*/

html, body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#0F2819
}
/*----- Content -----*/

A.wirte{
	color: #0F2819;
	text-Decoration: none;
	border-top: 1px solid #c8eb46;
	border-bottom: 1px solid #c8eb46;
	line-height: 20px;
}
A.wirte:hover{
	background-color:#e6f5c8;
}

H3 {
	color: #B22222;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 2px;
}
/*----- Footer -----*/
.footer {
	font-size: 9px;
}
/*----- MenueLeiste -----*/
a.mNav
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #0F2819;
	font-weight: bold;
	padding-left: 10px;
	text-Decoration: none;
	display: block;
	width: 160px;
	margin: 2px;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	background-color: #c8eb46;
}
a.mNav:hover
{
 background-color: #c8eb46;
 border-top: 1px solid #0F2819;
 border-bottom: 1px solid #0F2819;
}

a.topmenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-Decoration: none;
}

