/* DATEI: fasnetstyle.css */
/* Cascading-Stilesheet für die Seiten von http://naros.de */

/* Hintergrund formatieren */

BODY
{
	margin-top:0px;
	margin-left:0px;
	background-color:#FFFFEE;
	background-image:url(bilder/hg-navi.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
}

/* Trennlinie formatieren */
hr { color:#000000;}


body, blockquote, center, div, p, table, td, tr, h3, h4, h5, h6, li, ol, ul, select, input, br
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration: none;}

h1{font-family:Verdana;
	font-size:26px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;}

h2{font-family:Verdana;
	font-size:16px;
	color:#000000;
	text-decoration: none;}


a:link, a:active{font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration: underline;}

a:visited
{
	font-size:12px;
	color:#333366;
	font-weight:normal;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
	color: #FFFF00;
	font-style: normal;
	background-color:#000000;
	text-decoration: none;
}
INPUT
{
	Color: red;
	Font-Size: 12px;
	Font-Weight: normal;
}
textarea
{
	background-color: #ffcc00;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

select
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.BertiStdTable
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 800px;
}
.BertiTableHeader
{
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	color: #FFFF00;
	font-size: 13px;
	padding: 2px;
}
.BertiTableRow
{
	background-color: #FFFF00;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	color: #000000;
	font-size: 11px;
	padding: 3px;
}
.BertiTableRowAlt
{
	background-color: #FFFF99;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	color: #000000;
	font-size: 11px;
	padding: 3px;
}

/* drehende Bilder */
.fly
{
	color: aqua;
	font-family: Tahoma;
	font-size: 14px;
	position: absolute;
	visibility:hidden;
	z-index: 2;
}
.logo
{
	text-align: center;
	font-family: Tahoma;
	font-size: 48px;
	color: #000000;
	position: absolute;
	top: 0px;
	left: 430px;
	visibility: visible;
	z-index: 1;
}
.desc
{
	text-align: center;
	font-family: Tahoma;
	font-size: 18px;
	color: red;
	position: absolute;
	top: 350px;
	left: 440px;
	width: 200px;
	visibility: hidden;
	z-index: 0;
}
