html,body, div, table, tr, td, th {
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
	line-height:18px;
}
html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%; 
   	height: 100%; /* ie underscore hack */
}
th {
	text-align:left;
	font-weight:normal;
	font-style:italic;
	color:#333333;
}
select, textarea, input {
	font-size: 12px;
	font-family: verdana;
}

a {
	color: #0066cc;
}
a:hover {
	color: #0066cc;
}
/* EIGEN CSS */
.height100 {
	height:100%;
}
.banner {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}
a.banner {
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}
a.banner:hover {
	text-decoration:none;
}

.bc {
	font-size: 14px;
	color: #ffb401;
}
.sub {
	font-size:18px;
	color: #000000;
}

span.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
div.error_notice {
	color:#FF0000;
	line-height:40px;
}
td.error {
	color:#FF0000;
	font-weight:bold;
}
input.error, textarea.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
.background0 {
	background-color:#EFEFEF;
	height:16px;
}
.background1 {
	background-color:#F7F7F7;
	height:16px;
}
.backgroundon {
	background-color:#ffd980;
	height:16px;
}

td.small {
	font-size:9px;
}

.crums {
	font-size:11px;
}
a.crums {
	color: #f3c000;
}
a.crums:hover {
	color: #f3c000;
	text-decoration:none;
}

.titel {
	font-size: 14px;
	line-height: 20px;
	color: #0c499c;
	font-weight:bold;
}


.submenu td 					{ font-size:12px; font-weight: bold; color: white; padding: 6px 15px; text-align:left; border-top:1px solid white;}
.submenu.yellow td:hover		{ background-color: #F3DC99 }
.submenu.purple td:hover		{ background-color: #BB9FC5; }
.submenu.brown td:hover			{ background-color: #DBB399; }
.submenu.grey td:hover			{ background-color: #B3CFD2; }
.submenu.black td:hover			{ background-color: #BDBFBC; }
.submenu td a 					{ color: white; text-decoration: none; }
.submenu td.bottom 				{ border-bottom: 1px solid white; }

