/*******************************************************************
 styles_color.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 Styles are organised into the following sections:

  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  question
  tabs
  user

  various modules

*******************************************************************/

/***
 *** Core
 ***/

body {
	font: 12px "Bookman Old Style", "Times New Roman", serif;
}

/*
#page {
	margin:0;
	padding:0;
}

#page hr {
	display:none;
}


*/

#layout-table #middle-column {
	width:100%;
}

.navigation {
	display: none;
}


h1.main, h2.main, h3.main, h4.main {
	font: 90%/1em "Bookman Old Style", "Times New Roman", serif;
	line-height: 1.1em;
}

h1, h2, h3, h4 {
	font: 90%/1em "Bookman Old Style", "Times New Roman", serif;
	line-height: 1.1em;
}

#chooselang {
	display:none;
}

.logininfo {
	display:none;
}

.main_object {
	display: none;
}

.helplink {
	display: none;
}

#footer {
	display:none;
}

#layout-table #left-column,
#layout-table #right-column {
	display:none;
}




