/*  Copyright University of Auckland 2004
	Created by Brent Simpson, brent.simpson@auckland.ac.nz
	Centre for Flexible and Distance Learning
*/

body {
	background-color: #ffffff;
	margin: 0 0 0 0; padding: 0 0 0 0;
	font-size: 12px;
	font-family: Verdana;
	
	}



a:link, a:visited {
	text-decoration: none;
	color: #0279fe;
	}
	
a:hover {
	color: #ff7f00;
	}

	   
#navtpr {
	color: #000;
	}


#header {
    text-align: left;  
    color: #0279fe;
    background-color: transparent;
    height: 100px;
    padding-left: 20px;
    font-size: 2.2em;
    font-weight: bold;
}

div#alt { 
    color: #0279fe;
    font-size: 20px;
    }
    
/* vasakus menüüs kõige alumise riba värv background-color: #d3d3d6;*/

#navcontainer {
	
	width: 208px;
	float: left;
	margin-top: 80px;
	margin-left: 67px;
	padding-top: 130px;
	background: url(esf_logo.jpg) no-repeat center top;
	background-color: #ffffff;
	}
				
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
	font-family: Verdana;
	font-weight: normal;
		}

#navcontainer a {
	display: block;
	padding: 6px 6px 6px 6px;
	background-color: #dee0e2;
	border-bottom: 10px solid #ffffff;
	width: 197px;
	}

#navcontainer a:link, #navlist a:visited {
	color: #154678;
	text-decoration: none;
	}

#navcontainer a:hover {
	color: #ffffff;
	background-color: #5e9edf;
	}

/* Hide from IE5-mac. Only IE-win sees this. Fixes the peek-a-boo bug!!! */
 
* html #navcontainer {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

div #active {
	padding: 3px 0 6px 6px;
	width: 203px;
	background-color: #3b70a6;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	}

div #subnav {
	/*border-bottom: 1px solid #CCC;*/
   margin-left: 0px;
	}
	
#subnav a {
	display: block;
	border-bottom: 10px solid #ffffff;
   width: 203px;
	margin-left: 0px;
	padding: 3px 0 6px 6px;
	font-size: small;
	/*border-bottom: 1px solid #FFF;*/
	}

#subnav a:hover {
	color: #ffffff;
	background-color: #5e9edf;
   width: 203px;
	}	
	
#subnav #active {
	margin-left: 0px;
	background-color: #3b70a6;
	width: 203px;
	color: #ffffff;
	font-size: small;
	border-bottom: 10px solid #ffffff;
	/*border-bottom: 1px solid #FFF;*/
	}