html {
	height: 100%;
	padding-bottom: .005em;
}

body, table, td, tr, select, textarea { 
	color: black;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.emcg_bold_rot {
	color: #d43c35;
	font-weight: bold;
}

.emcg_text_klein  { 
	color: #999;
	font-size: 9px;
	text-decoration: none;
}

.emcg_navi  { 
	color: #999;
	font-size: 9px;
	text-decoration: underline;
}

a  { 
	color: #000; 
	font-size: 9px; 
	outline: none;
}

a:hover {
	color: #d43c35;
	font-size: 9px;
	text-decoration: underline;
}

a.textlink  { 
	color: #000; 
	font-size: 10px; 
	text-decoration: underline; 
	outline: none; 
}

a.textlink:hover { 
	color: #d43c35;
	text-decoration: underline; 
	outline: none; 
}

a.submenu:visited {
	color: #999;
	text-decoration: none;
}
ul {
	 list-style-image: url(../common/raute.gif);
	 padding-left: 15px;
}

a.submenu {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding-left: 10px;
	display: block;
}

a.submenu:hover {
	background: url(../common/raute.gif) no-repeat 0px 2px;
	text-decoration: none;
}

#active_menu {
	color: #d43c35;
	background: url(../common/raute.gif) no-repeat 0px 2px;
}			