/* Common */
BODY {
	background-color : #efefef;
	color: #000;
	margin: 0px;
}
A {
	text-decoration: none;
	color: #000;
}
menue {
	border: 0px;
	width: 19px;
	height: 16px;
}

P {
	font-family: Tahoma;
	font-size: 12px;
}

/* Columns */ 
#content {
	padding: 0px;
	position: relative;
	height: 100%;
}
.col1 {
	width: 250px;
	position: absolute;
	left: 0px;
	padding: 10px;
}
.col2 {
	width: 400px;
	position: absolute;
	left: 280px;
	padding: 10px;
}

/* Head */
#headline {
	background-color: #fff;
	padding: 4px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;}
#email {
	position: relative;
	left: 29px;
	top: -2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

/* Tree */
#demohead {
	background-color: #fff;
	padding: 4px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#demo {
	font-family: Arial;
	font-size: 11px;
}

/* Comments */
#comments {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
}


.Stil1 {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: tahoma;
	font-size: 12px;
}


.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-weight: bold; font-size: 8pt}
.tooltipcontent{COLOR: #000000; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 8pt}

a{COLOR: #000000; }

.RedLink{COLOR: #990000; }

#ToolTip{position:absolute; top: 0px; left: 0px; z-index:12; visibility:hidden;}