/* Denna kod tar bort all margin och padding */
* {margin: 0; padding: 0;}

/* De två raderna nedan ser till att font-size motsvarar 1em=10px och blir därför relativa värden om em används */
/*html		{font-size: 125%; height:100%}
body		{font-size: 50%; height:100%}
*/
body		{background-repeat: no-repeat; background-position: center; background-color: #FFFFFF ; background-attachment: fixed;  font-weight:normal; font-family: arial,fixedsys,sans,verdana; color: #000000;}

#sidebar a:link		{ color: black;	text-decoration: underline;}
#sidebar a:visited	{ color: black;	text-decoration: underline;}
#sidebar a:hover	{ color: black;	text-decoration: none;}

#mainpage a:link	{ color: white;	text-decoration: underline;}
#mainpage a:visited	{ color: white;	text-decoration: underline;}
#mainpage a:hover	{ color: white;	text-decoration: none;}

#listings a:link	{ color: black;	text-decoration: underline;}
#listings a:visited	{ color: black;	text-decoration: underline;}
#listings a:hover	{ color: black;	text-decoration: none;}

#listings	{ color: black;}

#wrapper	{ width: 100%; margin:auto}

#sidebar	{ width: 160px; height: 100%; font-family: arial,sans,verdana,fixedsys; background-image: url(/sidemenugrad2.png); background-repeat: repeat-y; background-position: 128px; background-attachment: fixed; float:left; margin-top:0px; margin-left:8px; margin-right:0px; font-size:1.6em}

#mainpage	{ float:top; overflow:auto; height: 99%; margin-top:0px; color: #FFFFFF; background-color: #000000; background-repeat: repeat; background-position: center;}

#footer		{ float:right; overflow:auto; margin-top:128px }

#fixedsys	{ float:top; font-size:0.55em; font-family:fixedsys,cbm,"Bitstream Vera Sans Mono";}


