body  {
	font: 100% arial, sans-serif;
	line-height:1.15em;
	background: #ebe6ef;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330066;
}

#container { 
	width: 990px;  
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#subcontainer-top { 
	width: 990px;  
	background: #ffffff;
	float:left;
}

#subcontainer-content { 
	width: 990px;  
	background: #ffffff;
	float:left;
}

#logo {
	float:left;
	width: 260px;
	height: 95px;
	background-image: url(http://www.talenpracticumamsterdam.nl/img/logo-adres.jpg);
	background-repeat: no-repeat;
}

#enta {
	float:left;
	width: 480px;
	height: 95px;
	background-image: url(http://www.talenpracticumamsterdam.nl/img/enta.jpg);
	background-repeat: no-repeat;
}

#fotobalk {
	float:left;
	width: 250px;
	height: 95px;
	background-color: #330066; 
}

#menu {
	float:left;
	width: 990px;
	height: 30px;
	background-color: #e60000; 
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

#menu a:hover {
	color: #330066;
	text-decoration: none
	font-weight: bold;
}

#menu a.active {
	color: #330066;
	text-decoration: none
	font-weight: bold;
}

#menu a.active:hover {
	color: #330066;
	text-decoration: none
	font-weight: bold;
}

#lilabalk-1 {
	float:left;
	width: 200px;
	height: 20px;
	background-color: #785393; 
	border-bottom: solid 2px #e60000;
}

#lilabalk-2 {
	float:left;
	width: 590px;
	height: 20px;
	background-color: #9d81b0; 
	border-bottom: solid 2px #e60000;
}

#lilabalk-3 {
	float:left;
	width: 200px;
	height: 20px;
	background-color: #cabcd5; 
	border-bottom: solid 2px #e60000;
}

#submenu-links-leeg {
	float: left; 
	width: 200px;
	height: 500px; 
	background: #ffffff; 
	background-image: url(http://www.talenpracticumamsterdam.nl/img/bgmenu.jpg);
	background-repeat: no-repeat;
}

#submenu-links {
	float: left; 
	width: 200px;
	height: 500px; 
	background: #ffffff; 
	background-image: url(http://www.talenpracticumamsterdam.nl/img/bgmenu.jpg);
	background-repeat: no-repeat;
}

#submenu-links a {
	display: block; 
	width: 190px; 
	color: #330066;
	text-decoration: none;
	font-size: 70%;
	padding: 2px 10px 2px 0px; 
	font-weight: normal; 
	text-align: right;
}

#submenu-links a:hover {
	color: #ffffff;
	text-decoration: none
	font-weight: normal; 
	background-color: #e60000; 
}

#submenu-links a.active {
	color: #ffffff;
	text-decoration: none
	font-weight: normal; 
	background-color: #e60000; 
}

#submenu-links a.active:hover {
	color: #ffffff;
	text-decoration: none
	font-weight: normal; 
	background-color: #e60000; 
}

#tekst { 
	float: left; 
	width: 546px;
	padding:  35px 20px 0px 20px;
	border-right: solid 2px #e60000;
	border-left: solid 2px #e60000;
	font-size: 80%;
	min-height: 500px;
}

#tekst h1{
	color: #e60000;	
	font-size: 110%;
	font-weight: bold;
}

#tekst h2{
	color: #e60000;	
	font-size: 100%;
	font-weight: normal;
	text-decoration:underline;
}

#tekst a {
	color: #330066;
	text-decoration: underline;
}

#tekst a:hover {
	color: #e60000;
	text-decoration: underline;
}

#tekst table {
	width:80%;
}

#tekst td {
	padding:.5ex;
}

#submenu-rechts {
	float: right; 
	width: 200px; 
	background: #ffffff; 
}

#submenu-rechts a {
	display: block; 
	width: 190px; 
	color: #e60000;
	text-decoration: none;
	font-size: 70%;
	padding: 2px 0px 2px 10px; 
	font-weight: normal; 
	text-align: left;
}

#submenu-rechts a:hover {
	color: #ffffff;
	text-decoration: none
	font-weight: normal; 
	background-color: #49176d; 
}

#submenu-rechts a.active {
	color: #ffffff;
	text-decoration: none
	font-weight: normal; 
	background-color: #49176d; 
}

#submenu-rechts a.active:hover {
	color: #ffffff;
	text-decoration: none
	font-weight: normal; 
	background-color: #49176d; 
}

#submenu-taal {
	float: right; 
	width: 200px; 
	background: #ffffff; 
}

#tekst-matrix td{ 
	font-size: 70%;
	vertical-align:top;
}

/***************************************/
/* Form style BEGIN                    */
/***************************************/
	
#form {
	margin: 10px;
	width: 450px;
}
	
#form fieldset {
	margin: 0;
	padding: 5px 5px 5px 30px;
	border: 0;
	border-top: 0px solid #000000;
}
	
#form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #000000;
}
	
#form table {
	width: auto;
	font-size: 1em;
}
	
#form table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}
	
#form table td {
	font-size: 0.9em;
}
	

#form .txtline,
#form .txtarea {
	width: 250px;
}
	
#form .txtarea {
	height: 80px;
}
	
#form .submit {
	margin: 5px auto;
	background-color: #e60000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
	
#form .submit:hover {
	background-color: #e60000;
	color: #000000;
	border: 1px solid #000000;
}
	
#form .required {
	text-align: center;
	font: 0.8em;
}
	
#form .center {
	text-align: center;
}
	
/***************************************/
/* Form style EINDE                    */
/***************************************/	

