body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: helvetica,arial;
}

font.redtext {
	text-color: rgb(204,51,51);
}
div {
	position: absolute;
	padding: 0px;
}

div#framework {
/*	position: relative;
	margin: 0 auto;*/
	margin: 0;
	top: 0px;
	left: 0px;
	width:950px;
	height:600px;
	/*background-color:blue;*/
}

div#bild {
	top: 40px;
	left: 40px;
	width:200px;
	height:200px;
	/*background-color: violet; */
    margin: 0px; 
	padding: 0px;
	border: 0px;
}

img {
    margin: 0; 
	padding: 0;
	border: 0;
}

div#bakgrund {
	top: 240px;
	left: 40px;
	width:228px;
	height:320px;
/*	background-color: yellow; */
}

div#projektlista {
	top: 320px;
	left: 70px;
	width:195px;
	height:240px;
	/*background-color:red; */
    margin: 0px; 
	padding: 0px;
	border: 0px;
}

div#projektbeskrivning {
	top: 40px;
	left: 297px;
	width:450px;
	height:60px;
	/*background-color:red;*/
    margin: 0px; 
	padding: 0px;
	font-size: 11px;
	text-align: left;
	border: 0px;
}

table.projektlista {
	font-size: 11px;
	text-align: left;
}

div#medarbetarlista {
	font-size: 8px;
	text-align: left;
}

div#kontorstext {
	top: 102px;
	left: 302px;
	height: 458px;
	width: 287px;
	font-size: 12px;
	text-align: left;
	/*background-color: green;*/
}

div#medarbetarlista {
	top: 102px;
	left: 660px;
	width:250px;
	height:458px;
	font-size: 8pt;
	text-align: right; 
	/*background-color:yellow; */
}
table.medarbetarlista {
	font-size: 10px;
}

div#medarbetarbeskrivning {
	top: 230px;
	left: 625px;
	width:180px;
	height:350px;
	font-size: 11pt;
	text-align: left; 
	background-color: white;
	border: 3px black solid;
	visibility: hidden;
}

table.medarbetarbeskrivning {
	font-size: 12px;
}
div#content {
	top: 97px;
	left: 297px;
	height:463px;
	width: 613px;
	margin: 0px;
	padding: 0px;
/*	background-color: green; */
}

div#meny {
	top: 10px;
	left: 845px;
	width:50px;
	height:67px;
	font-weight: bold;
	font-size: 12px;
/*	background-color:green;*/
}

a {
	text-decoration: none;
	color: black;
}

a:active {
	color: green;text-decoration: underline;
}

a:visited{
	color: rgb(102,102,102);
}

a:hover {
	color: #cc3333;
}
