.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.bluebox {
	background:#275788;
	padding:5px;
	font-weight:bold;
	color:#ffffff;
}

.english_flag {
	display:block;
	float:left;
	margin-right:20px;
	background:url(../images/en_flag.jpg) top left no-repeat;
	padding-left:23px;
	text-decoration:none;
	line-height:12px;
	color:#0c2844;
}
.deutsch_flag {
	display:block;
	float:left;
	margin-right:20px;
	background:url(../images/de_flag.jpg) top left no-repeat;
	padding-left:23px;
	text-decoration:none;
	line-height:12px;
	color:#0c2844;
}
.hungarian_flag {
	display:block;
	float:left;
	margin-right:20px;
	background:url(../images/de_flag.jpg) top left no-repeat;
	padding-left:23px;
	text-decoration:none;
	line-height:12px;
	color:#0c2844;
}
