

body {background-image: url("images/sca4a_grey.gif")}

#top {
	background-image: url("images/sca4a_red.gif");
	position: fixed;
	height: 150px;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index:2;
	}

#content {
	position:fixed;
	top:150px;
	left:0;
	width:138px;
	margin:5px;
	border: 1px solid #7E0066;
	}

#main {
	position:absolute;
	top:150px;
	left:150px;
	}


h1.Titel {font-weight: bold; font-size: 200%; text-align: center}

ul.links {
	list-style-type:none;
	margin:0;
	padding:0;
	}

a.links:link, a.links:visited {
	display:block;
	font-weight:bold;
	padding:5px 0 5px 0;
	text-decoration:none;
	color: #7E0066;
	}
	
a.links:active, a.links:hover {
	background:#FF0002;
	color:#FDFCFF;
	}
	
p.Overskrift {
	font-size: 110%;
	font-weight: bold;
	color: #7E0066;
	}
	
	
