body 	{
	margin:0;
 	}

*
	{
	font-family: Verdana, Arial, Times, Times New Roman;
	font-size: 10px;
	}

.us {
	background:url('../bilder/bg.bmp');
	height:100%;

	}
	

.submit { 
	border: 1px solid #CCCCCC;
	border-right: 1px solid #555555; 
	border-bottom: 1px solid #555555;
	background-color: #505E72;
	color: #FFFFFF;
	}

p
	{
	line-height:12px;
	}



a:link
	{
	color:#555555;
	text-decoration:none;
	}
a:visited
	{
	color:#555555;
	text-decoration:none;
	}
a:active
	{
	color:#555555;
	text-decoration:none;
	}
a:hover
	{
	color:#555555;
	text-decoration:none;
	}

#tooltip {
	border : 1px solid #888;
	border-width : 1px 1px 1px 1px;
	background-color : #F5F5F5;
	padding : 0;
}
#tooltip p {
	margin : 4px 8px 3px 8px;
	color : #000;
	font-size : 11px;
	font-family : Arial;
}






