
/* ===== ===== ===== Begin CSS-Design ===== ===== ===== */




/* ----- ----- ----- Grundformatierung ----- ----- ----- */


body {
	font-size: 12px;
	font-family: 'Comic Sans MS', Times New Roman, Arial, Verdana, Monotype Corsiva;
	font-color: #000000;
	color: #000000;
	background: #dafea7 url('images/background.jpg') repeat fixed;
	text-decoration: none;
	}




/* ----- ----- ----- Link-Design ----- ----- ----- */

a:link {
	color: #663300;
	font-family: Comic Sans MS, Times New Roman, Arial, Verdana, Monotype Corsiva;
	font-size: 12px;
	text-decoration: none;
	}

a:visited {
	color: #663300;
	font-family: Comic Sans MS, Times New Roman, Arial, Verdana, Monotype Corsiva;
	font-size: 12px;
	text-decoration: none;
	}

a:hover {
	color: #663300;
	font-family: Comic Sans MS, Times New Roman, Arial, Verdana, Monotype Corsiva;
	font-size: 12px;
	text-decoration: underline;
        letter-spacing: 1px
	}

a:active {
	color: #663300;
	font-family: Comic Sans MS, Times New Roman, Arial, Verdana, Monotype Corsiva;
	font-size: 12px;
	text-decoration: underline;
	}

td {
	font-family: Comic Sans MS, Times New Roman, Arial, Verdana, Monotype Corsiva;
	font-size: 12px;
	color: #000000;
	}




/* ===== ===== ===== Ende CSS-Design ===== ===== ===== */

