
body {
	font-family: Arial;
	font-size: 0.8em;
	color: #000000;
/*	background-color: #FFE54F;
	background-attachment: fixed;
	background-image: url("../bilder/background2.jpg");
	background-repeat: no-repeat;
	padding: 25px;*/
}

h1 {
	font-size: 1.4em;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	text-align: left;
}

h3 {
	font-size: 1.2em;
	font-weight: 100;
	color: #003399;
	text-align: center;
	text-decoration: underline;
}

h4 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	color: #cc0033;
	text-align: center;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

h1#header {
	color: #003399;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #003399;
	margin-right: 140px;
}

.menu {
	display: none;
}

.umenu {
	display: none;
}

div#content {
	margin-left: 20px;
	margin-right: 50px;
}

div#footer {

	clear:both;
	font-size: 0.8em;
	text-align: center;
	display: none;
}

