/*------------------------------------------------------------------------------*\
|  (^.^)/ www.lr-wohlen.ch by Florian Prokop, 2005                               |
|--------------------------------------------------------------------------------|
|  Datei:  intro.css                                                             |
|  Datum:  07.04.2005                                                            |
|  Zweck:  CSS-Stylesheet für das Intro                                          |
\*------------------------------------------------------------------------------*/

/* Verweise */
a:link {
	color: #F61815;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	color: #F61815;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #F61815;
	text-decoration: underline;
	font-style: normal;
}
a:active {
	color: #F61815;
	text-decoration: none;
	font-style: normal;
}

/* Seiteneintellungen */
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;

}

/* Standardtext */
.text {
    text-align: justify;
	font-family: Verdana, Arial, Helvetica, Sans, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	font-weight: normal;	
}

/* Tabelle */
table {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}