@charset "utf-8";
/* CSS Document */

/* media video cell box */
.vc {
	padding:10px;
	width:330px;
	height:160px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor: pointer;
	cursor: hand;
	background-image: url(videocelllarge.gif);
}

/* tree level 0 = top */
.hl0 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: bold;
}

/* tree level 1 = first level in tree */
.hl1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

/* tree level 2 = second level in tree */
.hl2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

/* tree level 3 = third lever */
.hl3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

/* tree level 4 = fourth lever */
.hl4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

/* tree level 5 = fifth lever */
.hl5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
a:link {
	color: #000;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #0F0;
}

/* delete? */
.tug {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

/* red arrows in front of branches*/
.arrow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C00;
}

/* running text in articles */
.runtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 120%;
}

/* quotation for articles */
.runtxtquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 120%;
	font-style: italic;
}

/* head line for articles*/
.hdln {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

/* article reference */
.reference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* text on right side news box */
.newstxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* location navigator */
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.comname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.comdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #999;
}
.comcom {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
