@charset "UTF-8";
/* CSS Document */

html,
html * {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font-family: sans-serif;
	font-size: 21px;
	line-height: 140%;
	background-image: url(../bilder/kleba_internet_intro.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

a:link {
	color: white;
	font-family: sans-serif;
	font-weight: 400;
	text-decoration: none;
}

a:visited {
	color: white;
	font-family: sans-serif;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #8e2d86;
	font-family: sans-serif;
	font-weight: 400;
	text-decoration: none;
}

a:active {
	color: white;
	font-family: sans-serif;
	font-weight: 400;
	text-decoration: none;
}