#Content {
	position: absolute;
        overflow: hidden;
	left: 50%;
	top: 50%;
	width: 831px;
	height: 405px;
	margin-left: -400px;
        margin-top:  -203px;
        color: #000000;
        background-color: #ffffff;
}

#tekst {
	position: absolute;
        overflow: hidden;
	left: 30px;
	top: 170px;
	width: 770px;
	height: 200px;
        color: #000000;
        background-color: #ffffff;
}

.link {
	text-decoration: none;
        background-color: #ffffff;
	color: #00a9d1;
        font-weight: bold;
}

.language {
        border: 1px solid #000000;
}

.emaillink {
	text-decoration: none;
        background-color: #ffffff;
	color: #0000ff;
}

