/* ----- style für hintergrund ----- */
body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	color:#444444;
	font-size:11px;
}
/* ----- style für text 1 ----- */
td {
	font-size:11px;
}
p {
	font-size:11px;	
}
/* ----- style für text 2 ----- */
input {
	font-size:11px;	
}
select {
	font-size:11px;	
}
/* ----- style für textlink ----- */
a {
	color:#006EA5; 
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#d40f1a; 
	text-decoration:none;
}
a.linkzonderstreep {
	color:#FFFFFF;
	text-decoration:none;
}

/* ----- style für tagmatrix ----- */

#tagmatrix{ background: #303030; padding:10px 5px 10px 5px;}
 
.tag1{ font-size:1em; color:#555555; line-height:1em; }
.tag2{ font-size:1.2em; color:#606060; line-height:1em; }
.tag3{ font-size:1.4em; color:#808080; line-height:1em; }
 
#tagmatrix a{ text-decoration:none; }
#tagmatrix a:hover{ text-decoration:none; }

/* ----- style für tooltips ----- */
.tooltip24 {
  width:200px;
  border:1px solid #006EA5;
  padding:5px 10px 5px 10px;
  background-color:#fff;
  position:absolute;
  z-index:1;
  display:none;
}

.tooltipcarousel {
  width:200px;
  border:1px solid #006EA5;
  padding:5px 10px 5px 10px;
  background-color:#fff;
  position:absolute;
  z-index:1;
  display:none;
}
.tooltipnewlink {
  width:200px;
  border:1px solid #006EA5;
  padding:5px 10px 5px 10px;
  background-color:#fff;
  position:absolute;
  z-index:1;
  display:none;
}

.tooltiptop100 {
  width:200px;
  border:1px solid #006EA5;
  padding:5px 10px 5px 10px;
  background-color:#fff;
  position:absolute;
  z-index:1;
  display:none;
}

/* ----- style link-index für komplette url http://... ----- */
.link {
	color: #006400
}

