body {
	background: #191919;
	overflow: hidden;
}

#startlap {
	margin:auto;
	background-image: url(../images/bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	width: 800px;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#startnyelv {
	width: 100%;
	height: 300px;
	position: relative;
	top: 337px;
	padding-right: 10px;
}

#startnyelv img { margin: 0 15px; }

#startnyelv tr:nth-child(1) { height: initial; }
#startnyelv tr:nth-child(2) { height: 100%; }

#nyelv_en img { margin: initial; }

hr {
	color: black;
	height: 1px;
	background-color: black;
	border: 0;
}

#startszov {
	font-size: 12px;
	width: 100%;
	/*padding-top: 43px;*/
	padding-left: 20px;
	text-align: justify;
	height: auto;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#startszov a {
	color: #fff;
	text-decoration: underline;
}

#startszov a:hover {
	color: #e4aa3f;
	text-decoration: underline;
}