#right_column .box
{
	margin-bottom: 20px;
}

#logininfo
{
	left: 800px;
	top: 10px;
	height: 45px;
}

#right_column
{
	position: absolute;
	width: 190px;
	top: 177px;
	left: 800px;
}

.right_column_element
{
	background-color: #eee;
	padding: 10px;
	width: 170px;
	font-size: 12px;
	color: #616161;
	font-weight: bold;
}

.right_column_element ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

.right_column_element ul li
{
	margin-bottom: 4px;
}

.right_column_element h2
{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #616161;
	font-size: 12px;
}

.language
{
	height: 30px;	
}

.language img
{
	float: left;
	margin-top: 7px;
	margin-right: 7px;
}

.language form input[type=submit]
{
	display: inline;
	cursor: pointer;
	cursor: hand;
	width: 100px;
    background-color: transparent;
	text-decoration: underline;	
}
