@charset "utf-8";
/* CSS Document */
table {
	border-width:thick;
	border-collapse: collapse;
	border-spacing: 2;
	border-color:#000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0.9em;
	margin-left: 0;
}
caption {
	font: italic 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 35px;
}

}
th, td {
	padding: 0.4em 0.1em 0.4em 0.8em;
}
th, td {
	font: bold 0.80em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #116688;
	letter-spacing: .5px;
	text-transform: !important;
	text-align: left;
	background-color: #fff;
	border: 1px solid #bbdddd;
}
td {
	color: #000;
	border: 1px solid #bbdddd;
}
table colgroup#spalte1 {
	background-color: rgb(241, 250, 253);
}

tbody td {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-stretch:normal;
	text-decoration: none;
}
td.preis {
	border: 1px solid #c1dad7;
	background-color: #e8f6fc;
}
tr:hover {
	background-color: #eeffcc;
	cursor: pointer;
}
table tr th.sub {
	background-color: #e4f4fc;
}
td a {
	font:Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}

#mainNav {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px dashed #999;
  overflow: hidden; 
  zoom: 1;
}
#mainNav li {
    float: left;
    width: 1em;
}
#mainNav a {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px dashed #999;
	border-left: none;
	padding: 7px 5px 7px 20px;
	display: block;
	background-color: #E7E7E7;
	background-image: url(../../rp/css/img/nav.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	zoom: 1;
}
#mainNav a:hover {
  font-weight: bold;
  background-color: #B2F511;
  background-position: 3px 50%;
}
#home #homeLink, 
#feature #featureLink, 
#expert #expertLink, 
#quiz #quizLink, 
#project #projectLink, 
#horoscope #horoscopeLink  
{
  background-color: #FFFFFF;
  background-position: 3px 100%;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: bold;
}

