/* Allgemein */

body {
	margin: 0px; padding: 0px;
	background-color: #ffeb87; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

a {
	color: #4455ee;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

input {
	height: 20; border: solid 1px #000000;
	background-color: #ffeb87; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}

input.chkb {
	border: none;
	background-color: transparent;
}

textarea {
	border: solid 1px #000000;
	background-color: #ffeb87; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

select {
	border: solid 1px #ffeb87;
	background-color: #fffccd; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}


/* Klassen */
.dunkel {
	background-color: #ffcc00;
}
.mittel {
	background-color: #ffeb87;	
}
.hell {
	background-color: #fffccd;	
}

.komment {
	font-size: 9px;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}
.navigation a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation b a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.navigation b a:hover {
	text-decoration: none;
}

.titel {
	color: #ff0000;
	font-size: 17px;
	font-weight: bold;
}


.Ticker { position: relative; overflow: hidden; width: 400px; }
.Ticker .Text { position: relative; white-space: nowrap; }
.Ticker .Text a { text-decoration: none; }
.Ticker .Text a:hover { text-decoration: underline; }
