div#flag {
	width: 850px;
	margin: 0 auto;
	position: absolute;
}

	div#flag div {
		position: absolute;
		width: 850px;
	}
	
	div#flag div a {
		display: block;
		position: absolute;
		right: -40px;
		top: 8px;
		width: 37px;
		height: 30px;
		background: url(/img/flag_en.png) no-repeat;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606e79;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	color: #959ea6;
	text-align: right;
	padding-right: 4px;
}

a {
	color: #606e79;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.headline {
	font-size: 16px;
	font-weight: bold;
}
.subheadline {
	font-size: 14px;
	font-weight: bold;
}
.lighttext {
	color: #949da5;
}

.thingy {
	text-decoration: none;
	color: #949da5;
	cursor : auto;
}

.thingyhover {
	text-decoration: underline;
	color: #606e79;
	cursor : pointer;
}

.bh_input {
	width: 235px;
}