#head strong {
	color:#CCCCCC;
	font-size:9px;
}

/* zusätzliche Boxen für das Menü */
#menu .additionalMenuBox {
	background-color:#c1e2f2;
	font-size: 10px;
	margin-bottom: 1em;
}

#menu .additionalMenuBox p {
	padding: 3px;
	text-align:justify; 
}

/* Zusätzliche Navigation im Content Bereich */
#content #quicknav {
	display: block;
	list-style-image: url('https://www.vergleichen-und-sparen.de/iak_tarifrechner/templates/images/pfeil-rechts-weiss-klein.gif') !important;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

#content #quicknav li {
	background-color: #c1e2f2;
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 24%;
}

/* Überschriften bei Quicknavigation */
#content h1 {
	clear: right;
}

#content h1 span {
	background-color: #e7eefc;
	color: #ff0000;
}

#content h1, #content h2 {
	margin-top: 2em;
}

#content h3 {
	color: #354753;
	font-size: 14px;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
}

/* Listen im Content-Bereich */
#content ul {
	list-style-type: disc;
	margin: 1em 0 1em 4em;
}

/* Aufdringlich grosse Linkboxen */
#content .pushy-link {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	border: 1px solid rgb(231, 238, 252);
	margin-bottom: 1em;  
	padding: 3px;  
	text-align: center;
	width: 98%; 
}

#content .pushy-link div {
	padding: 5px; 
	background: rgb(231, 238, 252) none repeat scroll 0%; 
}

#content .pushy-link a, #content .pushy-link a:hover, #content .pushy-link a:visited, #content .pushy-link a:active {
	font-size: 13px;
	font-weight: bold;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

#content .pushy-link div img {
	vertical-align: middle;
}

/* News Box */
#content .aktuell {
	font-size:11px;
	background-color:#e7eefc;
	margin-bottom: 1em;
	padding: 10px;
	text-align: justify; 
}

/* Tabellen */
#content table tr.secondRow td,
#content table tr th {
	background-color: #E4EAED;
}




