/* homepage --> http://www.leeseisenbahnen.de */
* {
	scrollbar-3dlight-color : #005A5A;
	scrollbar-arrow-color : #FF0000;
	scrollbar-base-color : #005A5A;
	scrollbar-darkshadow-color : #005A5A;
	scrollbar-face-color : #005A5A;
	scrollbar-highlight-color : #02EDED;
	scrollbar-shadow-color : #004545;
	scrollbar-track-color : #00FFFF;
}

/*Format für Lexikon*/
body {
cursor: url('xcur.cur');
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #005A5A;
}

/*Definition von kleinem Text*/
.smallfont {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #005A5A;
}

/*Format für Text innerhalb von Tabellenzellen (sollte normalerweise gleich wie obriger Text formatiert werden*/
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #005A5A;
}




/*Format für Head-Zeile*/
th {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #00FFFF;
font-weight:bold;
font-size: 13pt;
text-align:left;
}



/*Überschriften 1. 2. und 3. Grades*/
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20pt;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
}

/*Buttons*/
.input {border:1px solid #005A5A; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color:#005A5A;}


/*Link*/
a:link {
color:#004545;
font-size: 13pt;
text-decoration:underline;
}
/*Link (besucht)*/
a:visited {
color:#004545;
font-size: 13pt;
text-decoration:underline;
}
/*Link (hover)*/
a:hover {
color:#fcdc43;
font-size: 13pt;
text-decoration:underline;
}
/*Link (aktiv)*/
a:active {
color:#FF0000;
font-size: 13pt;
text-decoration:underline;
}

/*Style-Definitionen für den Administrationsbereich*/
.table1a {background-color:#02EDED;}
.table2a {border-left-width:1px; border-left-color:black; border-left-style:solid; background-color:#02EDED;}
.table1b {border-top-width:1px; border-top-color:black; border-top-style:solid; border-bottom-width:1px; border-bottom-color:black; border-bottom-style:solid; background-color:#00FFFF;}
.table2b {border-left-width:1px; border-left-color:black; border-left-style:solid; border-top-width:1px; border-top-color:black; border-top-style:solid; border-bottom-width:1px; border-bottom-color:black; border-bottom-style:solid; background-color:#00FFFF;}
.rundrahmen {border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-color:black; border-left-color:black; border-top-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;}