﻿

a {
	text-decoration: none;
}

#global {
	background-color: #808080;;
	position: relative; /* container positioning */;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	color: #FFFFFF;
}

/* top-bannern */
#top {
	background-image: url('Images/top_image.jpg');
	background-color: white;
	top: 0px;
	width: 750px;
	height: 149px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	z-index: 40;
}

/* container för menyn */
#menucontainer {
	margin-left: auto;
	margin-right: auto;
	top: 149px;
	width: 750px;
	height: auto;
	visibility: hidden;
	position: fixed;
	z-index: 40;
	text-decoration: none;
}

/* div för menyknapparna */
#button1 , div#button2, div#button3, div#button4, div#button5, div#button6 {
	visibility: visible;
	background-image: url('Images/button.jpg');
	width: 125px;
	height: 25px;
	text-align: center;
	float: left;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#textframe {
	background-color: white;
	top: 158px;
	width: 750px;
	height: 400px;
	position: absolute;
}
#footer {
	background-color: #808080;
	top: 562px;
	height: 28px;
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	color: #000000;
	left: 2px;
}
a.black, a.active.black, a.visited.black {
	color: black;
	text-decoration: none;
}
