
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/tlo.jpg) repeat-x;
	background-color: #ffd401;
	font-family: Arial;
}

h1 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.8em;
	text-align: center;
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p {
	color: #000;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

/*content*/

#content {
	width: 1000px;
	height: 100%;
	margin: auto;
}

/* top */

#top {
	width: 1000px;
	height: 80px;
	float: left;
}

/* tekst */

#tekst {
	width: 1000px;
	height: 520px;
	float: left;
}

#tekst p {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1em;
	color: #000;
	text-align: center;
	font-family: Calibri;
}

#tekst a:link {
	color: #000;
	text-decoration: none;
	font-size: 1em;
}

#tekst a:hover {
	color: #000;
	text-decoration: none;
	font-size: 1em;
}

#tekst a:visited {
	color: #000;
	text-decoration: none;
	font-size: 1em;
}




/* kungas */

#kungas {
	width: 1000px;
	height: 60px;
	float: left;
	font-family: Calibri;
}

#kungas p {
	margin-top: 5px;
	margin-left: 250px;
	font-size: 12px;
}

#kungas a {
	text-decoration: none;
}
