/*************************************************
 * CSS für www.sabine-jaeschke.de
 *
 * erstellt von Johannes Jaeschke, www.sebion.de
 * mailto:johannes.jaeschke@sebion.de
 *************************************************/


/* HAUPTTEIL */
body{
	background-color: #000000;

	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #AAAAAA;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;

	font-family: trebuchet ms,arial,san serif,sans-serif,helvetica,freesans;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	white-space:nowrap;

    margin: 40;
    padding: 1em 0;
    text-align: center;
}



/* TABELLEN */
td{
	/*background-color: #FFFFFF;*/
	font-size:15px;
	color:#AAAAAA;
	font-weight:bold;
}



/* SCHRIFTEN */
font.normal{
	font-size:15px;
	color:#666666;
	font-weight: normal;
}
font.ueberschrift-gross{
	font-size:20px;
	color:#666666;
	font-weight:bold;
}
font.ueberschrift-klein{
	font-size:15px;
	color:#666666;
	font-weight: bold;
}
font.klein{
	font-size:12px;
	color:#AAAAAA;
	font-weight: normal;
}
font.farbe01{
	font-size:15px;
	color:#AAAAAA;
	font-weight: bold;
}



/* DIV */
div#SeiteMitte {
    text-align: center;
    margin: 0 auto;
    width: 800px; /*760px*/
    padding: 0.5em;
    border: 2px ridge silver;
    /*background-image:url(../bilder/hintergrund.gif);*/
   	background-color: #000000;
}
div#SeiteUnten {
    text-align: left;
	margin: 0 auto;
    width: 760px; /*850 breiter*/
	padding: 0.5em;
   /*border: 2px ridge silver;*/
    /*background-image:url(../bilder/hintergrund.gif);*/
   	background-color: #000000;
}

/* LINKS */
a {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	cursor:url('hand.cur');
}
a.normal {
	font-size:15px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
a.normal:hover{
	font-size:15px;
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
	cursor:url('hand.cur');
}
a.klein{
	font-size:12px;
	color:#AAAAAA;
	font-weight:normal;
	text-decoration:none;
}
a.klein:hover{
	font-size:12px;
	color:#AAAAAA;
	font-weight:normal;
	text-decoration:underline;
	cursor:url('hand.cur');
}
a.farbe01{
	font-size:12px;
	color:#AAAAAA;
	font-weight:normal;
	text-decoration:none;
}
a.farbe01:hover{
	font-size:12px;
	color:#AAAAAA;
	font-weight:normal;
	text-decoration:underline;
	cursor:url('hand.cur');
}
a.farbe01g{
	font-size:15px;
	color:#AAAAAA;
	font-weight:normal;
	text-decoration:none;
}
a.farbe01g:hover{
	font-size:15px;
	color:#AAAAAA;
	font-weight:normal;
	text-decoration:underline;
	cursor:url('hand.cur');
}
