/*
   Navigation Style Sheet for the Hoadnbauer Homepage
   http://www.hoadnbauer.at
*/

/*body {background-color: #FFFBB1; background: "images/bg.gif"}*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #D5DE25;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

/* --- normaler text --- */
.txt { font-family: arial,helvetica,monospace; font-size:12pt; color: #000000; line-height:122%; margin-top:3pt; margin-bottom:0pt; text-align:justify;}
p.txt a               {color: #0000FF;}
p.txt a:hover         {color: #AA0000; font-weight:bold;}
p.txt a:visited       {color: #0000FF;}
p.txt a:visited:hover {color: #AA0000; font-weight:bold;}

/* --- fussnote --- */
.fussnote { font-family: arial,helvetica,monospace; font-size:10pt; color: #000000; font-style:italic; line-height:100%; margin-top:0pt; margin-bottom:0pt; text-align:left;}

/* --- galerie --- */
.galerieFont { font-family: arial,helvetica,monospace; font-size:10pt; color: #000000; font-style:italic; line-height:100%; margin-top:0pt; margin-bottom:0pt; text-align:left;}
.galerieBild { font-family: arial,helvetica,monospace; font-size:10pt; color: #000000; font-style:italic; line-height:100%; margin-top:0pt; margin-bottom:0pt; text-align:center;}
.galerieNavi { font-family: arial,helvetica,monospace; font-size:10pt; color: #000000; font-style:italic; line-height:100%; margin-top:0pt; margin-bottom:0pt; text-align:center;}


/* --- Navigationsmenue --- */
.mn { font-family: arial,helvetica,monospace; font-size:12pt; color: #000000; line-height:150%; font-weight:bold; margin-top:2pt; margin-bottom:0pt; text-align:right;}
p.mn a               {color: #009900; text-decoration:none;}
p.mn a:hover         {color: #990000; text-decoration:none;}
p.mn a:visited       {color: #009900; text-decoration:none;}
p.mn a:visited:hover {color: #990000; text-decoration:none;}

/* --- Nummerierungen --- */
li { font-family: arial,helvetica,monospace; font-size:12pt; color: #000000; line-height:120%; margin-top:3pt; margin-bottom:0pt; text-align:left;}
ul { margin-top: 0; margin-bottom: 0; list-style-type: square; list-style-position: outside}

/* --- Ueberschriften --- */
.head1 { font-family: arial,helvetica,monospace; font-size:14pt; color: #000000; font-style:italic; font-weight:bold; line-height:120%; margin-top:5pt; margin-bottom:5pt; text-align:center; }
.head2 { font-family: arial,helvetica,monospace; font-size:12pt; color: #000000; font-weight:bold; line-height:150%; margin-top:3pt; margin-bottom:0pt; text-align:left; }