body, html {
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color: #535157;
	background-image:url(../images/bg.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}

div#container {
	width: 940px;
	margin: 0 auto;
	text-align: left; 
	background-color: #a9a8ab;
	position: relative;
} 

div#top_spacer{
	margin: 0px 0px 0px 0px;
	height: 0;
	width: 940px;
	background-color: #545257;
}

div#header {
	background: #545257;
	height: 63px;
	margin: 0 auto 0 auto;
} 

div#top_top{
	margin: 0 auto 0 auto;
	background-image: url(../images/titlebar_new.jpg);
	background-repeat:no-repeat;
	height: 40px;
	width: 940px;
}

div#login{
	margin: 0;
	padding: 5px 0px 0px 0px;
	height: 22px;
	width: 141px;
	
	float: left;
	text-align: center;
}

div#top_bottom{
	margin: 0px 0px 0px 0px;
	_margin-left: 70px;
	*margin-left: 70px;
	height: 23px;
	background-color: #545257;
	text-align: center;
}

div#footer{
	margin: 0 auto 0 auto;
	padding: 5px 0px 0px 140px;
	height: 16px;
	width: 800px;
	background-color: #a8a8a8;
	text-align: center;
}

div#sidebar1 {
	background-image: url(../images/equations_new.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 216px;
	width: 141px;
	background-color: #E6E6E6;
	margin: 216px 0px 0px 0px;
	_margin: 219px 0px 0px 0px;
	left: 0px;
	top: -130px;
	z-index: 1020;
}

div#login_container{
	position: absolute;
	height: 135px;
	width: 141px;
	margin: 230px 0px 0px 0px;
	text-align: center;
}

div#image_container{
	background-image: url(../images/logo-kl.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 108px;
	width: 141px;
	margin: 400px 0px 0px 0px;
}

div#loggedInUser {
	margin: 0px 0 0 141px; 
	padding: 0px 0px 0px 20px; 
	background-color: #E6E6E6;
} 

div#mainContent {
	margin: 0 0 0 141px; 
	padding:20px 40px 8px 40px;	
        background-color: #FFFFFF;
} 

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #666;
	line-height: 120%;
	text-decoration: none;
}

.menu1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #666;
	line-height: 120%;
	text-decoration: none;
}

.menu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #E2303C;
	line-height: 120%;
	text-decoration: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	background-color: #FFFFFF;
	border: 1px;
	width: 120px;
	border-color: #999999;
}

.tekst-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	line-height: 100%
}

textarea {overflow: auto;}

table {	_margin-top: 0px; }

.login1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #bbbcbf;
	line-height: 120%;
	text-decoration: none;
}

.login1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #CCC;
	line-height: 120%;
	text-decoration: none;
}

.login1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #E2303C;
	line-height: 120%;
	text-decoration: none;
}

a[href $='.pdf'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-pdf.gif) no-repeat center left;
}

a[href $='.xls'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-excel.gif) no-repeat center left;
}

a[href $='.doc'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-word.gif) no-repeat center left;
}

a[href $='.docx'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-word.gif) no-repeat center left;
}

a[href $='.ppt'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-powerpoint.gif) no-repeat center left;
}

a[href $='.zip'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-zip.gif) no-repeat center left;
}

a[href $='.msi'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-msi.gif) no-repeat center left;
}

a[href $='.exe'] {
padding-right: 0px;
padding-left: 20px;
background: transparent url(../images/icon-exe.gif) no-repeat center left;
}

table {
	width: 100%;
}