@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #FFF;
}

.breite {
	font-weight: normal;
	text-align: center;
	margin-right: 1px;
}

.navi {
	font-weight: bold;
    text-align: center;
	font-family: Arial, Helvetica;
	color: #FFF;

}

.text {
	font-size: 18px;
    text-align: center;
	font-family: Arial, Helvetica;
	color: #000;

}

td.antwort {
	 font-family: Arial, Helvetica;
	font-size: 20px !important;
	font-weight: normal; 
	border: 1px solid #889bad;
    background-color: #d9e0e6;
}

td.antwort a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #036;
	text-decoration: none;
}

a {
  text-decoration: none;
}

td.antwort a:hover {
	background: #f6e6db;
	color: #F30;
	border-color: #CC3300;
}

/* linkfarbe */
a:active {color: #036; }
a:link {color: #036; } 
a:visited {color: #036; } 
a:hover {color: #F30;}
