.logolist{
	list-style:none;
	text-decoration:none;
	display:inline;
	padding-left:26px;
	padding-right:26px;
	text-align:center;
	}
	
.logolist a:hover {
	text-decoration:none;
	}


/*tooltip*/
.tip {
background: #000 url(http://www.provisum.net/img/back-grad.gif) repeat-x 0 -18px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #444;
width:250px;

}

.something_else .tip {
	background-color: #993300;
	
}

.something_else .tip-title {
	background-color: #0000CC;
	
}

.tip-title {
	color: #fff;
	background: #000 ;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #333;
}

.tip-text {
	color: #fff;
	padding: 5px;
	text-align:center;
	
}

.ind {
	width: 200px;
	background-color: #666;
	color: white;
	padding: 15px;
	border-bottom: 1px solid white;
	
	
}

#hide {
	margin-bottom: 20px;
}