@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

#topbanner {
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 70%;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
}

#navbar p {
	color: #FFF;
	padding: 5px 0px;
	margin: 0px;
}

#navbar a {
	text-decoration: none;
	color: #000;
}

#navbar a:hover {
	text-decoration: underline;
	color: #444;
}

#main {
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	padding: 1px 10px 20px 10px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	color: #200;
}

#main p {
	text-align: left;
	margin: 0px 100px 15px 100px;
	line-height: 130%;
}

#main ul {
	text-align: left;
	line-height: 170%;
	margin-left: 100px;
	font-size: 120%;
	list-style-type: disc;
}

#main a {
	color: #229;
	text-decoration: none;
}

#main a:visited {
	color: #559;
	text-decoration: none;
}

#main a:hover {
	color: #559;
	text-decoration: underline;
}

#main img {
	border: medium ridge #FFB;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h2 {
	margin-top: 40px;
}

/* Afsnit-overskrifter, SriLanka */
h3 {
	text-align: left;
	margin-left: 100px;
}
/* Billedtekster, billeder, underoverskrifter */
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	margin: 30px 0px 40px 0px;
}

/* Forside, katalogbilledtekster, billeder, katalogbundnavigation */
h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
}

/* Contact, MMNewsSL, underoverskrift */
h6 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 70px;
	margin-bottom: 5px;
}

/* Contact */
em {
	font-style: normal;
	font-weight: bold;
}

hr {
	width: 100%;
	margin: 20px 0px 50px 0px;
}

#footer {
	font-size: 80%;
	text-align: center;
	border-top: thin solid #000;
}

.skns {
	color: #AAA;
}

.skns a {
	color: #AAA;
	text-decoration: none;
}