HTML
{
	height:100%;
	margin:0px;
    padding:0px;
}
BODY
{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#464646;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image:url(/fileadmin/tpl/img_shared/cmsa/start_cmsa.gif);
	background-repeat:no-repeat;
}

IMG
{
	border:none;
}


UL
{
	list-style: none;
	padding:10px;
	margin:0px;
    font-weight: bold;
}

a:link,
a:visited,
a.menu:active,
a:focus 	{
	font-weight: bold;
	color: #222222;
	text-decoration: none
}
a:hover {
	font-weight: bold;
	color: #444;
	text-decoration: none
}
